Searched defs:xml_doc (Results 1 - 25 of 99) sorted by relevance

1234

/inkscape/src/
H A Dsp-title.cpp21 Inkscape::XML::Node* SPTitle::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
25 repr = object->getRepr()->duplicate(xml_doc);
28 SPObject::write(xml_doc, repr, flags);
H A Dsp-linear-gradient.cpp64 Inkscape::XML::Node* SPLinearGradient::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
66 repr = xml_doc->createElement("svg:linearGradient");
85 SPGradient::write(xml_doc, repr, flags);
H A Dsp-defs.cpp74 Inkscape::XML::Node* SPDefs::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
78 repr = xml_doc->createElement("svg:defs");
83 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags);
101 SPObject::write(xml_doc, repr, flags);
H A Dsp-mesh-patch.cpp98 Inkscape::XML::Node* SPMeshpatch::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
100 repr = xml_doc->createElement("svg:meshpatch");
103 SPObject::write(xml_doc, repr, flags);
H A Dsp-mesh-row.cpp81 Inkscape::XML::Node* SPMeshrow::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
83 repr = xml_doc->createElement("svg:meshrow");
86 SPObject::write(xml_doc, repr, flags);
H A Dsp-missing-glyph.cpp106 Inkscape::XML::Node* SPMissingGlyph::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
108 repr = xml_doc->createElement("svg:glyph");
130 SPObject::write(xml_doc, repr, flags);
H A Dsp-object-group.cpp46 Inkscape::XML::Node *SPObjectGroup::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
49 repr = xml_doc->createElement("svg:g");
54 Inkscape::XML::Node *crepr = child->updateRepr(xml_doc, NULL, flags);
72 SPObject::write(xml_doc, repr, flags);
H A Dsp-solid-color.cpp58 Inkscape::XML::Node* SPSolidColor::write(Inkscape::XML::Document* xml_doc, Inkscape::XML::Node* repr, guint flags) { argument
60 repr = xml_doc->createElement("svg:solidColor");
63 SPObject::write(xml_doc, repr, flags);
H A Dsp-glyph.cpp243 Inkscape::XML::Node* SPGlyph::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
246 repr = xml_doc->createElement("svg:glyph");
277 SPObject::write(xml_doc, repr, flags);
H A Dsp-gradient-test.h77 Inkscape::XML::Document *xml_doc = _doc->getReprDoc(); local
78 Inkscape::XML::Node *repr = xml_doc->createElement("svg:radialGradient");
H A Dsp-polyline.cpp106 Inkscape::XML::Node* SPPolyLine::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
108 repr = xml_doc->createElement("svg:polyline");
115 SPShape::write(xml_doc, repr, flags);
H A Dsp-anchor.cpp80 Inkscape::XML::Node* SPAnchor::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
82 repr = xml_doc->createElement("svg:a");
99 SPGroup::write(xml_doc, repr, flags);
H A Dsp-radial-gradient.cpp110 Inkscape::XML::Node* SPRadialGradient::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
112 repr = xml_doc->createElement("svg:radialGradient");
139 SPGradient::write(xml_doc, repr, flags);
H A Dsp-tag-use.cpp119 SPTagUse::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
122 repr = xml_doc->createElement("inkscape:tagref");
125 SPObject::write(xml_doc, repr, flags);
H A Dlayer-fns.cpp181 Inkscape::XML::Document *xml_doc = document->getReprDoc(); local
182 Inkscape::XML::Node *repr = xml_doc->createElement("svg:g");
H A Dsp-font.cpp171 Inkscape::XML::Node* SPFont::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
173 repr = xml_doc->createElement("svg:font");
194 SPObject::write(xml_doc, repr, flags);
H A Dsp-glyph-kerning.cpp162 Inkscape::XML::Node* SPGlyphKerning::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
165 repr = xml_doc->createElement("svg:glyphkerning"); // fix this!
177 SPObject::write(xml_doc, repr, flags);
H A Dsp-line.cpp93 Inkscape::XML::Node* SPLine::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
95 repr = xml_doc->createElement("svg:line");
107 SPShape::write(xml_doc, repr, flags);
H A Dsp-mesh.cpp79 Inkscape::XML::Node* SPMesh::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
85 repr = xml_doc->createElement("svg:mesh");
110 SPGradient::write(xml_doc, repr, flags);
H A Dbox3d-side.cpp47 Inkscape::XML::Node* Box3DSide::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
51 repr = xml_doc->createElement("svg:path");
72 SPPolygon::write(xml_doc, repr, flags);
127 Inkscape::XML::Document *xml_doc = box->document->rdoc; local
128 Inkscape::XML::Node *repr_side = xml_doc->createElement("svg:path");
259 Inkscape::XML::Document *xml_doc = doc->getReprDoc(); local
261 Inkscape::XML::Node *repr = xml_doc->createElement("svg:path");
/inkscape/src/extension/internal/
H A Dbluredge.cpp73 Inkscape::XML::Document *xml_doc = desktop->doc()->getReprDoc(); local
74 Inkscape::XML::Node * new_group = xml_doc->createElement("svg:g");
85 new_items[i] = spitem->getRepr()->duplicate(xml_doc);
H A Dgdkpixbuf-input.cpp107 Inkscape::XML::Document *xml_doc = doc->getReprDoc(); local
108 Inkscape::XML::Node *image_node = xml_doc->createElement("svg:image");
H A Dgrid.cpp122 Inkscape::XML::Document * xml_doc = document->doc()->getReprDoc(); local
126 Inkscape::XML::Node * path = xml_doc->createElement("svg:path");
/inkscape/src/helper/
H A Dstock-items.cpp75 Inkscape::XML::Document *xml_doc = current_doc->getReprDoc(); local
76 Inkscape::XML::Node *mark_repr = object->getRepr()->duplicate(xml_doc);
119 Inkscape::XML::Document *xml_doc = current_doc->getReprDoc(); local
120 Inkscape::XML::Node *pat_repr = object->getRepr()->duplicate(xml_doc);
162 Inkscape::XML::Document *xml_doc = current_doc->getReprDoc(); local
163 Inkscape::XML::Node *pat_repr = object->getRepr()->duplicate(xml_doc);
/inkscape/src/live_effects/
H A Dlpeobject.cpp131 Inkscape::XML::Node* LivePathEffectObject::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
133 repr = xml_doc->createElement("inkscape:path-effect");
142 SPObject::write(xml_doc, repr, flags);
180 Inkscape::XML::Document *xml_doc = doc->getReprDoc(); local
181 Inkscape::XML::Node *dup_repr = this->getRepr()->duplicate(xml_doc);

Completed in 86 milliseconds

1234