Searched refs:dirty_document (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dsp-namedview.h129 void sp_namedview_show_grids(SPNamedView *namedview, bool show, bool dirty_document);
H A Ddesktop.h393 void showGrids(bool show, bool dirty_document = true);
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 42 milliseconds