Home
last modified time | relevance | path

Searched refs:IsPhantom (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx74 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 …]
H A DSwNodeNum.cxx250 ( IsPhantom() || // phantoms in IsCountedForNumbering()
461 const bool bIsPhantom( rNodeNum.IsPhantom() ); in _UnregisterMeAndChildrenDueToRootDelete()
/AOO41X/main/starmath/source/
H A Dnode.cxx452 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()
/AOO41X/main/sw/inc/
H A DSwNumberTree.hxx235 bool IsPhantom() const;
/AOO41X/main/sw/source/core/doc/
H A Dnumber.cxx896 if ( pWorkingNodeNum->IsPhantom() ) in MakeRefNumString()
904 ( !pWorkingNodeNum->IsPhantom() && in MakeRefNumString()
/AOO41X/main/starmath/inc/
H A Dnode.hxx124 sal_Bool IsPhantom() const { return bIsPhantom; } in IsPhantom() function in SmNode