Home
last modified time | relevance | path

Searched refs:nMatCol (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx3208 for (SCSIZE nMatCol = 0; nMatCol < nC; nMatCol++) in ScMin() local
3211 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMin()
3217 for (SCSIZE nMatCol = 0; nMatCol < nC; nMatCol++) in ScMin() local
3221 if (!pMat->IsString(nMatCol,nMatRow)) in ScMin()
3223 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMin()
3329 for (SCSIZE nMatCol = 0; nMatCol < nC; nMatCol++) in ScMax() local
3332 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMax()
3338 for (SCSIZE nMatCol = 0; nMatCol < nC; nMatCol++) in ScMax() local
3342 if (!pMat->IsString(nMatCol,nMatRow)) in ScMax()
3344 nVal = pMat->GetDouble(nMatCol,nMatRow); in ScMax()
[all …]
H A Dinterpr4.cxx2824 for( SCSIZE nMatCol = 0; nMatCol < nC; nMatCol++ ) in ScMacro() local
2826 nIdx[ 1 ] = static_cast<sal_Int32>(nMatCol+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()