/inkscape/src/helper/ |
H A D | pixbuf-ops.cpp | 127 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 D | png-write.cpp | 454 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 D | svg-view.cpp | 43 doc()->getRoot()->invoke_hide(_dkey); 186 doc()->getRoot()->invoke_hide(_dkey); 197 Inkscape::DrawingItem *ai = document->getRoot()->invoke_show(
|
H A D | print.cpp | 85 SPItem *base = doc->getRoot(); 108 mod->base = doc->getRoot();
|
H A D | sp-metadata.cpp | 130 nv = sp_item_group_get_child_by_name( document->getRoot(), NULL,
|
H A D | file.cpp | 145 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 D | object-test.h | 85 assert(doc->getRoot() != NULL); 87 SPRoot *root = doc->getRoot();
|
H A D | id-clash.cpp | 308 SPObject *imported_root = imported_doc->getRoot(); 326 find_references(current_doc->getRoot(), refmap); 386 find_references(current_doc->getRoot(), refmap);
|
H A D | persp3d.cpp | 98 SPRoot *root = document->getRoot(); 176 if( document->getRoot()->viewBox_set ) { 177 Geom::Rect vb = document->getRoot()->viewBox; 242 SPRoot *root = document->getRoot();
|
H A D | document.h | 131 SPRoot *getRoot() { return root; } function in class:SPDocument 132 SPRoot const *getRoot() const { return root; } function in class:SPDocument
|
H A D | sp-guide.cpp | 162 SPRoot *root = document->getRoot(); 211 SPRoot *root = doc->getRoot(); 371 SPRoot *root = document->getRoot();
|
H A D | sp-namedview.cpp | 266 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 D | main.cpp | 1202 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 D | PairingHeap.h | 96 PairNode<T> *broot=rhs->getRoot(); 109 PairNode<T> * getRoot() { function in class:PairingHeap
|
/inkscape/src/extension/internal/ |
H A D | cairo-png-out.cpp | 61 SPItem *base = doc->getRoot();
|
H A D | latex-pstricks-out.cpp | 62 mod->base = doc->getRoot();
|
H A D | wpg-input.cpp | 131 if (doc && !doc->getRoot()->viewBox_set) {
|
H A D | metafile-inout.cpp | 186 if (doc && !doc->getRoot()->viewBox_set) { 225 doc->getRoot()->scaleChildItemsRec(Geom::Scale(scale), Geom::Point(0, dh), true);
|
H A D | gdkpixbuf-input.cpp | 137 doc->getRoot()->appendChildRepr(image_node); 142 if (!doc->getRoot()->viewBox_set) {
|
H A D | cairo-renderer-pdf-out.cpp | 78 base = doc->getRoot();
|
/inkscape/src/ui/widget/ |
H A D | entity-entry.cpp | 101 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 D | document-properties.cpp | 199 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 D | symbols.cpp | 293 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 D | stroke-marker-selector.cpp | 374 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 D | sp-canvas.h | 88 SPCanvasGroup *getRoot();
|