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

/inkscape/src/
H A Dtext-editing.cpp46 static bool tidy_xml_tree_recursively(SPObject *root, bool has_text_decoration);
776 bool has_text_decoration = false; local
778 if(root_style && strstr(root_style,"text-decoration"))has_text_decoration = true;
841 while (tidy_xml_tree_recursively(common_ancestor, has_text_decoration)){};
1559 static bool tidy_operator_empty_spans(SPObject **item, bool /*has_text_decoration*/)
1577 static bool tidy_operator_inexplicable_spans(SPObject **item, bool /*has_text_decoration*/)
1612 static bool tidy_operator_repeated_spans(SPObject **item, bool /*has_text_decoration*/)
1658 static bool tidy_operator_excessive_nesting(SPObject **item, bool /*has_text_decoration*/)
1736 static bool tidy_operator_redundant_double_nesting(SPObject **item, bool /*has_text_decoration*/)
1797 static bool tidy_operator_redundant_semi_nesting(SPObject **item, bool /*has_text_decoration*/)
1919 tidy_xml_tree_recursively(SPObject *root, bool has_text_decoration) argument
2042 bool has_text_decoration = false; local
[all...]

Completed in 42 milliseconds