Searched refs:nMatRow (Results 1 – 2 of 2) sorted by relevance
3072 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMin() local3074 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMin()3082 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMin() local3084 if (!pMat->IsString(nMatCol,nMatRow)) in ScMin()3086 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMin()3193 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMax() local3195 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMax()3203 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMax() local3205 if (!pMat->IsString(nMatCol,nMatRow)) in ScMax()3207 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMax()[all …]
2820 for( SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++ ) in ScMacro() local2823 nIdx[ 0 ] = static_cast<sal_Int32>(nMatRow+1); in ScMacro()2828 if (pMat->IsString(nMatCol, nMatRow)) in ScMacro()2829 p->PutString( pMat->GetString(nMatCol, nMatRow) ); in ScMacro()2831 p->PutDouble( pMat->GetDouble(nMatCol, nMatRow)); in ScMacro()