Lines Matching refs:nCol2
413 void ScTable::SwapCol(SCCOL nCol1, SCCOL nCol2) in SwapCol() argument
417 aCol[nCol1].SwapCell(nRow, aCol[nCol2]); in SwapCol()
421 const ScPatternAttr* pPat2 = GetPattern(nCol2, nRow); in SwapCol()
427 SetPattern(nCol2, nRow, *pPat1, sal_True); in SwapCol()
437 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in SwapRow()
525 for (SCCOL nCol = aSortParam.nCol1; nCol <= aSortParam.nCol2; nCol++) in Sort()
541 …Positions( *pDocument, ScRange( aSortParam.nCol1, nRow1, nTab, aSortParam.nCol2, nLastRow, nTab ) … in Sort()
547 for (nLastCol = aSortParam.nCol2; in Sort()
576 SCCOL nEndCol = rParam.nCol2; in TestRemoveSubTotals()
609 SCCOL nEndCol = rParam.nCol2; in RemoveSubTotals()
669 SCCOL nEndCol = rParam.nCol2; in DoSubTotals()
1493 CopyData( aParam.nCol1, aParam.nRow1, aParam.nCol2, aParam.nRow1, in Query()
1511 for (SCCOL nCol=aParam.nCol1; nCol<=aParam.nCol2 && !bValid; nCol++) in Query()
1529 for (SCCOL k=aParam.nCol1; k <= aParam.nCol2; k++) in Query()
1574 CopyData( aParam.nCol1,j, aParam.nCol2,j, aParam.nDestCol,nOutRow,aParam.nDestTab ); in Query()
1641 sal_Bool ScTable::CreateExcelQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateExcelQuery() argument
1644 SCCOL* pFields = new SCCOL[nCol2-nCol1+1]; in CreateExcelQuery()
1650 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateExcelQuery()
1652 while (bValid && (nCol <= nCol2)) in CreateExcelQuery()
1676 for ( nCol=nCol1; nCol<=nCol2; nCol++ ) in CreateExcelQuery()
1693 while (nCol <= nCol2) in CreateExcelQuery()
1721 sal_Bool ScTable::CreateStarQuery(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam&… in CreateStarQuery() argument
1731 if (nCol2 - nCol1 < 3) in CreateStarQuery()
1742 SCCOL nDBCol2 = rQueryParam.nCol2; in CreateStarQuery()
1827 sal_Bool ScTable::CreateQueryParam(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, ScQueryParam… in CreateQueryParam() argument
1830 PutInOrder(nCol1, nCol2); in CreateQueryParam()
1838 sal_Bool bValid = CreateStarQuery(nCol1, nRow1, nCol2, nRow2, rQueryParam); in CreateQueryParam()
1841 bValid = CreateExcelQuery(nCol1, nRow1, nCol2, nRow2, rQueryParam); in CreateQueryParam()