Searched refs:appendChildRepr (Results 1 - 25 of 27) sorted by relevance

12

/inkscape/src/
H A Dbox3d-side.cpp130 box3d_side = static_cast<Box3DSide *>(box->appendChildRepr(repr_side));
H A Dsp-clippath.cpp313 SPItem *item = SP_ITEM(clip_path_object->appendChildRepr(node));
H A Dsp-mask.cpp215 SPItem *item = SP_ITEM(mask_object->appendChildRepr(node));
H A Dfile.cpp1234 else new_obj = place_to_insert->appendChildRepr(newitem);
1241 in_doc->getRoot()->appendChildRepr(child->getRepr()->duplicate(xml_in_doc));
1245 if (newgroup) new_obj = place_to_insert->appendChildRepr(newgroup);
H A Dsp-marker.cpp452 SPItem *copy = SP_ITEM(mark_object->appendChildRepr(node));
H A Dsp-object.h340 SPObject *appendChildRepr(Inkscape::XML::Node *repr);
H A Dsp-pattern.cpp404 SPItem *copy = SP_ITEM(pat_object->appendChildRepr(node));
H A Dsp-object.cpp365 SPObject *SPObject::appendChildRepr(Inkscape::XML::Node *repr) { function in class:SPObject
1509 elem->appendChildRepr(xml_doc->createTextNode(value));
H A Dsp-flowtext.cpp620 SPItem *ft_item = dynamic_cast<SPItem *>(desktop->currentLayer()->appendChildRepr(root_repr));
H A Dselection-chemistry.cpp372 parent->appendChildRepr(copy);
2898 parent->appendChildRepr(clone);
3436 SPItem *i = dynamic_cast<SPItem *>(desktop->currentLayer()->appendChildRepr(copy));
H A Dbox3d.cpp445 box3d = reinterpret_cast<SPBox3D *>(parent->appendChildRepr(repr));
H A Dgradient-chemistry.cpp953 vector->appendChildRepr(copy);
/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp137 doc->getRoot()->appendChildRepr(image_node);
/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp260 SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr));
712 SPItem *marker = SP_ITEM(defs->appendChildRepr(rmarker));
728 SPItem *path = SP_ITEM(marker->appendChildRepr(rpath));
797 SPItem *measure_item = SP_ITEM(desktop->currentLayer()->appendChildRepr(rgroup));
969 SPItem *text_item = SP_ITEM(desktop->currentLayer()->appendChildRepr(rtext));
1005 SPItem *text_item_box = SP_ITEM(desktop->currentLayer()->appendChildRepr(rgroup));
H A Dspiral-tool.cpp354 this->spiral = SP_SPIRAL(desktop->currentLayer()->appendChildRepr(repr));
H A Dstar-tool.cpp369 this->star = SP_STAR(desktop->currentLayer()->appendChildRepr(repr));
H A Darc-tool.cpp343 this->arc = SP_GENERICELLIPSE(desktop->currentLayer()->appendChildRepr(repr));
H A Drect-tool.cpp384 this->rect = SP_RECT(desktop->currentLayer()->appendChildRepr(repr));
H A Dfreehand-base.cpp815 SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr));
936 SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr));
H A Dcalligraphic-tool.cpp919 SPItem *item=SP_ITEM(desktop->currentLayer()->appendChildRepr(this->repr));
H A Dconnector-tool.cpp885 this->newconn = SP_ITEM(desktop->currentLayer()->appendChildRepr(repr));
H A Deraser-tool.cpp655 SPItem *item = SP_ITEM(desktop->currentLayer()->appendChildRepr(this->repr));
H A Dtext-tool.cpp416 SPItem *text_item = SP_ITEM(ec->desktop->currentLayer()->appendChildRepr(rtext));
/inkscape/src/extension/dbus/
H A Ddocument-interface.cpp242 doc_interface->target.getSelection()->layers()->currentLayer()->appendChildRepr(newNode);
516 doc_interface->target.getSelection()->layers()->currentLayer()->appendChildRepr(newNode);
533 doc_interface->target.getSelection()->layers()->currentLayer()->appendChildRepr(newNode);
/inkscape/src/ui/dialog/
H A Dpixelartdialog.cpp494 desktop->currentLayer()->appendChildRepr(group);

Completed in 102 milliseconds

12