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

/inkscape/src/
H A Dsp-object.h204 SPIXmlSpace xml_space; member in class:SPObject
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...]

Completed in 3521 milliseconds