Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dinterpr1.cxx4533 ScMatrixRef pSumExtraMatrix; in IterateParametersIf() local
4558 pSumExtraMatrix = PopMatrix(); in IterateParametersIf()
4697 if (pSumExtraMatrix) in IterateParametersIf()
4700 pSumExtraMatrix->GetDimensions( nC, nR); in IterateParametersIf()
4769 if (pSumExtraMatrix) in IterateParametersIf()
4780 if (pSumExtraMatrix->IsValue( nC, nR)) in IterateParametersIf()
4782 fVal = pSumExtraMatrix->GetDouble( nC, nR); in IterateParametersIf()
4831 if (pSumExtraMatrix) in IterateParametersIf()
4837 if (pSumExtraMatrix->IsValue( nC, nR)) in IterateParametersIf()
4839 fVal = pSumExtraMatrix->GetDouble( nC, nR); in IterateParametersIf()

Completed in 42 milliseconds