Home
last modified time | relevance | path

Searched refs:anyAttributesSet (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dtext-tag-attributes.h59 bool anyAttributesSet() const;
H A Dtext-editing.cpp1685 if (attrs && attrs->anyAttributesSet()) { in tidy_operator_inexplicable_spans()
1739 if (attributes_first && attributes_second && attributes_second->anyAttributesSet()) { in tidy_operator_repeated_spans()
1771 if (attrs && attrs->anyAttributesSet()) { in tidy_operator_excessive_nesting()
1799 if (attrs && attrs->anyAttributesSet()) { in redundant_double_nesting_processor()
1853 if (attrs && attrs->anyAttributesSet()) return false; in redundant_semi_nesting_processor()
1855 if (attrs && attrs->anyAttributesSet()) return false; in redundant_semi_nesting_processor()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-text.cpp1416 bool TextTagAttributes::anyAttributesSet() const in anyAttributesSet() function in TextTagAttributes