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

/inkscape/src/ui/dialog/
H A Dexport.cpp823 const std::vector<XML::Node*> reprlst = SP_ACTIVE_DESKTOP->getSelection()->reprList(); local
824 for(std::vector<XML::Node*>::const_iterator i=reprlst.begin(); reprlst.end() != i; ++i) {
1234 std::vector<XML::Node*> reprlst; local
1240 reprlst = desktop->getSelection()->reprList();
1242 for(std::vector<Inkscape::XML::Node*>::const_iterator i=reprlst.begin(); reprlst.end() != i; ++i) {
/inkscape/src/
H A Dselection-chemistry.cpp3475 std::vector<Inkscape::XML::Node*> const reprlst = selection->reprList(); member in class:std
3480 for (std::vector<Inkscape::XML::Node*>::const_iterator i=reprlst.begin();filename_search&&xdpi_search&&ydpi_search&&i!=reprlst.end();++i){

Completed in 1094 milliseconds