Lines Matching refs:SvTreeEntryList

127 void SvTreeEntryList::DestroyAll()  in DestroyAll()
262 SvTreeEntryList* pRootList = pRootItem->pChilds; in Clear()
295 SvTreeEntryList* pList = pParent->pChilds; in IsChild()
324 pTargetParent->pChilds = new SvTreeEntryList; in Move()
330 SvTreeEntryList* pDstList = pTargetParent->pChilds; in Move()
331 SvTreeEntryList* pSrcList = pSrcEntry->pParent->pChilds; in Move()
377 pTargetParent->pChilds = new SvTreeEntryList; in Copy()
385 SvTreeEntryList* pDstList = pTargetParent->pChilds; in Copy()
495 pTargetParent->pChilds = new SvTreeEntryList; in InsertTree()
503 SvTreeEntryList* pDstList = pTargetParent->pChilds; in InsertTree()
543 SvTreeEntryList* pChilds = pEntry->pChilds; in Clone()
559 SvTreeEntryList* SvTreeList::CloneChilds( SvTreeEntryList* pChilds, in CloneChilds()
564 SvTreeEntryList* pClonedChilds = new SvTreeEntryList; in CloneChilds()
571 SvTreeEntryList* pSubChilds = pChild->pChilds; in CloneChilds()
705 SvTreeEntryList* pActualList = pActEntry->pParent->pChilds; in Next()
767 SvTreeEntryList* pActualList = pActEntry->pParent->pChilds; in Prev()
810 SvTreeEntryList* pActList = pRootItem->pChilds; in Last()
914 SvTreeEntryList* pActualList = pActEntry->pParent->pChilds; in NextVisible()
982 SvTreeEntryList* pActualList = pActEntry->pParent->pChilds; in PrevVisible()
1136 SvTreeEntryList* pList = pEntry->pParent->pChilds; in NextSibling()
1150 SvTreeEntryList* pList = pEntry->pParent->pChilds; in PrevSibling()
1167 SvTreeEntryList* pSibs = pEntry->pParent->pChilds; in LastSibling()
1250 SvTreeEntryList* pList = pParent->pChilds; in Insert()
1254 pList = new SvTreeEntryList; in Insert()
1455 SvTreeEntryList* pList = pParent->pChilds; in Remove()
1577 void SvTreeList::SetListPositions( SvTreeEntryList* pList ) in SetListPositions()
1614 void lcl_CheckList( SvTreeEntryList* pList ) in lcl_CheckList()
1900 SvTreeEntryList* pChilds = pParent->pChilds; in RemoveViewData()
2061 SetListPositions( (SvTreeEntryList*)pChildList ); in ResortChilds()
2073 SvTreeEntryList* pChildList = GetChildList( pParent ); in GetInsertionPos()