Lines Matching refs:nCol2
121 SCCOL nCol2, SCROW nRow2, in InsertMatrixFormula() argument
127 PutInOrder(nCol1, nCol2); in InsertMatrixFormula()
155 pCell->SetMatColsRows( nCol2 - nCol1 + 1, nRow2 - nRow1 + 1 ); in InsertMatrixFormula()
184 pTab[i]->DoColResize( nCol1, nCol2, static_cast<SCSIZE>(nRow2 - nRow1 + 1) ); in InsertMatrixFormula()
191 for (j = nCol1; j <= nCol2; j++) in InsertMatrixFormula()
211 SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in InsertTableOp() argument
214 PutInOrder(nCol1, nCol2); in InsertTableOp()
252 nCol2 = Min( nCol2, (SCCOL)(rParam.aRefFormulaEnd.Col() - in InsertTableOp()
287 for( j = nCol1; j <= nCol2; j++ ) in InsertTableOp()
400 void ScDocument::DoColResize( SCTAB nTab, SCCOL nCol1, SCCOL nCol2, SCSIZE nAdd ) in DoColResize() argument
403 pTab[nTab]->DoColResize( nCol1, nCol2, nAdd ); in DoColResize()