Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable3.cxx65 const sal_uInt16 nMaxSorts = 3; // maximale Anzahl Sortierkriterien in aSortParam variable
82 ScSortInfo** pppInfo[nMaxSorts];
90 nUsedSorts( Min( nSorts, nMaxSorts ) ) in ScSortInfoArray()
133 while ( nUsedSorts < nMaxSorts && aSortParam.bDoSort[nUsedSorts] ) in CreateSortInfoArray()
480 } while ( nRes == 0 && ++nSort < nMaxSorts && aSortParam.bDoSort[nSort] ); in Compare()
491 } while ( nRes == 0 && ++nSort < nMaxSorts && aSortParam.bDoSort[nSort] ); in Compare()

Completed in 17 milliseconds