Searched refs:getRoot (Results 1 - 25 of 75) sorted by relevance

123

/inkscape/src/helper/
H A Dpixbuf-ops.cpp127 Inkscape::DrawingItem *root = doc->getRoot()->invoke_show( drawing, dkey, SP_ITEM_SHOW_DISPLAY);
134 hide_other_items_recursively(doc->getRoot(), items_only, dkey);
156 doc->getRoot()->invoke_hide(dkey);
H A Dpng-write.cpp454 drawing.setRoot(doc->getRoot()->invoke_show(drawing, dkey, SP_ITEM_SHOW_DISPLAY));
461 hide_other_items_recursively(doc->getRoot(), items_only, dkey);
478 doc->getRoot()->invoke_hide(dkey);
/inkscape/src/
H A Dsvg-view.cpp43 doc()->getRoot()->invoke_hide(_dkey);
186 doc()->getRoot()->invoke_hide(_dkey);
197 Inkscape::DrawingItem *ai = document->getRoot()->invoke_show(
H A Dprint.cpp85 SPItem *base = doc->getRoot();
108 mod->base = doc->getRoot();
H A Dsp-metadata.cpp130 nv = sp_item_group_get_child_by_name( document->getRoot(), NULL,
H A Dfile.cpp145 if (!doc->getRoot()->viewBox_set
146 && (doc->getRoot()->width.unit != SVGLength::PERCENT)
147 && (doc->getRoot()->height.unit != SVGLength::PERCENT)) {
294 if (!doc->getRoot()->viewBox_set
295 && (doc->getRoot()->width.unit != SVGLength::PERCENT)
296 && (doc->getRoot()->height.unit != SVGLength::PERCENT)) {
896 gchar* doc_title = doc->getRoot()->title();
1189 SPCSSAttr *style = sp_css_attr_from_object(doc->getRoot());
1193 for ( SPObject *child = doc->getRoot()->firstChild(); child; child = child->getNext()) {
1215 place_to_insert = in_doc->getRoot();
[all...]
H A Dobject-test.h85 assert(doc->getRoot() != NULL);
87 SPRoot *root = doc->getRoot();
H A Did-clash.cpp308 SPObject *imported_root = imported_doc->getRoot();
326 find_references(current_doc->getRoot(), refmap);
386 find_references(current_doc->getRoot(), refmap);
H A Dpersp3d.cpp98 SPRoot *root = document->getRoot();
176 if( document->getRoot()->viewBox_set ) {
177 Geom::Rect vb = document->getRoot()->viewBox;
242 SPRoot *root = document->getRoot();
H A Ddocument.h131 SPRoot *getRoot() { return root; } function in class:SPDocument
132 SPRoot const *getRoot() const { return root; } function in class:SPDocument
H A Dsp-guide.cpp162 SPRoot *root = document->getRoot();
211 SPRoot *root = doc->getRoot();
371 SPRoot *root = document->getRoot();
H A Dsp-namedview.cpp266 if (document->getRoot()->viewBox_set) {
268 Geom::Rect viewbox = document->getRoot()->viewBox;
557 if (value && document->getRoot()->viewBox_set) {
871 for ( SPObject *iter = document->getRoot()->firstChild(); iter ; iter = iter->getNext() ) {
1077 SPObject *nv = sp_item_group_get_child_by_name(document->getRoot(), NULL, "sodipodi:namedview");
1085 nv = sp_item_group_get_child_by_name(document->getRoot(), nv, "sodipodi:namedview");
H A Dmain.cpp1202 SPRoot *root = doc->getRoot();
1233 doc->getRoot()->cropToObject(obj);
1409 o = doc->getRoot();
1434 SPObject *o = doc->getRoot();
1486 o_area = doc->getRoot();
1491 o = doc->getRoot();
1564 Geom::Point origin(doc->getRoot()->x.computed, doc->getRoot()->y.computed);
/inkscape/src/libvpsc/pairingheap/
H A DPairingHeap.h96 PairNode<T> *broot=rhs->getRoot();
109 PairNode<T> * getRoot() { function in class:PairingHeap
/inkscape/src/extension/internal/
H A Dcairo-png-out.cpp61 SPItem *base = doc->getRoot();
H A Dlatex-pstricks-out.cpp62 mod->base = doc->getRoot();
H A Dwpg-input.cpp131 if (doc && !doc->getRoot()->viewBox_set) {
H A Dmetafile-inout.cpp186 if (doc && !doc->getRoot()->viewBox_set) {
225 doc->getRoot()->scaleChildItemsRec(Geom::Scale(scale), Geom::Point(0, dh), true);
H A Dgdkpixbuf-input.cpp137 doc->getRoot()->appendChildRepr(image_node);
142 if (!doc->getRoot()->viewBox_set) {
H A Dcairo-renderer-pdf-out.cpp78 base = doc->getRoot();
/inkscape/src/ui/widget/
H A Dentity-entry.cpp101 if ( !text && !strcmp(_entity->name, "title") && doc->getRoot() ) {
102 text = doc->getRoot()->title();
158 if ( !text && !strcmp(_entity->name, "title") && doc->getRoot() ) {
159 text = doc->getRoot()->title();
/inkscape/src/ui/dialog/
H A Ddocument-properties.cpp199 Inkscape::XML::Node *root = getDesktop()->getDocument()->getRoot()->getRepr();
210 Inkscape::XML::Node *root = getDesktop()->getDocument()->getRoot()->getRepr();
1461 SPRoot *root = dt->getDocument()->getRoot();
1469 double doc_w = dt->getDocument()->getRoot()->width.value;
1470 Glib::ustring doc_w_unit = unit_table.getUnit(dt->getDocument()->getRoot()->width.unit)->abbr;
1473 } else if (doc_w_unit == "%" && dt->getDocument()->getRoot()->viewBox_set) {
1475 doc_w = dt->getDocument()->getRoot()->viewBox.width();
1477 double doc_h = dt->getDocument()->getRoot()->height.value;
1478 Glib::ustring doc_h_unit = unit_table.getUnit(dt->getDocument()->getRoot()->height.unit)->abbr;
1481 } else if (doc_h_unit == "%" && dt->getDocument()->getRoot()
[all...]
H A Dsymbols.cpp293 renderDrawing.setRoot(previewDocument->getRoot()->invoke_show(renderDrawing, key, SP_ITEM_SHOW_DISPLAY ));
631 const gchar *title = symbol_doc->getRoot()->title();
676 l = symbols_in_doc_recursive (symbolDocument->getRoot(), l );
698 l = use_in_doc_recursive (useDocument->getRoot(), l );
814 previewDocument->getRoot()->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
819 previewDocument->getRoot()->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
/inkscape/src/widgets/
H A Dstroke-marker-selector.cpp374 drawing.setRoot(sandbox->getRoot()->invoke_show(drawing, visionkey, SP_ITEM_SHOW_DISPLAY));
423 sandbox->getRoot()->invoke_hide(visionkey);
439 drawing.setRoot(sandbox->getRoot()->invoke_show(drawing, visionkey, SP_ITEM_SHOW_DISPLAY));
444 sandbox->getRoot()->invoke_hide(visionkey);
528 sandbox->getRoot()->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
/inkscape/src/display/
H A Dsp-canvas.h88 SPCanvasGroup *getRoot();

Completed in 335 milliseconds

123