Lines Matching refs:ScMatrix

306     ScMatrix* pMat = new ScMatrix( nC, nR);  in GetNewMat()
333 ScMatrix::GetElementsMax() ) in CreateMatrixFromDoubleRef()
550 const ScMatrix* pMat = ((ScFormulaCell*)pCell)->GetMatrix(); in ScMatValue()
600 void ScInterpreter::CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR) in CalculateMatrixValue()
611 if (ScMatrix::IsNonValueType( nMatValType)) in CalculateMatrixValue()
630 if ( nDim * nDim > ScMatrix::GetElementsMax() || nDim == 0) in ScEMat()
646 void ScInterpreter::MEMat(ScMatrix* mM, SCSIZE n) in MEMat()
673 static int lcl_LUP_decompose( ScMatrix* mA, const SCSIZE n, in lcl_LUP_decompose()
774 static void lcl_LUP_solve( const ScMatrix* mLU, const SCSIZE n, in lcl_LUP_solve()
832 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatDet()
851 ScMatrix* pLU = xLU; in ScMatDet()
879 if ( nC != nR || nC == 0 || (sal_uLong) nC * nC > ScMatrix::GetElementsMax() ) in ScMatInv()
898 ScMatrix* pY = xY; in ScMatInv()
931 ScMatrix* pR = xR; in ScMatInv()
1056 ScMatrixRef lcl_MatrixCalculation(const _Function& _pOperation,ScMatrix* pMat1, ScMatrix* pMat2,ScI… in lcl_MatrixCalculation()
1068 ScMatrix* pResMat = xResMat; in lcl_MatrixCalculation()
1086 ScMatrixRef ScInterpreter::MatConcat(ScMatrix* pMat1, ScMatrix* pMat2) in MatConcat()
1099 ScMatrix* pResMat = xResMat; in MatConcat()
3184 const ScMatrix* pMat = pCell->GetMatrix(); in ScMatRef()
3197 if (ScMatrix::IsNonValueType( nMatValType)) in ScMatRef()
3199 if (ScMatrix::IsEmptyPathType( nMatValType)) in ScMatRef()
3204 else if (ScMatrix::IsEmptyType( nMatValType)) in ScMatRef()