Lines Matching refs:to_select
307 std::vector<Inkscape::XML::Node*> to_select;
311 did = sp_item_list_to_curves(items, selected, to_select);
313 selection->setReprList(to_select);
338 std::vector<Inkscape::XML::Node*> to_select;
343 sp_item_list_to_curves(items, selected, to_select, true);
345 selection->setReprList(to_select);
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)
385 to_select.insert(to_select.begin(),repr);
454 to_select.insert(to_select.begin(),repr);