Home
last modified time | relevance | path

Searched refs:sp_repr_lookup_name (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dtemplate-load-tab.cpp248 Inkscape::XML::Node *templateinfo = sp_repr_lookup_name(root, "inkscape:templateinfo"); in _processTemplateFile()
250 … templateinfo = sp_repr_lookup_name(root, "inkscape:_templateinfo"); // backwards-compatibility in _processTemplateFile()
269 Inkscape::XML::Node *templateinfo = sp_repr_lookup_name(repr, "inkscape:templateinfo"); in _getProceduralTemplates()
271 … templateinfo = sp_repr_lookup_name(repr, "inkscape:_templateinfo"); // backwards-compatibility in _getProceduralTemplates()
302 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:name")) != nullptr) in _getDataFromNode()
304 …else if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:_name")) != nullptr) // backwards-… in _getDataFromNode()
307 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:author")) != nullptr) in _getDataFromNode()
310 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:shortdesc")) != nullptr) in _getDataFromNode()
315 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:preview")) != nullptr) in _getDataFromNode()
318 if ((currentData = sp_repr_lookup_name(dataNode, "inkscape:date")) != nullptr) in _getDataFromNode()
[all …]
H A Ddocument-properties.cpp511 Inkscape::XML::Node *defsRepr = sp_repr_lookup_name(xml_doc, "svg:defs"); in linkSelectedProfile()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Drdf.cpp507 temp = sp_repr_lookup_name ( repr, "cc:Agent", 1 ); in getReprText()
510 temp = sp_repr_lookup_name ( temp, "dc:title", 1 ); in getReprText()
529 temp = sp_repr_lookup_name ( repr, "rdf:Bag", 1 ); in getReprText()
604 temp = sp_repr_lookup_name ( parent, "cc:Agent", 1 ); in setReprText()
614 temp = sp_repr_lookup_name ( parent, "dc:title", 1 ); in setReprText()
648 temp = sp_repr_lookup_name ( parent, "rdf:Bag", 1 ); in setReprText()
729 rdf = sp_repr_lookup_name( doc->getReprDoc(), XML_TAG_NAME_RDF ); in getRdfRootRepr()
794 xml = sp_repr_lookup_name( rdf, name ); in getXmlRepr()
819 xml = sp_repr_lookup_name( rdf, name ); in ensureXmlRepr()
848 item = sp_repr_lookup_name( work, name, 1 ); in getWorkRepr()
[all …]
H A Ddocument.cpp224 return sp_repr_lookup_name (rroot, "sodipodi:namedview"); in getReprNamedView()
629 auto nv_repr = sp_repr_lookup_name (rroot, "sodipodi:namedview"); in getDisplayUnit()
H A Dfile.cpp1026 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1); in sp_import_document()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/io/
H A Dfile.cpp44 nodeToRemove = sp_repr_lookup_name(myRoot, "inkscape:templateinfo"); in ink_file_new()
50 … nodeToRemove = sp_repr_lookup_name(myRoot, "inkscape:_templateinfo"); // backwards-compatibility in ink_file_new()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dclipboard.cpp589 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1); in pasteStyle()
639 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1); in pasteSize()
697 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1); in pastePathEffect()
734 Inkscape::XML::Node *path = sp_repr_lookup_name(root, "svg:path", -1); // unlimited search depth in getPathParameter()
766 Inkscape::XML::Node *repr = sp_repr_lookup_name(root, "svg:path", -1); // unlimited search depth in getShapeOrTextObjectId()
768 repr = sp_repr_lookup_name(root, "svg:text", -1); in getShapeOrTextObjectId()
771 repr = sp_repr_lookup_name(root, "svg:ellipse", -1); in getShapeOrTextObjectId()
774 repr = sp_repr_lookup_name(root, "svg:rect", -1); in getShapeOrTextObjectId()
777 repr = sp_repr_lookup_name(root, "svg:circle", -1); in getShapeOrTextObjectId()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/xml/
H A Drepr-util.cpp366 Inkscape::XML::Node const *sp_repr_lookup_name( Inkscape::XML::Node const *repr, gchar const *name,… in sp_repr_lookup_name() function
383 found = sp_repr_lookup_name( child, name, maxdepth - 1 ); in sp_repr_lookup_name()
389 Inkscape::XML::Node *sp_repr_lookup_name( Inkscape::XML::Node *repr, gchar const *name, gint maxdep… in sp_repr_lookup_name() function
391 …Inkscape::XML::Node const *found = sp_repr_lookup_name( const_cast<Inkscape::XML::Node const *>(re… in sp_repr_lookup_name()
H A Drepr.h143 Inkscape::XML::Node *sp_repr_lookup_name(Inkscape::XML::Node *repr,
147 Inkscape::XML::Node const *sp_repr_lookup_name(Inkscape::XML::Node const *repr,
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dsvg.cpp578 Inkscape::XML::Node *defs = sp_repr_lookup_name (repr, "svg:defs"); in insert_mesh_polyfill()
618 Inkscape::XML::Node *defs = sp_repr_lookup_name (repr, "svg:defs"); in insert_hatch_polyfill()
666 defs = sp_repr_lookup_name (repr, "svg:defs"); in transform_2_to_1()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Deffect.cpp1230 Inkscape::XML::Node *clipnode = sp_repr_lookup_name(root, "inkscape:clipboard", 1); in isOnClipboard()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dfreehand-base.cpp525 …Inkscape::XML::Node *path = sp_repr_lookup_name(pasted_clipboard_root, "svg:path", -1); // unlimit… in spdc_check_for_and_apply_waiting_LPE()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-text.cpp1249 Inkscape::XML::Node *defs_repr = sp_repr_lookup_name (xml_doc->root(), "svg:defs"); in create_text_with_rectangle()