Lines Matching refs:aSortParam

133 	while ( nUsedSorts < nMaxSorts && aSortParam.bDoSort[nUsedSorts] )  in CreateSortInfoArray()
136 if ( aSortParam.bByRow ) in CreateSortInfoArray()
140 SCCOL nCol = static_cast<SCCOL>(aSortParam.nField[nSort]); in CreateSortInfoArray()
155 SCROW nRow = aSortParam.nField[nSort]; in CreateSortInfoArray()
207 sal_Bool bByRow = aSortParam.bByRow; in SortReorder()
281 sal_Bool bUserDef = aSortParam.bUserDef; in CompareCell()
286 aSortParam.nUserIndex)); in CompareCell()
289 if ( aSortParam.bCaseSens ) in CompareCell()
326 if ( !aSortParam.bAscending[nSort] ) in CompareCell()
350 if ( aSortParam.bByRow ) in Compare()
352 pInfo1->pCell, static_cast<SCCOL>(aSortParam.nField[nSort]), pInfo1->nOrg, in Compare()
353 pInfo2->pCell, static_cast<SCCOL>(aSortParam.nField[nSort]), pInfo2->nOrg ); in Compare()
356 pInfo1->pCell, static_cast<SCCOL>(pInfo1->nOrg), aSortParam.nField[nSort], in Compare()
357 pInfo2->pCell, static_cast<SCCOL>(pInfo2->nOrg), aSortParam.nField[nSort] ); in Compare()
415 for (SCROW nRow = aSortParam.nRow1; nRow <= aSortParam.nRow2; nRow++) in SwapCol()
418 if (aSortParam.bIncludePattern) in SwapCol()
437 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in SwapRow()
440 if (aSortParam.bIncludePattern) in SwapRow()
472 if (aSortParam.bByRow) in Compare()
476 SCCOL nCol = static_cast<SCCOL>(aSortParam.nField[nSort]); in Compare()
480 } while ( nRes == 0 && ++nSort < nMaxSorts && aSortParam.bDoSort[nSort] ); in Compare()
486 SCROW nRow = aSortParam.nField[nSort]; in Compare()
491 } while ( nRes == 0 && ++nSort < nMaxSorts && aSortParam.bDoSort[nSort] ); in Compare()
519 aSortParam = rSortParam; in Sort()
525 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in Sort()
527 nLastRow = Min(nLastRow, aSortParam.nRow2); in Sort()
529 aSortParam.nRow1 + 1 : aSortParam.nRow1); in Sort()
541 …cNoteUtil::UpdateCaptionPositions( *pDocument, ScRange( aSortParam.nCol1, nRow1, nTab, aSortParam.… in Sort()
547 for (nLastCol = aSortParam.nCol2; in Sort()
548 …(nLastCol > aSortParam.nCol1) && aCol[nLastCol].IsEmptyBlock(aSortParam.nRow1, aSortParam.nRow2); … in Sort()
552 aSortParam.nCol1 + 1 : aSortParam.nCol1); in Sort()
562 …::UpdateCaptionPositions( *pDocument, ScRange( nCol1, aSortParam.nRow1, nTab, nLastCol, aSortParam in Sort()
1297 aSortParam = aLocalSortParam; // used in CreateSortInfoArray, Compare in TopTenQuery()