Home
last modified time | relevance | path

Searched refs:nSort (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Dtable3.cxx92 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ScSortInfoArray() local
97 pppInfo[nSort] = ppInfo; in ScSortInfoArray()
102 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ~ScSortInfoArray() local
116 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in Swap() local
138 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in CreateSortInfoArray() local
153 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in CreateSortInfoArray() local
345 sal_uInt16 nSort = 0; in Compare() local
351 nRes = CompareCell( nSort, in Compare()
471 sal_uInt16 nSort = 0; in Compare() local
480 } while ( nRes == 0 && ++nSort < nMaxSorts && aSortParam.bDoSort[nSort] ); in Compare()
[all …]
/aoo4110/main/tools/source/fsys/
H A Dtdir.cxx77 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() argument
677 va_start( pArgs, nSort ); in SetSort()
[all …]
/aoo4110/main/tools/inc/tools/
H A Dfsys.hxx457 TOOLS_DLLPRIVATE FSysError ImpSetSort( std::va_list pArgs, FSysSort nSort );
477 FSysSort nSort, ... );
482 FSysError SetSort( FSysSort nSort, ... );
/aoo4110/main/sc/inc/
H A Dtable.hxx847 short CompareCell( sal_uInt16 nSort,

Completed in 35 milliseconds