Lines Matching refs:getSelection
611 gint num = SP_ACTIVE_DESKTOP->getSelection()->itemList().size();
627 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false) {
665 Inkscape::Selection *selection = SP_ACTIVE_DESKTOP->getSelection();
668 (SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false &&
673 was_empty = (SP_ACTIVE_DESKTOP->getSelection())->isEmpty();
701 Sel = SP_ACTIVE_DESKTOP->getSelection();
748 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false)
750 bbox = SP_ACTIVE_DESKTOP->getSelection()->visualBounds();
815 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false) {
817 sp_selection_get_export_hints (SP_ACTIVE_DESKTOP->getSelection(), filename, &xdpi, &ydpi);
823 const std::vector<XML::Node*> reprlst = SP_ACTIVE_DESKTOP->getSelection()->reprList();
1018 gint num = (desktop->getSelection()->itemList()).size();
1032 std::vector<SPItem*> itemlist=desktop->getSelection()->itemList();
1078 hide ? (desktop->getSelection()->itemList()) : x
1168 hide ? (desktop->getSelection()->itemList()) : x
1240 reprlst = desktop->getSelection()->reprList();
1472 if ((SP_ACTIVE_DESKTOP->getSelection())->isEmpty() == false) {
1473 Geom::OptRect bbox = (SP_ACTIVE_DESKTOP->getSelection())->bounds(SPItem::VISUAL_BBOX);