Searched refs:sp_repr_lookup_name (Results 1 - 12 of 12) sorted by relevance
/inkscape/src/ui/dialog/ |
H A D | template-load-tab.cpp | 252 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 D | print.cpp | 70 Inkscape::XML::Node *nv = sp_repr_lookup_name (junk->_doc->rroot, "sodipodi:namedview");
|
H A D | document-properties.cpp | 513 Inkscape::XML::Node *defsRepr = sp_repr_lookup_name(xml_doc, "svg:defs");
|
/inkscape/src/ |
H A D | rdf.cpp | 500 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 D | file.cpp | 136 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 D | main.cpp | 1633 Inkscape::XML::Node *nv = sp_repr_lookup_name (doc->rroot, "sodipodi:namedview");
|
/inkscape/src/xml/ |
H A D | repr.h | 141 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 D | repr-util.cpp | 345 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 D | clipboard.cpp | 467 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 D | freehand-base.cpp | 408 Inkscape::XML::Node *path = sp_repr_lookup_name(pasted_clipboard_root, "svg:path", -1); // unlimited search depth
|
/inkscape/src/extension/internal/ |
H A D | wmf-print.cpp | 151 Inkscape::XML::Node *nv = sp_repr_lookup_name(doc->rroot, "sodipodi:namedview");
|
H A D | emf-print.cpp | 154 Inkscape::XML::Node *nv = sp_repr_lookup_name(doc->rroot, "sodipodi:namedview");
|
Completed in 660 milliseconds