Searched defs:to_select (Results 1 - 3 of 3) sorted by relevance

/inkscape/src/
H A Dpath-chemistry.cpp307 std::vector<Inkscape::XML::Node*> to_select; local
311 did = sp_item_list_to_curves(items, selected, to_select);
313 selection->setReprList(to_select);
338 std::vector<Inkscape::XML::Node*> to_select; local
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) argument
385 to_select.insert(to_select.begin(),repr);
454 to_select
[all...]
H A Dmain.cpp1215 std::vector<Inkscape::XML::Node*> to_select; local
1217 sp_item_list_to_curves(items, selected, to_select);
/inkscape/src/ui/tools/
H A Dtweak-tool.cpp377 std::vector<Inkscape::XML::Node*> to_select; local
379 sp_item_list_to_curves (items, selected, to_select);
380 SPObject* newObj = doc->getObjectByRepr(to_select[0]);

Completed in 343 milliseconds