Searched refs:updating (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/widgets/
H A Dstroke-marker-selector.h46 bool update() { return updating; };
57 bool updating; member in class:MarkerComboBox
H A Dstroke-marker-selector.cpp53 updating(false),
114 if (updating)
117 updating = true;
135 updating = false;
144 if (updating)
206 updating = true;
217 updating = false;
/inkscape/src/ui/dialog/
H A Dgrid-arrange-tab.cpp360 if (updating) {
365 updating = true;
378 updating=false;
387 if (updating) {
392 updating = true;
404 updating=false;
461 if (updating) {
466 updating = true;
469 updating=false;
479 if (updating) {
[all...]
H A Dgrid-arrange-tab.h74 bool updating; member in class:Inkscape::UI::Dialog::GridArrangeTab
/inkscape/src/
H A Dsplivarot.cpp66 void sp_selected_path_create_offset_object(SPDesktop *desktop, int expand, bool updating);
1578 void sp_selected_path_create_offset_object(SPDesktop *desktop, int expand, bool updating) argument
1674 (updating ? SP_VERB_SELECTION_LINKED_OFFSET
1676 (updating ? _("Create linked offset")
1701 if ( updating ) {
1723 if ( !updating ) {
1741 (updating ? SP_VERB_SELECTION_LINKED_OFFSET
1743 (updating ? _("Create linked offset")

Completed in 187 milliseconds