Searched refs:reprList (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/
H A Dselection.h249 std::vector<XML::Node*> const &reprList();
H A Dselection.cpp310 std::vector<XML::Node*> const &Selection::reprList() { function in class:Inkscape::std::Selection
H A Dselection-chemistry.cpp457 std::vector<Inkscape::XML::Node*> reprs(selection->reprList());
766 std::vector<Inkscape::XML::Node*> p (selection->reprList());
1051 std::vector<Inkscape::XML::Node*> rl(selection->reprList());
1135 std::vector<Inkscape::XML::Node*> rl(selection->reprList());
1725 std::vector<Inkscape::XML::Node*> items = selection->reprList();
2606 std::vector<Inkscape::XML::Node*> reprs (selection->reprList());
3475 std::vector<Inkscape::XML::Node*> const reprlst = selection->reprList();
3768 std::vector<Inkscape::XML::Node*> p(selection->reprList());
H A Dsplivarot.cpp692 std::vector<Inkscape::XML::Node*> sorted(selection->reprList());
/inkscape/src/ui/dialog/
H A Dsvg-fonts-dialog.cpp527 Inkscape::XML::Node* node = sel->reprList().front();
569 Inkscape::XML::Node* node = sel->reprList().front();
H A Dexport.cpp823 const std::vector<XML::Node*> reprlst = SP_ACTIVE_DESKTOP->getSelection()->reprList();
1240 reprlst = desktop->getSelection()->reprList();
H A Dfilter-effects-dialog.cpp694 Inkscape::XML::Node* node = sel->reprList()[0];

Completed in 56 milliseconds