Searched refs:nSort (Results 1 – 4 of 4) sorted by relevance
92 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ScSortInfoArray() local97 pppInfo[nSort] = ppInfo; in ScSortInfoArray()102 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ~ScSortInfoArray() local116 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in Swap() local138 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in CreateSortInfoArray() local153 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in CreateSortInfoArray() local345 sal_uInt16 nSort = 0; in Compare() local351 nRes = CompareCell( nSort, in Compare()471 sal_uInt16 nSort = 0; in Compare() local480 } while ( nRes == 0 && ++nSort < nMaxSorts && aSortParam.bDoSort[nSort] ); in Compare()[all …]
77 switch( nSort ) in DECLARE_LIST()425 va_start( pArgs, nSort ); in Dir()426 ImpSetSort( pArgs, nSort ); in Dir()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()568 ( nSort == FSYS_SORT_KIND ) ) in ImpSetSort()674 FSysError Dir::SetSort( FSysSort nSort, ... ) in SetSort() argument677 va_start( pArgs, nSort ); in SetSort()[all …]
457 TOOLS_DLLPRIVATE FSysError ImpSetSort( std::va_list pArgs, FSysSort nSort );477 FSysSort nSort, ... );482 FSysError SetSort( FSysSort nSort, ... );
847 short CompareCell( sal_uInt16 nSort,
Completed in 46 milliseconds