Lines Matching defs:c_repr
179 Inkscape::XML::Node* c_repr=NULL;
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;
406 c_repr = child->updateRepr(xml_doc, NULL, flags);
408 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen
410 c_repr = xml_doc->createTextNode(SP_STRING(child)->string.c_str());
413 if ( c_repr ) {
414 l = g_slist_prepend(l, c_repr);
428 //c_repr = child->updateRepr(xml_doc, NULL, flags); // shouldn't happen