Searched refs:xml_space (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-string.cpp102 if (object->xml_space.value == SP_XML_SPACE_PRESERVE) {
H A Dsp-object.cpp527 if (!object->xml_space.set)
528 object->xml_space.value = this->xml_space.value;
927 object->xml_space.value = SP_XML_SPACE_PRESERVE;
928 object->xml_space.set = TRUE;
930 object->xml_space.value = SP_XML_SPACE_DEFAULT;
931 object->xml_space.set = TRUE;
935 object->xml_space.value = parent->xml_space.value;
1018 if (this->xml_space
1019 char const *xml_space; local
[all...]
H A Dsp-object.h204 SPIXmlSpace xml_space; member in class:SPObject

Completed in 96 milliseconds