Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/tool/
H A Dinterpr1.cxx3072 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMin() local
3082 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMin() local
3084 if (!pMat->IsString(nMatCol,nMatRow)) in ScMin()
3193 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMax() local
3203 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in ScMax() local
3205 if (!pMat->IsString(nMatCol,nMatRow)) in ScMax()
3484 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in IterateParameters() local
3486 if (!pMat->IsString(nMatCol,nMatRow)) in IterateParameters()
3670 for (SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++) in GetStVarParams() local
3672 if (!pMat->IsString(nMatCol,nMatRow)) in GetStVarParams()
[all …]
H A Dinterpr4.cxx2820 for( SCSIZE nMatRow = 0; nMatRow < nR; nMatRow++ ) in ScMacro() local
2823 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()

Completed in 119 milliseconds