Lines Matching defs:selected
306 std::vector<SPItem*> selected(selection->itemList());
309 std::vector<SPItem*> items(selected);
311 did = sp_item_list_to_curves(items, selected, to_select);
314 selection->addList(selected);
328 /** Converts the selected items to LPEItems if they are not already so; e.g. SPRects) */
337 std::vector<SPItem*> selected(selection->itemList());
340 std::vector<SPItem*> items(selected);
343 sp_item_list_to_curves(items, selected, to_select, true);
346 selection->addList(selected);
350 sp_item_list_to_curves(const std::vector<SPItem*> &items, std::vector<SPItem*>& selected, std::vector<Inkscape::XML::Node*> &to_select, bool skip_all_lpeitems)
381 // convert 3D box to ordinary group of paths; replace the old element in 'selected' with the new group
387 selected.erase(remove(selected.begin(), selected.end(), item), selected.end());
412 selected.erase(remove(selected.begin(), selected.end(), item), selected.end());
453 * desktops where it was previously selected. */