Searched refs:except (Results 1 - 3 of 3) sorted by relevance

/inkscape/packaging/scripts/
H A Dlp-mark-bugs-released44 except Exception, error:
70 except HTTPError, error:
/inkscape/src/
H A Dsp-object.cpp484 void SPObject::cropToObject(SPObject *except) argument
489 if (child->isAncestorOf(except)) {
490 child->cropToObject(except);
491 } else if(child != except) {
1412 element, except when deleting a title or description.
H A Dsp-object.h479 * Removes all children except for the given object, it's children and it's ancesstors.
481 void cropToObject(SPObject *except);
777 * (2) If the specified value is the same as the current value except for
807 * content except the tags).
808 * Must not be used on anything except elements.

Completed in 39 milliseconds