Searched defs:dirty_document (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-namedview.cpp1003 void sp_namedview_show_grids(SPNamedView * namedview, bool show, bool dirty_document) argument
1016 we call this function with dirty_document = false */
1017 if (dirty_document) {
H A Ddesktop.cpp1491 void SPDesktop::showGrids(bool show, bool dirty_document) argument
1494 sp_namedview_show_grids(namedview, grids_visible, dirty_document);

Completed in 430 milliseconds