Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx4769 ScMatrixRef pQueryMatrix; in IterateParametersIf() local
4795 pQueryMatrix = PopMatrix(); in IterateParametersIf()
4796 if (!pQueryMatrix) in IterateParametersIf()
4804 pQueryMatrix->GetDimensions( nC, nR); in IterateParametersIf()
4894 if (pQueryMatrix) in IterateParametersIf()
4898 ScMatrixRef pResultMatrix = QueryMat( pQueryMatrix, aOptions); in IterateParametersIf()
5109 ScMatrixRef pQueryMatrix; in ScCountIf() local
5128 pQueryMatrix = PopMatrix(); in ScCountIf()
5129 if (!pQueryMatrix) in ScCountIf()
5138 pQueryMatrix->GetDimensions( nC, nR); in ScCountIf()
[all …]