Searched refs:skip_all_lpeitems (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dpath-chemistry.h35 bool 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 = false);
H A Dpath-chemistry.cpp350 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
359 if ( skip_all_lpeitems &&
361 !group ) // also convert objects in an SPGroup when skip_all_lpeitems is set.

Completed in 14 milliseconds