Searched refs:aSortParam (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh2.cxx | 413 ScSortParam aSortParam; in ExecuteDB() local 427 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB() 429 if( nCol < aSortParam.nCol1 ) in ExecuteDB() 430 nCol = aSortParam.nCol1; in ExecuteDB() 432 nCol = aSortParam.nCol2; in ExecuteDB() 435 aSortParam.bByRow = sal_True; in ExecuteDB() 440 aSortParam.nField[0] = nCol; in ExecuteDB() 464 ScSortParam aSortParam; in ExecuteDB() local 475 …sal_Bool bHasHeader = pDoc->HasColHeader( aSortParam.nCol1, aSortParam.nRow1, aSortParam.nCol2, aS… in ExecuteDB() 527 ScSortParam aSortParam; in ExecuteDB() local [all …]
|
H A D | dbfunc3.cxx | 518 ScSortParam aSortParam( aNewParam, pForceNewSort ? *pForceNewSort : aOldSort ); in DoSubTotals() local 519 Sort( aSortParam, sal_False, sal_False ); in DoSubTotals() 2224 ScSortParam aSortParam; in RepeatDB() local 2225 pDBData->GetSortParam( aSortParam ); in RepeatDB() 2226 sal_Bool bSort = aSortParam.bDoSort[0]; in RepeatDB() 2310 pDBData->GetSortParam( aSortParam ); // Bereich kann sich geaendert haben in RepeatDB() 2311 Sort( aSortParam, sal_False, sal_False); in RepeatDB()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table3.cxx | 136 if ( aSortParam.bByRow ) in CreateSortInfoArray() 286 aSortParam.nUserIndex)); in CompareCell() 350 if ( aSortParam.bByRow ) in Compare() 415 for (SCROW nRow = aSortParam.nRow1; nRow <= aSortParam.nRow2; nRow++) in SwapCol() 437 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in SwapRow() 472 if (aSortParam.bByRow) in Compare() 519 aSortParam = rSortParam; in Sort() 525 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in Sort() 529 aSortParam.nRow1 + 1 : aSortParam.nRow1); in Sort() 548 …(nLastCol > aSortParam.nCol1) && aCol[nLastCol].IsEmptyBlock(aSortParam.nRow1, aSortParam.nRow2); … in Sort() [all …]
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undodat.cxx | 803 aSortParam( rParam ), in ScUndoSort() 839 if ( !aSortParam.bInplace ) in Undo() 841 nStartCol = aSortParam.nDestCol; in Undo() 842 nStartRow = aSortParam.nDestRow; in Undo() 843 nEndCol = nStartCol + ( aSortParam.nCol2 - aSortParam.nCol1 ); in Undo() 844 nEndRow = nStartRow + ( aSortParam.nRow2 - aSortParam.nRow1 ); in Undo() 896 pViewShell->MarkRange( ScRange( aSortParam.nCol1, aSortParam.nRow1, nTab, in Redo() 897 aSortParam.nCol2, aSortParam.nRow2, nTab ) ); in Redo() 902 if ( !aSortParam.bInplace ) in Redo() 903 pDocShell->PostPaint( aSortParam.nCol1, aSortParam.nRow1, nTab, in Redo() [all …]
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmldrani.cxx | 363 ScSortParam aSortParam; in EndElement() local 364 ScSortDescriptor::FillSortParam(aSortParam, aSortSequence); in EndElement() 368 …SCCOLROW nFieldStart = aSortParam.bByRow ? static_cast<SCCOLROW>(aCellRangeAddress.StartColumn) : … in EndElement() 371 if (aSortParam.bDoSort[i]) in EndElement() 372 aSortParam.nField[i] += nFieldStart; in EndElement() 375 pDBData->SetSortParam(aSortParam); in EndElement()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 255 ScSortParam aSortParam; in RepeatDB() local 256 pDBData->GetSortParam( aSortParam ); in RepeatDB() 257 sal_Bool bSort = aSortParam.bDoSort[0]; in RepeatDB() 344 pDBData->GetSortParam( aSortParam ); // Bereich kann sich geaendert haben in RepeatDB() 345 Sort( nTab, aSortParam, sal_False, sal_False, bApi ); in RepeatDB() 1108 ScSortParam aSortParam( aNewParam, pForceNewSort ? *pForceNewSort : aOldSort ); in DoSubTotals() local 1109 Sort( nTab, aSortParam, sal_False, sal_False, bApi ); in DoSubTotals()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 3347 ScSortParam aSortParam; in Sort() local 3349 pDoc->GetSortParam( aSortParam, nTab ); in Sort() 3392 aSortParam.bByRow = sal_False; in Sort() 3394 aSortParam.bByRow = sal_True; in Sort() 3404 nHeader = aSortParam.nCompatHeader; in Sort() 3412 aSortParam.nCompatHeader = nHeader; in Sort() 3425 aSortParam.nCompatHeader = nHeader; in Sort() 3441 aSortParam.nUserIndex = nCustom; in Sort() 3447 aSortParam.bCaseSens = bMatchCase; in Sort() 3454 aSortParam.bAscending[0] = sal_True; in Sort() [all …]
|
/aoo41x/main/sc/source/core/tool/ |
H A D | dbcolect.cxx | 66 ScSortParam aSortParam; in ScDBData() local 81 SetSortParam( aSortParam ); in ScDBData()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | undodat.hxx | 256 ScSortParam aSortParam; member in ScUndoSort
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 172 ScSortParam aSortParam; member in ScTable
|
Completed in 257 milliseconds