Searched refs:nUsedSorts (Results 1 – 1 of 1) sorted by relevance
85 sal_uInt16 nUsedSorts; member in ScSortInfoArray90 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() local133 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 38 milliseconds