Lines Matching refs:ScMatrixRef

105             ScMatrixRef pMat = PopMatrix();  in ScIfJump()
238 ScMatrixRef pMat = PopMatrix(); in ScChoseJump()
326 void lcl_AdjustJumpMatrix( ScJumpMatrix* pJumpM, ScMatrixRef& pResMat, SCSIZE nParmCols, SCSIZE nPa… in lcl_AdjustJumpMatrix()
360 ScMatrixRef pResMat = pJumpMatrix->GetResultMatrix(); in JumpMatrix()
521 ScMatrixRef pMat = PopMatrix(); in JumpMatrix()
853 ScMatrixRef ScInterpreter::CompareMat( ScCompareOptions* pOptions ) in CompareMat()
858 ScMatrixRef pMat[2]; in CompareMat()
909 ScMatrixRef pResMat = NULL; in CompareMat()
985 ScMatrixRef ScInterpreter::QueryMat( ScMatrix* pMat, ScCompareOptions& rOptions ) in QueryMat()
994 ScMatrixRef pResultMatrix = CompareMat( &rOptions); in QueryMat()
1036 ScMatrixRef pMat = CompareMat(); in ScEqual()
1055 ScMatrixRef pMat = CompareMat(); in ScNotEqual()
1074 ScMatrixRef pMat = CompareMat(); in ScLess()
1093 ScMatrixRef pMat = CompareMat(); in ScGreater()
1112 ScMatrixRef pMat = CompareMat(); in ScLessEqual()
1131 ScMatrixRef pMat = CompareMat(); in ScGreaterEqual()
1318 ScMatrixRef pMat = GetMatrix(); in ScAnd()
1417 ScMatrixRef pMat = GetMatrix(); in ScOr()
1517 ScMatrixRef pMat = GetMatrix(); in ScXor()
1560 ScMatrixRef pMat = GetMatrix(); in ScNeg()
1567 ScMatrixRef pResMat = GetNewMat( nC, nR); in ScNeg()
1616 ScMatrixRef pMat = GetMatrix(); in ScNot()
1623 ScMatrixRef pResMat = GetNewMat( nC, nR); in ScNot()
1922 ScMatrixRef pMat = PopMatrix(); in ScIsEmpty()
1984 ScMatrixRef pMat = PopMatrix(); in IsString()
2433 ScMatrixRef pMat = PopMatrix(); in ScIsValue()
2540 ScMatrixRef pMat = PopMatrix(); in ScIsNV()
2589 ScMatrixRef pMat = PopMatrix(); in ScIsErr()
2647 ScMatrixRef pMat = PopMatrix(); in ScIsError()
2719 ScMatrixRef pMat = PopMatrix(); in IsEven()
3200 ScMatrixRef pMat = PopMatrix(); in ScMin()
3321 ScMatrixRef pMat = PopMatrix(); in ScMax()
3609 ScMatrixRef pMat = PopMatrix(); in IterateParameters()
3800 ScMatrixRef pMat = PopMatrix(); in GetStVarParams()
3946 ScMatrixRef pMat = PopMatrix(); in ScColumns()
3990 ScMatrixRef pMat = PopMatrix(); in ScRows()
4064 ScMatrixRef pResMat = GetNewMat( static_cast<SCSIZE>(nCols), 1); in ScColumn()
4098 ScMatrixRef pResMat = GetNewMat( in ScColumn()
4140 ScMatrixRef pResMat = GetNewMat( 1, static_cast<SCSIZE>(nRows)); in ScRow()
4174 ScMatrixRef pResMat = GetNewMat( 1, in ScRow()
4352 ScMatrixRef pMatSrc = NULL; in ScMatch()
4670 ScMatrixRef pSumExtraMatrix; in IterateParametersIf()
4771 ScMatrixRef pQueryMatrix; in IterateParametersIf()
4900 ScMatrixRef pResultMatrix = QueryMat( pQueryMatrix, aOptions); in IterateParametersIf()
5111 ScMatrixRef pQueryMatrix; in ScCountIf()
5191 ScMatrixRef pResultMatrix = QueryMat( pQueryMatrix, aOptions); in ScCountIf()
5247 ScMatrixRef pResMat; in IterateParametersIfs()
5327 ScMatrixRef pQueryMatrix; in IterateParametersIfs()
5426 ScMatrixRef pResultMatrix = QueryMat( pQueryMatrix, aOptions); in IterateParametersIfs()
5480 ScMatrixRef pMainMatrix; in IterateParametersIfs()
5637 ScMatrixRef pDataMat = NULL, pResMat = NULL; in ScLookup()
5880 ScMatrixRef pDataMat2; in ScLookup()
5883 ScMatrixRef pTempMat(new ScMatrix(1, nR)); in ScLookup()
5893 ScMatrixRef pTempMat(new ScMatrix(nC, 1)); in ScLookup()
6193 ScMatrixRef pMat = NULL; in CalculateLookup()
7352 ScMatrixRef pMat = GetMatrix(); in ScIndex()
7379 ScMatrixRef pResMat = GetNewMat(nC, 1); in ScIndex()
7397 ScMatrixRef pResMat = GetNewMat(1, nR); in ScIndex()