Lines Matching refs:IsPhantom

74     ASSERT( IsPhantom() || mpParent == NULL, ": I'm not supposed to have a parent.");  in ~SwNumberTreeNode()
90 (*mChildren.begin())->IsPhantom()) in CreatePhantom()
130 if (aIt != mChildren.end() && (*aIt)->IsPhantom()) in ClearObsoletePhantoms()
201 ( !(*aIt)->HasCountedChildren() || (*aIt)->IsPhantom() ) ) in ValidateHierarchical()
211 ( !IsPhantom() || in ValidateHierarchical()
231 ( !(*aIt)->IsPhantom() || in ValidateHierarchical()
394 if (IsPhantom()) in GetFirstNonPhantomChild()
413 if ((*mChildren.begin())->IsPhantom() && in MoveGreaterChildren()
469 if (pMyFirst->IsPhantom()) in MoveChildren()
555 (*aInsertDeepIt)->IsPhantom()), " unexpected phantom"); in AddChild()
618 if ( !pDestNode->IsPhantom() ) in AddChild()
680 if (pChild->IsPhantom()) in RemoveChild()
726 if (aItPred != mChildren.end() && (*aItPred)->IsPhantom()) in RemoveChild()
758 while (pSavedParent && pSavedParent->IsPhantom() && in RemoveMe()
818 bool SwNumberTreeNode::IsPhantom() const in IsPhantom() function in SwNumberTreeNode
836 bResult = (*aIt)->IsPhantom() && (*aIt)->HasOnlyPhantoms(); in HasOnlyPhantoms()
846 return !IsPhantom() || in IsCounted()
855 ASSERT( IsPhantom(), in HasPhantomCountedParent()
857 if ( IsPhantom() && mpParent ) in HasPhantomCountedParent()
863 else if ( !mpParent->IsPhantom() ) in HasPhantomCountedParent()
881 if ((*aIt)->IsPhantom()) in IsFirst()
899 if (!pNode->IsPhantom() && pNode->GetParent()) in IsFirst()
1005 if ((*aIt)->IsPhantom()) in IsSane()
1029 if (!(*aIt)->IsPhantom() && (*aIt)->LessThan(*this)) in IsSane()
1279 if (! IsPhantom()) in Notify()