Searched refs:changes (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/tools/
H A Dconnector-tool.cpp1102 // Listen in case the active shape changes
1170 // Listen in case the active conn changes
1307 int changes = 0; local
1318 changes++;
1322 if (changes == 0) {
1374 // Look for changes that result in onscreen movement.
/inkscape/src/
H A Dtext-editing.cpp1811 * for instance, have different width, so moving them out of tspans changes
1838 visible text-decoration changes on white spaces should not be subject
1908 every child. Returns true if any changes were made to the tree.
1910 All the tidy operators return true if they made changes, and alter their
1931 bool changes = false; local
1939 changes |= tidy_xml_tree_recursively(child, has_text_decoration);
1945 changes = true;
1953 return changes;

Completed in 220 milliseconds