Lines Matching refs:nTab1
323 SCCOL nCol1, SCROW nRow1, SCTAB nTab1, in CreateMatrixFromDoubleRef() argument
328 if (nTab1 == nTab2 && !nGlobalError) in CreateMatrixFromDoubleRef()
351 ScCellIterator aCellIter( pDok, nCol1, nRow1, nTab1, nCol2, in CreateMatrixFromDoubleRef()
391 ScAddress aAdr( nThisCol, nThisRow, nTab1); in CreateMatrixFromDoubleRef()
476 SCTAB nTab1, nTab2; in GetMatrix() local
478 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in GetMatrix()
479 pMat = CreateMatrixFromDoubleRef( p, nCol1, nRow1, nTab1, in GetMatrix()
562 SCTAB nTab1; in ScMatValue() local
566 PopDoubleRef(nCol1, nRow1, nTab1, nCol2, nRow2, nTab2); in ScMatValue()
569 nTab1 == nTab2) in ScMatValue()
572 sal::static_int_cast<SCROW>( nRow1 + nC ), nTab1 ); in ScMatValue()