/inkscape/src/xml/ |
H A D | log-builder.h | 53 void addChild(Node &node, Node &child, Node *prev);
|
H A D | log-builder.cpp | 34 void LogBuilder::addChild(Node &node, Node &child, Node *prev) { function in class:Inkscape::XML::LogBuilder
|
H A D | simple-node.h | 77 void addChild(Node *child, Node *ref); 79 SimpleNode::addChild(child, _last_child);
|
H A D | simple-document.cpp | 79 _log_builder.addChild(parent, child, prev);
|
H A D | node.h | 357 virtual void addChild(Node *child, Node *after)=0;
|
/inkscape/src/ |
H A D | sp-tag.cpp | 46 target_ref->addChild(our_ref, NULL); 50 target_ref->parent()->addChild(our_ref, target_ref);
|
H A D | sp-object-group.cpp | 62 repr->addChild(static_cast<Inkscape::XML::Node *>(l->data), NULL);
|
H A D | object-test.h | 151 parent->addChild(clone, node); 185 node->addChild(new_group, NULL); 196 new_group->addChild(circle, NULL);
|
H A D | sp-defs.cpp | 90 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
|
H A D | sp-tspan.cpp | 195 repr->addChild((Inkscape::XML::Node *) l->data, NULL); 262 repr->addChild(rch, NULL); 419 repr->addChild((Inkscape::XML::Node *) l->data, NULL); 479 text->getRepr()->addChild(copy, NULL); // fixme: copy id
|
H A D | text-editing.cpp | 353 split_obj->parent->getRepr()->addChild(new_node, split_obj->getRepr()); 417 split_obj->parent->getRepr()->addChild(new_node, split_obj->getRepr()); 557 source_obj->getRepr()->addChild(rstring, NULL); 592 if (prepend) to_repr->addChild(child, NULL); 659 new_parent_item->getRepr()->addChild(new_span_repr, following_item->getPrev() ? following_item->getPrev()->getRepr() : NULL); 670 new_parent_item->getRepr()->addChild(new_span_repr, NULL); 968 rtspan->addChild(rstr, NULL); 977 repr->addChild(rstr, NULL); 1464 common_ancestor->getRepr()->addChild(text_before, prev_repr); 1465 common_ancestor->getRepr()->addChild(child_spa [all...] |
H A D | document-subset.cpp | 90 void addChild(SPObject *obj) { function in struct:Inkscape::DocumentSubset::Relations::Record 268 parent_record->addChild(obj); 331 parent_record->addChild(obj);
|
H A D | layer-fns.cpp | 199 layer_repr->parent()->addChild(repr, layer_repr);
|
H A D | sp-style-elem-test.h | 140 repr->addChild(content_repr, NULL);
|
H A D | text-chemistry.cpp | 160 text->getRepr()->addChild(textpath, NULL); 174 textpath->addChild(copy, NULL); // fixme: copy id 432 rtext->addChild(rtspan, NULL); 505 parent->addChild(repr, item->getRepr());
|
H A D | sp-flowdiv.cpp | 124 repr->addChild((Inkscape::XML::Node *) l->data, NULL); 262 repr->addChild((Inkscape::XML::Node *) l->data, NULL); 399 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
|
H A D | sp-flowregion.cpp | 159 repr->addChild((Inkscape::XML::Node *) l->data, NULL); 313 repr->addChild((Inkscape::XML::Node *) l->data, NULL);
|
H A D | sp-tref.cpp | 471 tref_parent->addChild(new_tspan_repr, tref_repr); 478 new_tspan_repr->addChild(new_string_repr, NULL);
|
H A D | sp-object.cpp | 783 void SPObject::addChild(Inkscape::XML::Node *child, Inkscape::XML::Node * prev) function in class:SPObject 787 repr->addChild(child,prev); 1498 repr->addChild(xml_elem, NULL);
|
/inkscape/src/helper/ |
H A D | stock-items.cpp | 77 defs->getRepr()->addChild(mark_repr, NULL); 121 defs->getRepr()->addChild(pat_repr, NULL); 164 defs->getRepr()->addChild(pat_repr, NULL);
|
/inkscape/src/live_effects/ |
H A D | lpeobject.cpp | 183 doc->getDefs()->getRepr()->addChild(dup_repr, NULL);
|
/inkscape/src/trace/ |
H A D | trace.cpp | 506 par->addChild(groupRepr, imgRepr); 521 groupRepr->addChild(pathRepr, NULL); 523 par->addChild(pathRepr, imgRepr);
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.cpp | 257 measure_repr->addChild(repr, NULL); 963 rtext->addChild(rtspan, NULL); 967 rtspan->addChild(rstring, NULL); 1001 rgroup->addChild(rtextitem, NULL); 1003 rgroup->addChild(rrect, NULL); 1018 measure_repr->addChild(rlabel, NULL);
|
/inkscape/src/widgets/ |
H A D | gradient-selector.cpp | 557 doc->getDefs()->getRepr()->addChild(repr, NULL); 570 doc->getDefs()->getRepr()->addChild(repr, NULL);
|
H A D | gradient-vector.cpp | 547 gradient->getRepr()->addChild(child, NULL); 553 gradient->getRepr()->addChild(child, NULL); 561 gradient->getRepr()->addChild(child, stop->getRepr()); 770 gradient->getRepr()->addChild(new_stop_repr, stop->getRepr()); 774 gradient->getRepr()->addChild(new_stop_repr, stop->getPrevStop()->getRepr());
|