Home
last modified time | relevance | path

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

/AOO41X/main/tools/source/fsys/
H A Dtdir.cxx74 if ( pStatLst ) in DECLARE_LIST()
75 pOldStat = pStatLst->GetObject( nCurPos ); in DECLARE_LIST()
227 if ( pStatLst ) in ImpSortedInsert()
228 pStatLst->Insert( (FileStat*)pNewStat, pLst->GetCurPos() ); in ImpSortedInsert()
234 if ( pStatLst ) in ImpSortedInsert()
235 pStatLst->Insert( (FileStat*)pNewStat, APPEND ); in ImpSortedInsert()
253 pStatLst = NULL; in Construct()
322 if ( pStatLst ) in Reset()
325 FileStat* pEntry = pStatLst->First(); in Reset()
328 FileStat* pNext = pStatLst->Next(); in Reset()
[all …]
H A Dwntmsc.cxx408 if ( pDir->pStatLst ) //Status fuer Sort gewuenscht? in Init()
483 if ( pDir->pStatLst ) //Status fuer Sort gewuenscht? in Read()
H A Dos2.cxx329 if ( pDir->pStatLst ) //Status fuer Sort gewuenscht? in Init()
387 if ( pDir->pStatLst ) //Status fuer Sort gewuenscht? in Read()
H A Dunx.cxx445 if ( pDir->pStatLst ) //Status fuer Sort gewuenscht? in Read()
/AOO41X/main/tools/inc/tools/
H A Dfsys.hxx448 FileStatList* pStatLst; // NULL, wenn keine Stat's benoetigt member in Dir