Searched refs:hasChildren (Results 1 - 8 of 8) sorted by relevance

/inkscape/src/
H A Dsp-pattern.cpp511 bool hasChildren = false; local
512 for (SPObject const *child = firstChild(); child && !hasChildren; child = child->getNext()) {
514 hasChildren = true;
517 return hasChildren;
H A Dtext-editing.cpp452 if (start_obj->hasChildren()) {
533 if (source_obj->hasChildren()) {
619 while ((*para_obj)->hasChildren())
818 if (sub_item->hasChildren())
1562 if ( !(*item)->hasChildren()
1597 while ((*item)->hasChildren()) {
1660 if (!(*item)->hasChildren()) {
1738 if (!(*item)->hasChildren()) return false;
1799 if (!(*item)->hasChildren()) return false;
1823 if (child->hasChildren()) {
[all...]
H A Dobject-test.h89 assert(root->hasChildren());
H A Dsp-object.h320 bool hasChildren() const { return ( children != NULL ); } function in class:SPObject
H A Dsp-item-group.cpp635 if ( hasChildren() ) {
648 if ( hasChildren() ) {
H A Dsp-flowtext.cpp409 if (!root->hasChildren()) {
H A Dsp-text.cpp577 if (!root->hasChildren()) {
/inkscape/src/display/
H A Dnr-svgfonts.cpp340 if (node->hasChildren()){

Completed in 39 milliseconds