Lines Matching refs:nRow2

415 	for (SCROW nRow = aSortParam.nRow1; nRow <= aSortParam.nRow2; nRow++)  in SwapCol()
435 void ScTable::SwapRow(SCROW nRow1, SCROW nRow2) in SwapRow() argument
439 aCol[nCol].SwapRow(nRow1, nRow2); in SwapRow()
443 const ScPatternAttr* pPat2 = GetPattern(nCol, nRow2); in SwapRow()
449 SetPattern(nCol, nRow2, *pPat1, sal_True); in SwapRow()
457 bool bRow2Hidden = RowHidden(nRow2); in SwapRow()
459 SetRowHidden(nRow2, nRow2, bRow1Hidden); in SwapRow()
462 bool bRow2Filtered = RowFiltered(nRow2); in SwapRow()
464 SetRowFiltered(nRow2, nRow2, bRow1Filtered); in SwapRow()
506 void ScTable::DecoladeRow( ScSortInfoArray* pArray, SCROW nRow1, SCROW nRow2 ) in DecoladeRow() argument
509 SCROW nMax = nRow2 - nRow1; in DecoladeRow()
510 for (SCROW i = nRow1; (i + 4) <= nRow2; i += 4) in DecoladeRow()
527 nLastRow = Min(nLastRow, aSortParam.nRow2); in Sort()
548 …(nLastCol > aSortParam.nCol1) && aCol[nLastCol].IsEmptyBlock(aSortParam.nRow1, aSortParam.nRow2); … in Sort()
562 …ositions( *pDocument, ScRange( nCol1, aSortParam.nRow1, nTab, nLastCol, aSortParam.nRow2, nTab ) ); in Sort()
577 SCROW nEndRow = rParam.nRow2; in TestRemoveSubTotals()
610 SCROW nEndRow = rParam.nRow2; // wird veraendert in RemoveSubTotals()
632 rParam.nRow2 = nEndRow; // neues Ende in RemoveSubTotals()
670 SCROW nEndRow = rParam.nRow2; // wird veraendert in DoSubTotals()
918 rParam.nRow2 = nEndRow; // neues Ende in DoSubTotals()
1285 SCSIZE nCount = static_cast<SCSIZE>(rParam.nRow2 - nRow1 + 1); in TopTenQuery()
1303 ScSortInfoArray* pArray = CreateSortInfoArray( nRow1, rParam.nRow2 ); in TopTenQuery()
1304 DecoladeRow( pArray, nRow1, rParam.nRow2 ); in TopTenQuery()
1305 QuickSort( pArray, nRow1, rParam.nRow2 ); in TopTenQuery()
1503 … = pDrawLayer && pDrawLayer->HasObjectsInRows( nTab, aParam.nRow1 + nHeader, aParam.nRow2, false ); in Query()
1505 for (SCROW j=aParam.nRow1 + nHeader; j<=aParam.nRow2; j++) in Query()
1599 nOldHeight = static_cast<long>(GetRowHeight(aParam.nRow1 + nHeader, aParam.nRow2)); in Query()
1602 SetRowHidden(aParam.nRow1 + nHeader, aParam.nRow2, false); in Query()
1603 SetRowFiltered(aParam.nRow1 + nHeader, aParam.nRow2, false); in Query()
1627 … long nNewHeight = static_cast<long>(GetRowHeight(aParam.nRow1 + nHeader, aParam.nRow2)); in Query()
1641 sal_Bool ScTable::CreateExcelQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateExcelQuery() argument
1677 nVisible += aCol[nCol].VisibleCount( nRow1+1, nRow2 ); in CreateExcelQuery()
1690 while (nRow <= nRow2) in CreateExcelQuery()
1721 sal_Bool ScTable::CreateStarQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam&… in CreateStarQuery() argument
1744 SCSIZE nNewEntries = static_cast<SCSIZE>(nRow2-nRow1+1); in CreateStarQuery()
1823 while (bValid && (nRow <= nRow2) /* && (nIndex < MAXQUERY) */ ); in CreateStarQuery()
1827 sal_Bool ScTable::CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateQueryParam() argument
1831 PutInOrder(nRow1, nRow2); in CreateQueryParam()
1838 sal_Bool bValid = CreateStarQuery(nCol1, nRow1, nCol2, nRow2, rQueryParam); in CreateQueryParam()
1841 bValid = CreateExcelQuery(nCol1, nRow1, nCol2, nRow2, rQueryParam); in CreateQueryParam()
1881 void ScTable::GetFilterEntries(SCCOL nCol, SCROW nRow1, SCROW nRow2, TypedScStrCollection& rStrings… in GetFilterEntries() argument
1883 aCol[nCol].GetFilterEntries( nRow1, nRow2, rStrings, rHasDates ); in GetFilterEntries()
1887 …SCCOL nCol, SCROW nRow1, SCROW nRow2, const ScQueryParam& rParam, TypedScStrCollection& rStrings, … in GetFilteredFilterEntries() argument
1906 for ( SCROW j = nRow1; j <= nRow2; ++j ) in GetFilteredFilterEntries()