Lines Matching refs:nRow1

323         SCCOL nCol1, SCROW nRow1, SCTAB nTab1,  in CreateMatrixFromDoubleRef()  argument
331 if ( static_cast<SCSIZE>(nRow2 - nRow1 + 1) * in CreateMatrixFromDoubleRef()
341 SCSIZE nMatRows = static_cast<SCSIZE>(nRow2 - nRow1 + 1); in CreateMatrixFromDoubleRef()
346 SCROW nNextRow = nRow1; in CreateMatrixFromDoubleRef()
351 ScCellIterator aCellIter( pDok, nCol1, nRow1, nTab1, nCol2, in CreateMatrixFromDoubleRef()
365 nMatRows : nThisRow - nRow1); in CreateMatrixFromDoubleRef()
366 for (SCSIZE nR = nNextRow - nRow1; nR < in CreateMatrixFromDoubleRef()
371 nNextRow = nRow1; in CreateMatrixFromDoubleRef()
377 nNextRow = nRow1; in CreateMatrixFromDoubleRef()
387 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef()
400 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef()
412 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef()
417 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef()
426 for (SCSIZE nR = nNextRow - nRow1; nR < nMatRows; ++nR) in CreateMatrixFromDoubleRef()
430 nNextRow = nRow1; in CreateMatrixFromDoubleRef()
475 SCROW nRow1, nRow2; in GetMatrix() local
478 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in GetMatrix()
479 pMat = CreateMatrixFromDoubleRef( p, nCol1, nRow1, nTab1, in GetMatrix()
561 SCROW nRow1; in ScMatValue() local
566 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScMatValue()
568 nRow2 - nRow1 >= static_cast<SCROW>(nC) && in ScMatValue()
572 sal::static_int_cast<SCROW>( nRow1 + nC ), nTab1 ); in ScMatValue()