Lines Matching refs:nR
1814 SCSIZE nC, nR; in DoubleRefToPosSingleRef() local
1815 pJumpMatrix->GetPos( nC, nR); in DoubleRefToPosSingleRef()
1817 rAdr.SetRow( sal::static_int_cast<SCROW>( rRange.aStart.Row() + nR ) ); in DoubleRefToPosSingleRef()
1927 SCSIZE nCols, nRows, nC, nR; in GetDouble() local
1929 pJumpMatrix->GetPos( nC, nR); in GetDouble()
1930 if ( nC < nCols && nR < nRows ) in GetDouble()
1931 nVal = pMat->GetDouble( nC, nR); in GetDouble()
2039 SCSIZE nCols, nRows, nC, nR; in GetString() local
2041 pJumpMatrix->GetPos( nC, nR); in GetString()
2042 if ( nC < nCols && nR < nRows ) in GetString()
2044 aTempStr = pMat->GetString( *pFormatter, nC, nR); in GetString()
2078 SCSIZE nCols, nRows, nC, nR; in GetDoubleOrStringFromMatrix() local
2080 pJumpMatrix->GetPos( nC, nR); in GetDoubleOrStringFromMatrix()
2081 if ( nC < nCols && nR < nRows ) in GetDoubleOrStringFromMatrix()
2082 pMatVal = pMat->Get( nC, nR, nMatValType); in GetDoubleOrStringFromMatrix()
2813 SCSIZE nC, nR; in ScMacro() local
2816 pMat->GetDimensions(nC, nR); in ScMacro()
2818 refArray->AddDim32( 1, static_cast<sal_Int32>(nR) ); in ScMacro()
2820 for( SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++ ) in ScMacro()
2869 SCSIZE nC, nR; in ScMacro() local
2877 nR = 1; in ScMacro()
2884 nR = static_cast<SCSIZE>(nRe - nRs + 1); in ScMacro()
2890 ScMatrixRef pMat = GetNewMat( nC, nR); in ScMacro()
2895 for ( SCSIZE j=0; j < nR; j++ ) in ScMacro()