Lines Matching refs:pRootItem
153 pRootItem = new SvListEntry; in SvTreeList()
171 delete pRootItem; in ~SvTreeList()
173 pRootItem = 0; in ~SvTreeList()
227 if ( pEntry == pRootItem ) in IsEntryVisible()
239 DBG_ASSERT(pEntry&&pEntry!=pRootItem,"GetDepth:Bad Entry"); in GetDepth()
241 while( pEntry->pParent != pRootItem ) in GetDepth()
262 SvTreeEntryList* pRootList = pRootItem->pChilds; in Clear()
271 delete pRootItem->pChilds; in Clear()
272 pRootItem->pChilds = 0; in Clear()
292 pParent = pRootItem; in IsChild()
318 pTargetParent = pRootItem; in Move()
375 pTargetParent = pRootItem; in Copy()
417 pParent = pRootItem; in Move()
446 pParent = pRootItem; in Copy()
473 pParent = pRootItem; in InsertTree()
493 pTargetParent = pRootItem; in InsertTree()
628 pParent = pRootItem; in GetVisibleChildCount()
647 pParent = pRootItem; in GetChildSelectionCount()
677 return (SvListEntry*)(pRootItem->pChilds->GetObject(0)); in First()
727 while( pParent != pRootItem && pParent != 0 ) in Next()
783 if ( pActEntry->pParent == pRootItem ) in Prev()
810 SvTreeEntryList* pActList = pRootItem->pChilds; in Last()
938 while( pParent != pRootItem ) in NextVisible()
999 if ( pActEntry->pParent == pRootItem ) in PrevVisible()
1122 pParent = pRootItem; in FirstChild()
1247 pParent = pRootItem; in Insert()
1606 pParent = pRootItem; in IsInChildList()
1629 if ( pRootItem->pChilds ) in CheckIntegrity()
1631 lcl_CheckList( pRootItem->pChilds ); in CheckIntegrity()
1651 if ( pCurParent == pRootItem ) in GetRootLevelParent()
1653 while( pCurParent && pCurParent->pParent != pRootItem ) in GetRootLevelParent()
1720 pEntry = pModel->pRootItem; in InitTable()
1763 SvListEntry* pEntry = pModel->pRootItem; in Clear()
1837 if( pParent != pModel->pRootItem && pParent->pChilds->Count() == 1 ) in ActionMoving()
1949 if ( pCurEntry && pCurEntry != pModel->pRootItem && in ActionRemoving()
2038 ResortChilds( pRootItem ); in Resort()