Lines Matching refs:pSortLst
71 FSysSort nSort = *( pSortLst->GetObject( nSortIndex ) ); in DECLARE_LIST()
195 if ( nSortIndex == ( pSortLst->Count() - 1 ) ) in DECLARE_LIST()
217 if ( !pSortLst ) { in ImpSortedInsert()
252 pSortLst = NULL; in Construct()
337 if ( pSortLst ) in Reset()
339 pSortLst->First(); in Reset()
342 if ( *( pSortLst->GetCurObject() ) & in Reset()
346 } while ( !pStatLst && pSortLst->Next() ); in Reset()
467 pSortLst = NULL; in Dir()
503 if ( pSortLst ) in ~Dir()
505 FSysSort* pEntry = pSortLst->First(); in ~Dir()
508 FSysSort* pNext = pSortLst->Next(); in ~Dir()
512 pSortLst->Clear(); in ~Dir()
514 delete pSortLst; in ~Dir()
587 if ( pSortLst ) in ImpSetSort()
588 delete pSortLst; in ImpSetSort()
603 if ( pSortLst ) in ImpSetSort()
605 FSysSort* pEntry = pSortLst->First(); in ImpSetSort()
608 FSysSort* pNext = pSortLst->Next(); in ImpSetSort()
612 pSortLst->Clear(); in ImpSetSort()
613 delete pSortLst; in ImpSetSort()
615 pSortLst = pNewSortLst; in ImpSetSort()
621 if ( !pStatLst && pSortLst ) in ImpSetSort()
623 pSortLst->First(); in ImpSetSort()
626 if ( *(pSortLst->GetCurObject()) & in ImpSetSort()
633 } while ( !pStatLst && pSortLst->Next() ); in ImpSetSort()
722 if ( pSortLst ) { in operator +=()
723 pSortLst->First(); in operator +=()
725 if ( *(pSortLst->GetCurObject()) & in operator +=()
729 } while ( !bStat && pSortLst->Next() ); in operator +=()