Searched refs:GetNewMat (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 456 pMat = GetNewMat(1, 1); in GetMatrix() 492 pMat = GetNewMat( 1, 1); in GetMatrix() 507 pMat = GetNewMat( 1, 1); in GetMatrix() 887 ScMatrixRef xY = GetNewMat( nR, nR); in ScMatInv() 1025 pRMat = GetNewMat(nR, nC); in ScMatTrans() 2309 pMatX = GetNewMat(nCY, nRY); in CheckMatrix() 2417 pResMat = GetNewMat(K+1,5); in CalulateRGPRKP() 2419 pResMat = GetNewMat(K+1,1); in CalulateRGPRKP() 2976 pResMat = GetNewMat(nCXN,nRXN); in CalculateTrendGrowth() 2980 pResMat = GetNewMat(1,nRXN); in CalculateTrendGrowth() [all …]
|
H A D | interpr1.cxx | 922 pResMat = GetNewMat( nC, nR); in CompareMat() 960 pResMat = GetNewMat( nC, nR); in CompareMat() 1461 ScMatrixRef pResMat = GetNewMat( nC, nR); in ScNeg() 1517 ScMatrixRef pResMat = GetNewMat( nC, nR); in ScNot() 3927 ScMatrixRef pResMat = GetNewMat( static_cast<SCSIZE>(nCols), 1); in ScColumn() 3961 ScMatrixRef pResMat = GetNewMat( in ScColumn() 4003 ScMatrixRef pResMat = GetNewMat( 1, static_cast<SCSIZE>(nRows)); in ScRow() 4037 ScMatrixRef pResMat = GetNewMat( 1, in ScRow() 5249 pResMat = GetNewMat(nResC, nResR); in IterateParametersIfs() 7242 ScMatrixRef pResMat = GetNewMat(nC, 1); in ScIndex() [all …]
|
H A D | interpr2.cxx | 2205 ScMatrixRef pNewMat = GetNewMat( nC, nR); in ScDde() 2622 ScMatrixRef pResMat = GetNewMat( 1, 2); in ScHyperLink()
|
H A D | interpr4.cxx | 2890 ScMatrixRef pMat = GetNewMat( nC, nR); in ScMacro()
|
/aoo4110/main/sc/source/core/inc/ |
H A D | interpre.hxx | 159 ScMatrixRef GetNewMat(SCSIZE nC, SCSIZE nR);
|
Completed in 206 milliseconds