Lines Matching refs:DirEntry
43 DECLARE_LIST( DirEntryList, DirEntry* ) in DECLARE_LIST() argument
59 sal_Bool Dir::ImpInsertPointReached( const DirEntry& rNewEntry, in DECLARE_LIST()
73 DirEntry *pCurLstObj = pLst->GetObject( nCurPos ); in DECLARE_LIST()
214 void Dir::ImpSortedInsert( const DirEntry *pNewEntry, const FileStat *pNewStat ) in ImpSortedInsert()
218 pLst->Insert( (DirEntry*)pNewEntry, APPEND ); in ImpSortedInsert()
229 pLst->Insert( (DirEntry*)pNewEntry ); in ImpSortedInsert()
236 pLst->Insert( (DirEntry*)pNewEntry, APPEND ); in ImpSortedInsert()
309 DirEntry* pEntry = pLst->First(); in Reset()
312 DirEntry* pNext = pLst->Next(); in Reset()
416 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ... ): in Dir()
417 DirEntry( rDirEntry ), in Dir()
441 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags ): in Dir()
442 DirEntry( rDirEntry ), in Dir()
490 DirEntry* pEntry = pLst->First(); in ~Dir()
493 DirEntry* pNext = pLst->Next(); in ~Dir()
691 DirEntry& Dir::operator[] ( sal_uInt16 nIndex ) const in operator []()
695 DirEntry *pEntry = pLst->GetObject( nIndex ); in operator []()
741 ImpSortedInsert( new DirEntry( rDir[nNr] ), stat ); in operator +=()