Searched defs:c_repr (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dsp-flowdiv.cpp108 Inkscape::XML::Node* c_repr = NULL; local
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());
118 if ( c_repr ) {
119 l = g_slist_prepend (l, c_repr);
246 Inkscape::XML::Node* c_repr = NULL; local
249 c_repr = child->updateRepr(xml_doc, NULL, flags);
251 c_repr = child->updateRepr(xml_doc, NULL, flags);
253 c_repr
383 Inkscape::XML::Node* c_repr = NULL; local
[all...]
H A Dsp-tspan.cpp179 Inkscape::XML::Node* c_repr=NULL; local
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());
189 if ( c_repr ) {
190 l = g_slist_prepend(l, c_repr);
204 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
403 Inkscape::XML::Node* c_repr=NULL; local
406 c_repr = child->updateRepr(xml_doc, NULL, flags);
408 //c_repr
[all...]
H A Dsp-flowtext.cpp225 Inkscape::XML::Node *c_repr = NULL; local
228 c_repr = child->updateRepr(doc, NULL, flags);
231 if ( c_repr ) {
232 l = g_slist_prepend(l, c_repr);

Completed in 14 milliseconds