Searched refs:xml_doc (Results 1 - 25 of 132) sorted by relevance

123456

/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-title.h25 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int 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-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-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-flowdiv.cpp99 Inkscape::XML::Node* SPFlowdiv::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
102 repr = xml_doc->createElement("svg:flowDiv");
111 c_repr = child->updateRepr(xml_doc, NULL, flags);
113 c_repr = child->updateRepr(xml_doc, NULL, flags);
115 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
140 SPItem::write(xml_doc, repr, flags);
237 Inkscape::XML::Node *SPFlowtspan::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
240 repr = xml_doc->createElement("svg:flowSpan");
249 c_repr = child->updateRepr(xml_doc, NULL, flags);
251 c_repr = child->updateRepr(xml_doc, NUL
374 write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
445 write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
482 write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) argument
[all...]
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-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-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-defs.h30 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags);
H A Dsp-polygon.h27 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags);
H A Dsp-polyline.h16 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int 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 Dfilter-chemistry.cpp97 Inkscape::XML::Document *xml_doc = document->getReprDoc(); local
101 repr = xml_doc->createElement("svg:filter");
129 Inkscape::XML::Document *xml_doc = filter->document->getReprDoc(); local
133 repr = xml_doc->createElement(FPConverter.get_key(type).c_str());
203 Inkscape::XML::Document *xml_doc = document->getReprDoc(); local
207 repr = xml_doc->createElement("svg:filter");
224 b_repr = xml_doc->createElement("svg:feGaussianBlur");
267 Inkscape::XML::Document *xml_doc = document->getReprDoc(); local
271 repr = xml_doc->createElement("svg:filter");
296 b_repr = xml_doc
388 Inkscape::XML::Document *xml_doc = document->getReprDoc(); local
[all...]
H A Dsp-flowdiv.h38 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags);
53 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags);
68 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags);
81 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int flags);
93 virtual Inkscape::XML::Node* write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, unsigned int 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");
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-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 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-polygon.cpp62 Inkscape::XML::Node* SPPolygon::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
68 repr = xml_doc->createElement("svg:polygon");
79 SPShape::write(xml_doc, repr, flags);
H A Dsp-symbol.cpp96 Inkscape::XML::Node* SPSymbol::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
98 repr = xml_doc->createElement("svg:symbol");
107 SPGroup::write(xml_doc, repr, flags);
H A Dsp-tspan.cpp168 Inkscape::XML::Node* SPTSpan::write(Inkscape::XML::Document *xml_doc, Inkscape::XML::Node *repr, guint flags) { argument
170 repr = xml_doc->createElement("svg:tspan");
182 c_repr = child->updateRepr(xml_doc, NULL, flags);
184 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
186 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
204 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
211 SPItem::write(xml_doc, repr, flags);
260 Inkscape::XML::Document *xml_doc = doc->getReprDoc(); local
261 Inkscape::XML::Node* rch = xml_doc->createTextNode("");
377 Inkscape::XML::Node* SPTextPath::write(Inkscape::XML::Document *xml_doc, Inkscap argument
[all...]
/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);
/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);

Completed in 121 milliseconds

123456