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

/inkscape/share/extensions/
H A Dmerge_styles.py70 def all_matches(self): member in class:Style
121 for (st, el) in common.all_matches():
/inkscape/src/
H A Dselection-chemistry.cpp1886 std::vector<SPItem*> all_matches; local
1914 all_matches.insert(all_matches.end(), matches.begin(),matches.end());
1918 selection->setList(all_matches);

Completed in 584 milliseconds