Searched refs:IsPhantom (Results 1 – 6 of 6) sorted by relevance
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()), " unexspected phantom"); in AddChild()[all …]
250 ( IsPhantom() || // phantoms in IsCountedForNumbering()461 const bool bIsPhantom( rNodeNum.IsPhantom() ); in _UnregisterMeAndChildrenDueToRootDelete()
452 if (IsPhantom()) in Draw()2219 if (IsPhantom()) in Draw()2265 if (IsPhantom()) in Draw()2348 if (IsPhantom()) in Draw()2497 if (IsPhantom() || aText.Len() == 0 || aText.GetChar(0) == xub_Unicode('\0')) in Draw()
235 bool IsPhantom() const;
896 if ( pWorkingNodeNum->IsPhantom() ) in MakeRefNumString()904 ( !pWorkingNodeNum->IsPhantom() && in MakeRefNumString()
124 sal_Bool IsPhantom() const { return bIsPhantom; } in IsPhantom() function in SmNode