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

/inkscape/src/ui/dialog/
H A Dtemplate-load-tab.cpp252 myRoot = sp_repr_lookup_name(myRoot, "inkscape:_templateinfo");
292 myRoot = sp_repr_lookup_name(myRoot, "inkscape:_templateinfo");
312 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:_name")) != NULL)
314 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:author")) != NULL)
316 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:_shortdesc")) != NULL)
318 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:_long") )!= NULL)
320 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:preview")) != NULL)
322 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:date")) != NULL)
325 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:_keywords")) != NULL){
H A Dprint.cpp70 Inkscape::XML::Node *nv = sp_repr_lookup_name (junk->_doc->rroot, "sodipodi:namedview");
H A Ddocument-properties.cpp513 Inkscape::XML::Node *defsRepr = sp_repr_lookup_name(xml_doc, "svg:defs");
/inkscape/src/
H A Drdf.cpp500 temp = sp_repr_lookup_name ( repr, "cc:Agent", 1 );
503 temp = sp_repr_lookup_name ( temp, "dc:title", 1 );
522 temp = sp_repr_lookup_name ( repr, "rdf:Bag", 1 );
597 temp = sp_repr_lookup_name ( parent, "cc:Agent", 1 );
607 temp = sp_repr_lookup_name ( parent, "dc:title", 1 );
641 temp = sp_repr_lookup_name ( parent, "rdf:Bag", 1 );
722 rdf = sp_repr_lookup_name( doc->getReprDoc(), XML_TAG_NAME_RDF );
736 rdf = sp_repr_lookup_name( doc->getReprDoc(), XML_TAG_NAME_RDF );
738 Inkscape::XML::Node * svg = sp_repr_lookup_name( doc->getReprRoot(), XML_TAG_NAME_SVG );
742 Inkscape::XML::Node * parent = sp_repr_lookup_name( sv
[all...]
H A Dfile.cpp136 Inkscape::XML::Node *nodeToRemove = sp_repr_lookup_name(myRoot, "inkscape:_templateinfo");
1135 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1);
H A Dmain.cpp1633 Inkscape::XML::Node *nv = sp_repr_lookup_name (doc->rroot, "sodipodi:namedview");
/inkscape/src/xml/
H A Drepr.h141 Inkscape::XML::Node *sp_repr_lookup_name(Inkscape::XML::Node *repr,
145 Inkscape::XML::Node const *sp_repr_lookup_name(Inkscape::XML::Node const *repr,
H A Drepr-util.cpp345 Inkscape::XML::Node const *sp_repr_lookup_name( Inkscape::XML::Node const *repr, gchar const *name, gint maxdepth ) function in class:Inkscape::XML
362 found = sp_repr_lookup_name( child, name, maxdepth - 1 );
368 Inkscape::XML::Node *sp_repr_lookup_name( Inkscape::XML::Node *repr, gchar const *name, gint maxdepth ) function
370 Inkscape::XML::Node const *found = sp_repr_lookup_name( const_cast<Inkscape::XML::Node const *>(repr), name, maxdepth );
/inkscape/src/ui/
H A Dclipboard.cpp467 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1);
516 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1);
574 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1);
610 Inkscape::XML::Node *path = sp_repr_lookup_name(root, "svg:path", -1); // unlimited search depth
643 Inkscape::XML::Node *repr = sp_repr_lookup_name(root, "svg:path", -1); // unlimited search depth
645 repr = sp_repr_lookup_name(root, "svg:text", -1);
1184 Inkscape::XML::Node *nv = sp_repr_lookup_name (_clipboardSPDoc->rroot, "sodipodi:namedview");
/inkscape/src/ui/tools/
H A Dfreehand-base.cpp408 Inkscape::XML::Node *path = sp_repr_lookup_name(pasted_clipboard_root, "svg:path", -1); // unlimited search depth
/inkscape/src/extension/internal/
H A Dwmf-print.cpp151 Inkscape::XML::Node *nv = sp_repr_lookup_name(doc->rroot, "sodipodi:namedview");
H A Demf-print.cpp154 Inkscape::XML::Node *nv = sp_repr_lookup_name(doc->rroot, "sodipodi:namedview");

Completed in 660 milliseconds