Lines Matching refs:nSort
71 FSysSort nSort = *( pSortLst->GetObject( nSortIndex ) ); in DECLARE_LIST() local
77 switch( nSort ) in DECLARE_LIST()
416 Dir::Dir( const DirEntry& rDirEntry, DirEntryKind nKindFlags, FSysSort nSort, ... ): in Dir() argument
425 va_start( pArgs, nSort ); in Dir()
426 ImpSetSort( pArgs, nSort ); in Dir()
558 FSysSort nSort = *pSort & ~(sal_uInt16)FSYS_SORT_ASCENDING in ImpSetSort() local
562 if ( ( nSort == FSYS_SORT_NAME ) || in ImpSetSort()
563 ( nSort == FSYS_SORT_SIZE ) || in ImpSetSort()
564 ( nSort == FSYS_SORT_EXT ) || in ImpSetSort()
565 ( nSort == FSYS_SORT_CREATED ) || in ImpSetSort()
566 ( nSort == FSYS_SORT_MODIFYED ) || in ImpSetSort()
567 ( nSort == FSYS_SORT_ACCESSED ) || in ImpSetSort()
568 ( nSort == FSYS_SORT_KIND ) ) in ImpSetSort()
674 FSysError Dir::SetSort( FSysSort nSort, ... ) in SetSort() argument
677 va_start( pArgs, nSort ); in SetSort()
678 return ImpSetSort( pArgs, nSort ); in SetSort()