Lines Matching refs:PopMatrix
1581 ScMatrixRef ScInterpreter::PopMatrix() in PopMatrix() function in ScInterpreter
1920 ScMatrixRef pMat = PopMatrix(); in GetDouble()
2029 ScMatrixRef pMat = PopMatrix(); in GetString()
2071 ScMatrixRef pMat = PopMatrix(); in GetDoubleOrStringFromMatrix()
2430 if (!ScRangeToSequence::FillLongArray( aParam, PopMatrix() )) in ScExternal()
2461 if (!ScRangeToSequence::FillDoubleArray( aParam, PopMatrix() )) in ScExternal()
2492 … if (!ScRangeToSequence::FillStringArray( aParam, PopMatrix(), pFormatter )) in ScExternal()
2543 if (!ScRangeToSequence::FillMixedArray( aParam, PopMatrix() )) in ScExternal()
2589 if (!ScRangeToSequence::FillMixedArray( aParam, PopMatrix() )) in ScExternal()
2812 ScMatrixRef pMat = PopMatrix(); in ScMacro()
3950 ScMatrixRef xMat = PopMatrix(); in Interpret()