Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx551 tSwNumberTreeChildren::iterator aInsertDeepIt = in AddChild() local
554 ASSERT(! (aInsertDeepIt != mChildren.end() && in AddChild()
555 (*aInsertDeepIt)->IsPhantom()), " unexspected phantom"); in AddChild()
558 if (aInsertDeepIt == mChildren.begin()) in AddChild()
569 aInsertDeepIt--; in AddChild()
570 (*aInsertDeepIt)->AddChild(pChild, nDepth - 1); in AddChild()

Completed in 9 milliseconds