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

/inkscape/src/
H A Ddocument-subset.h52 void _remove(SPObject *obj, bool subtree);
H A Ddocument-subset.cpp163 void remove(SPObject *obj, bool subtree);
274 void DocumentSubset::Relations::remove(SPObject *obj, bool subtree) { argument
285 if (subtree) {
354 void DocumentSubset::_remove(SPObject *obj, bool subtree) { argument
355 _relations->remove(obj, subtree);

Completed in 53 milliseconds