Lines Matching defs:c_repr
108 Inkscape::XML::Node* c_repr = NULL;
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;
249 c_repr = child->updateRepr(xml_doc, NULL, flags);
251 c_repr = child->updateRepr(xml_doc, NULL, flags);
253 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
256 if ( c_repr ) {
257 l = g_slist_prepend(l, c_repr);
383 Inkscape::XML::Node* c_repr = NULL;
386 c_repr = child->updateRepr(xml_doc, NULL, flags);
388 c_repr = child->updateRepr(xml_doc, NULL, flags);
390 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
393 if ( c_repr ) {
394 l = g_slist_prepend(l, c_repr);