Searched refs:appendChild (Results 1 - 25 of 66) sorted by relevance

123

/inkscape/src/xml/
H A Drepr.cpp42 doc->appendChild(comment);
47 doc->appendChild(root);
H A Drepr-action-test.h41 root->appendChild(a);
50 root->appendChild(a);
66 root->appendChild(a);
67 root->appendChild(b);
68 root->appendChild(c);
H A Dnode.h339 * You need to manually insert it into the document, using e.g. appendChild().
363 virtual void appendChild(Node *child)=0;
H A Dsimple-node.h78 void appendChild(Node *child) { function in class:Inkscape::XML::SimpleNode
/inkscape/src/
H A Dfilter-chemistry.cpp113 defs->appendChild(repr);
181 filter->appendChild(repr);
235 repr->appendChild(b_repr);
239 defs->appendChild(repr);
284 defs->appendChild(repr);
307 repr->appendChild(b_repr);
323 repr->appendChild(b_repr);
394 defs->appendChild(repr);
446 filter->getRepr()->appendChild(b_repr);
H A Dtext-chemistry.cpp120 parent->appendChild(repr);
313 shape->parent->getRepr()->appendChild(root_repr);
318 root_repr->appendChild(region_repr);
335 region_repr->appendChild(clone);
341 root_repr->appendChild(para_repr);
349 para_repr->appendChild(text_repr);
358 root_repr->appendChild(para_repr);
437 rtspan->appendChild(text_repr);
439 flowtext->parent->getRepr()->appendChild(rtext);
H A Drdf.cpp586 parent->appendChild(temp);
602 parent->appendChild(temp);
612 parent->appendChild(temp);
622 parent->appendChild(temp);
651 parent->appendChild(temp);
668 parent->appendChild(temp);
674 temp->appendChild(child);
701 currentParent->appendChild( metadata );
707 metadata->appendChild( node );
748 svg->appendChild(paren
[all...]
H A Dsp-flowtext.cpp547 span_tspan->appendChild(new_text);
553 line_tspan->appendChild(span_tspan);
556 repr->appendChild(line_tspan);
626 root_repr->appendChild(region_repr);
631 region_repr->appendChild(rect_repr);
651 root_repr->appendChild(para_repr);
656 para_repr->appendChild(text);
H A Dlayer-fns.cpp196 root->getRepr()->appendChild(repr);
H A Dpath-chemistry.cpp171 parent->appendChild(repr);
257 parent->appendChild(repr);
435 parent->appendChild(repr);
539 g_repr->appendChild(p_repr);
H A Dsp-switch.cpp144 ai->appendChild(ac);
H A Dsp-clippath.cpp209 ai->appendChild(ac);
307 defsrepr->appendChild(repr);
/inkscape/src/extension/internal/
H A Dbluredge.cpp75 spitem->getRepr()->parent()->appendChild(new_group);
91 new_group->appendChild(new_items[i]);
H A Dsvg.cpp263 new_rdoc->appendChild(root);
H A Dgrid.cpp140 current_layer->appendChild(path);
/inkscape/src/extension/internal/pdfinput/
H A Dsvg-builder.cpp203 saved_container->appendChild(node);
453 _container->appendChild(path);
489 _container->appendChild(path_node);
537 clip_path->appendChild(path);
540 _doc->getDefs()->getRepr()->appendChild(clip_path);
738 _doc->getDefs()->getRepr()->appendChild(pattern_node);
813 defs->appendChild(gradient);
846 gradient->appendChild(stop);
1294 tspan_node->appendChild(text_content);
1296 text_node->appendChild(tspan_nod
[all...]
/inkscape/src/extension/internal/filter/
H A Dfilter.cpp103 to->appendChild(to_child);
145 defsrepr->appendChild(newfilterroot);
187 filternode->appendChild(alpha);
/inkscape/share/extensions/
H A DjessyInk.js179 clipPath.appendChild(rectNode);
180 defsNodes[0].appendChild(clipPath);
242 ROOT_NODE.appendChild(JessyInkPresentationLayer);
251 JessyInkPresentationLayer.appendChild(node);
342 newGroup.appendChild(element.parentNode.removeChild(element));
379 transformGroup.appendChild(node.firstChild);
391 viewGroup.appendChild(transformGroup);
392 slides[counter]["viewGroup"] = node.appendChild(viewGroup);
1383 newDoc.appendChild(defs[defsCounter].cloneNode(true));
1418 newDoc.appendChild(n
[all...]
H A Dinkweb.js50 attributes.parent.appendChild( element );
53 element.appendChild( document.createTextNode( attributes.text ) );
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp460 font->getRepr()->appendChild(repr);
764 get_selected_spfont()->getRepr()->appendChild(repr);
829 defs->getRepr()->appendChild(repr);
835 repr->appendChild(fontface);
841 repr->appendChild(mg);
/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp485 defsrepr->appendChild(mrepr);
503 defsrepr->appendChild(grepr);
514 defsrepr->appendChild(grepr);
/inkscape/src/extension/param/
H A Dparameter.cpp365 parent->appendChild(retval);
391 defs->appendChild(params);
/inkscape/src/display/
H A Ddrawing-item.h104 void appendChild(DrawingItem *item);
/inkscape/src/extension/plugins/grid2/
H A Dgrid.cpp146 current_layer->appendChild(path);
/inkscape/src/ui/
H A Dclipboard.cpp294 _root->appendChild(pathnode);
323 _defs->appendChild(repr);
350 _root->appendChild(use);
942 parent->appendChild(dup);
1241 _root->appendChild(_clipnode);

Completed in 58 milliseconds

123