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.cxx4771 ScMatrixRef pQueryMatrix; in IterateParametersIf() local
4797 pQueryMatrix = PopMatrix(); in IterateParametersIf()
4798 if (!pQueryMatrix) in IterateParametersIf()
4806 pQueryMatrix->GetDimensions( nC, nR); in IterateParametersIf()
4896 if (pQueryMatrix) in IterateParametersIf()
4900 ScMatrixRef pResultMatrix = QueryMat( pQueryMatrix, aOptions); in IterateParametersIf()
5111 ScMatrixRef pQueryMatrix; in ScCountIf() local
5130 pQueryMatrix = PopMatrix(); in ScCountIf()
5131 if (!pQueryMatrix) in ScCountIf()
5140 pQueryMatrix->GetDimensions( nC, nR); in ScCountIf()
[all …]