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

/inkscape/src/
H A Drdf.cpp318 static Inkscape::XML::Node const *getXmlRepr( SPDocument const * doc, gchar const * name );
319 static Inkscape::XML::Node *getXmlRepr( SPDocument * doc, gchar const * name );
775 Inkscape::XML::Node const *RDFImpl::getXmlRepr( SPDocument const * doc, gchar const * name ) function in class:Inkscape::XML::RDFImpl
779 g_critical("Null doc passed to getXmlRepr()");
783 g_critical("Null name passed to getXmlRepr()");
793 Inkscape::XML::Node *RDFImpl::getXmlRepr( SPDocument * doc, gchar const * name ) function in class:RDFImpl
795 Inkscape::XML::Node const *xml = getXmlRepr( const_cast<SPDocument const *>(doc), name );
839 Inkscape::XML::Node const* work = getXmlRepr( doc, XML_TAG_NAME_WORK );
1071 Inkscape::XML::Node const *repr = getXmlRepr( document, XML_TAG_NAME_LICENSE );
1139 Inkscape::XML::Node * repr = getXmlRepr( do
[all...]

Completed in 33 milliseconds