Lines Matching refs:pChildList
2045 List* pChildList = pParent->pChilds; in ResortChilds() local
2046 if( !pChildList ) in ResortChilds()
2048 List aList( *pChildList ); in ResortChilds()
2049 pChildList->Clear(); in ResortChilds()
2057 pChildList->Insert( pCurEntry, nListPos ); in ResortChilds()
2061 SetListPositions( (SvTreeEntryList*)pChildList ); in ResortChilds()
2073 SvTreeEntryList* pChildList = GetChildList( pParent ); in GetInsertionPos() local
2075 if( pChildList && pChildList->Count() ) in GetInsertionPos()
2078 long j = pChildList->Count()-1; in GetInsertionPos()
2085 SvListEntry* pTempEntry = (SvListEntry*)(pChildList->GetObject(k)); in GetInsertionPos()
2102 if(i > ((long)pChildList->Count() - 1)) // nicht gefunden, Ende der Liste in GetInsertionPos()