Searched refs:ImpSortedInsert (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/tools/source/fsys/ |
H A D | tdir.cxx | 214 void Dir::ImpSortedInsert( const DirEntry *pNewEntry, const FileStat *pNewStat ) in ImpSortedInsert() function in Dir 651 ImpSortedInsert( pOldLst->GetCurObject(), in ImpSetSort() 654 ImpSortedInsert( pOldLst->GetCurObject(), NULL ); in ImpSetSort() 741 ImpSortedInsert( new DirEntry( rDir[nNr] ), stat ); in operator +=()
|
H A D | wntmsc.cxx | 411 pDir->ImpSortedInsert( pDrive, pNewStat ); in Init() 414 pDir->ImpSortedInsert( pDrive, NULL ); in Init() 486 pDir->ImpSortedInsert( pTemp, pNewStat ); in Read() 489 pDir->ImpSortedInsert( pTemp, NULL ); in Read()
|
H A D | os2.cxx | 332 pDir->ImpSortedInsert( pDrive, pNewStat ); in Init() 335 pDir->ImpSortedInsert( pDrive, NULL ); in Init() 388 pDir->ImpSortedInsert( pTemp, new FileStat( aStat ) ); in Read() 390 pDir->ImpSortedInsert( pTemp, NULL );; in Read()
|
H A D | unx.cxx | 446 pDir->ImpSortedInsert( pTemp, new FileStat( aStat ) ); in Read() 448 pDir->ImpSortedInsert( pTemp, NULL );; in Read()
|
/aoo42x/main/tools/inc/tools/ |
H A D | fsys.hxx | 467 void ImpSortedInsert( const DirEntry *pNewEntry,
|
Completed in 33 milliseconds