Lines Matching refs:Dir
41 DBG_NAME( Dir )
59 sal_Bool Dir::ImpInsertPointReached( const DirEntry& rNewEntry, in DECLARE_LIST()
214 void Dir::ImpSortedInsert( const DirEntry *pNewEntry, const FileStat *pNewStat ) in ImpSortedInsert()
249 void Dir::Construct( DirEntryKind nKindFlags ) in Construct()
284 sal_Bool Dir::Update() in Update()
300 void Dir::Reset() in Reset()
376 sal_uInt16 Dir::Scan( sal_uInt16 nCount ) in Scan()
416 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ... ): in Dir() function in Dir
420 DBG_CTOR( Dir, NULL ); in Dir()
441 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags ): in Dir() function in Dir
445 DBG_CTOR( Dir, NULL ); in Dir()
461 Dir::Dir(): in Dir() function in Dir
464 DBG_CTOR( Dir, NULL ); in Dir()
483 Dir::~Dir() in ~Dir()
485 DBG_DTOR( Dir, NULL ); in ~Dir()
545 FSysError Dir::ImpSetSort( std::va_list pArgs, int nFirstSort ) in ImpSetSort()
674 FSysError Dir::SetSort( FSysSort nSort, ... ) in SetSort()
691 DirEntry& Dir::operator[] ( sal_uInt16 nIndex ) const in operator []()
709 Dir& Dir::operator+=( const Dir& rDir ) in operator +=()
757 sal_uInt16 Dir::Count( sal_Bool bUpdated ) const in Count()
761 ((Dir*)this)->Scan( USHRT_MAX ); in Count()