Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr1.cxx4634 ScMatrixRef pQueryMatrix; in IterateParametersIf() local
4660 pQueryMatrix = PopMatrix(); in IterateParametersIf()
4661 if (!pQueryMatrix) in IterateParametersIf()
4669 pQueryMatrix->GetDimensions( nC, nR); in IterateParametersIf()
4759 if (pQueryMatrix) in IterateParametersIf()
4763 ScMatrixRef pResultMatrix = QueryMat( pQueryMatrix, aOptions); in IterateParametersIf()
4974 ScMatrixRef pQueryMatrix; in ScCountIf() local
4993 pQueryMatrix = PopMatrix(); in ScCountIf()
4994 if (!pQueryMatrix) in ScCountIf()
5003 pQueryMatrix->GetDimensions( nC, nR); in ScCountIf()
[all …]