Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Dtable3.cxx85 sal_uInt16 nUsedSorts; member in ScSortInfoArray
90 nUsedSorts( Min( nSorts, nMaxSorts ) ) in ScSortInfoArray()
92 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ScSortInfoArray()
102 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in ~ScSortInfoArray()
116 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in Swap()
124 sal_uInt16 GetUsedSorts() { return nUsedSorts; } in GetUsedSorts()
132 sal_uInt16 nUsedSorts = 1; in CreateSortInfoArray() local
133 while ( nUsedSorts < nMaxSorts && aSortParam.bDoSort[nUsedSorts] ) in CreateSortInfoArray()
134 nUsedSorts++; in CreateSortInfoArray()
138 for ( sal_uInt16 nSort = 0; nSort < nUsedSorts; nSort++ ) in CreateSortInfoArray()
[all …]

Completed in 19 milliseconds