Lines Matching defs:selection
18 #include "selection.h"
56 Inkscape::Selection * selection = static_cast<SPDesktop *>(desktop)->selection;
65 std::vector<SPItem*> items(selection->itemList());
66 selection->clear();
92 selection->add(new_items[i]);
93 sp_selected_path_to_curves(selection, static_cast<SPDesktop *>(desktop));
105 selection->clear();
113 selection->clear();
114 selection->add(items.begin(), items.end());