Searched refs:GetNewMat (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 303 ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR) in GetNewMat() function in ScInterpreter 342 pMat = GetNewMat( nMatCols, nMatRows); in CreateMatrixFromDoubleRef() 455 pMat = GetNewMat(1, 1); in GetMatrix() 491 pMat = GetNewMat( 1, 1); in GetMatrix() 506 pMat = GetNewMat( 1, 1); in GetMatrix() 634 ScMatrixRef pRMat = GetNewMat(nDim, nDim); in ScEMat() 886 ScMatrixRef xY = GetNewMat( nR, nR); in ScMatInv() 928 ScMatrixRef xR = GetNewMat( nR, nR); in ScMatInv() 983 pRMat = GetNewMat(nC2, nR1); in ScMatMult() 1024 pRMat = GetNewMat(nR, nC); in ScMatTrans() [all …]
|
| H A D | interpr1.cxx | 918 pResMat = GetNewMat( nC, nR); in CompareMat() 956 pResMat = GetNewMat( nC, nR); in CompareMat() 1565 ScMatrixRef pResMat = GetNewMat( nC, nR); in ScNeg() 1621 ScMatrixRef pResMat = GetNewMat( nC, nR); in ScNot() 4062 ScMatrixRef pResMat = GetNewMat( static_cast<SCSIZE>(nCols), 1); in ScColumn() 4096 ScMatrixRef pResMat = GetNewMat( in ScColumn() 4138 ScMatrixRef pResMat = GetNewMat( 1, static_cast<SCSIZE>(nRows)); in ScRow() 4172 ScMatrixRef pResMat = GetNewMat( 1, in ScRow() 5384 pResMat = GetNewMat(nResC, nResR); in IterateParametersIfs() 7377 ScMatrixRef pResMat = GetNewMat(nC, 1); in ScIndex() [all …]
|
| H A D | interpr2.cxx | 2202 ScMatrixRef pNewMat = GetNewMat( nC, nR); in ScDde() 2619 ScMatrixRef pResMat = GetNewMat( 1, 2); in ScHyperLink()
|
| H A D | interpr4.cxx | 2890 ScMatrixRef pMat = GetNewMat( nC, nR); in ScMacro()
|
| /trunk/main/sc/source/core/inc/ |
| H A D | interpre.hxx | 174 ScMatrixRef GetNewMat(SCSIZE nC, SCSIZE nR);
|