/aoo42x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 1847 void lcl_MFastMult( ScMatrixRef pA, ScMatrixRef pB, ScMatrixRef pR, SCSIZE n, SCSIZE m, SCSIZE l ) in lcl_MFastMult() 1863 double lcl_GetSumProduct( ScMatrixRef pMatA, ScMatrixRef pMatB, SCSIZE nM ) in lcl_GetSumProduct() 2155 void lcl_CalculateColumnMeans(ScMatrixRef pX, ScMatrixRef pResMat, in lcl_CalculateColumnMeans() 2170 void lcl_CalculateRowMeans(ScMatrixRef pX, ScMatrixRef pResMat, in lcl_CalculateRowMeans() 2183 void lcl_CalculateColumnsDelta(ScMatrixRef pMat, ScMatrixRef pColumnMeans, in lcl_CalculateColumnsDelta() 2192 void lcl_CalculateRowsDelta(ScMatrixRef pMat, ScMatrixRef pRowMeans, in lcl_CalculateRowsDelta() 2204 double lcl_GetSSresid(ScMatrixRef pMatX, ScMatrixRef pMatY, double fSlope, in lcl_GetSSresid() 2222 SCSIZE& N, ScMatrixRef& pMatX, ScMatrixRef& pMatY) in CheckMatrix() 2370 ScMatrixRef pMatX; in CalulateRGPRKP() 2387 ScMatrixRef pMatY; in CalulateRGPRKP() [all …]
|
H A D | interpr1.cxx | 105 ScMatrixRef pMat = PopMatrix(); in ScIfJump() 858 ScMatrixRef pMat[2]; in CompareMat() 909 ScMatrixRef pResMat = NULL; in CompareMat() 4352 ScMatrixRef pMatSrc = NULL; in ScMatch() 4670 ScMatrixRef pSumExtraMatrix; in IterateParametersIf() 4771 ScMatrixRef pQueryMatrix; in IterateParametersIf() 5111 ScMatrixRef pQueryMatrix; in ScCountIf() 5247 ScMatrixRef pResMat; in IterateParametersIfs() 5480 ScMatrixRef pMainMatrix; in IterateParametersIfs() 5880 ScMatrixRef pDataMat2; in ScLookup() [all …]
|
H A D | interpr3.cxx | 2382 ,const ScMatrixRef& pMat1,const ScMatrixRef& pMat2 in CalculateTest() 2464 ScMatrixRef pMat2 = GetMatrix(); in ScTTest() 2465 ScMatrixRef pMat1 = GetMatrix(); in ScTTest() 2536 ScMatrixRef pMat2 = GetMatrix(); in ScFTest() 2537 ScMatrixRef pMat1 = GetMatrix(); in ScFTest() 2615 ScMatrixRef pMat2 = GetMatrix(); in ScChiTest() 2616 ScMatrixRef pMat1 = GetMatrix(); in ScChiTest() 3888 ScMatrixRef pMatP = GetMatrix(); in ScProbability() 3889 ScMatrixRef pMatW = GetMatrix(); in ScProbability() 3957 ScMatrixRef pMat1 = GetMatrix(); in CalculatePearsonCovar() [all …]
|
H A D | interpr4.cxx | 1265 ScMatrixRef pMat = static_cast<ScToken*>(p)->GetMatrix(); in PopDoubleRef() 1431 ScMatrixRef pMat = GetMatrix(); in PopDoubleRefPushMatrix() 1507 ScMatrixRef pMat = CreateMatrixFromDoubleRef( p, in ConvertMatrixParameters() 1581 ScMatrixRef ScInterpreter::PopMatrix() in PopMatrix() 1920 ScMatrixRef pMat = PopMatrix(); in GetDouble() 2029 ScMatrixRef pMat = PopMatrix(); in GetString() 2071 ScMatrixRef pMat = PopMatrix(); in GetDoubleOrStringFromMatrix() 2676 ScMatrixRef xMat = aCall.GetMatrix(); in ScExternal() 2812 ScMatrixRef pMat = PopMatrix(); in ScMacro() 2890 ScMatrixRef pMat = GetNewMat( nC, nR); in ScMacro() [all …]
|
H A D | rangeseq.cxx | 395 ScMatrixRef ScSequenceToMatrix::CreateMixedMatrix( const com::sun::star::uno::Any & rAny ) in CreateMixedMatrix() 397 ScMatrixRef xMatrix; in CreateMixedMatrix()
|
H A D | doubleref.cxx | 417 ScDBExternalRange::ScDBExternalRange(ScDocument* pDoc, const ScMatrixRef& pMat) : in ScDBExternalRange()
|
H A D | interpr2.cxx | 2205 ScMatrixRef pNewMat = GetNewMat( nC, nR); in ScDde() 2622 ScMatrixRef pResMat = GetNewMat( 1, 2); in ScHyperLink()
|
H A D | token.cxx | 1262 ScMatrixRef xMat = ScSequenceToMatrix::CreateMixedMatrix( _aToken.Data); in AddFormulaToken()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 174 ScMatrixRef GetNewMat(SCSIZE nC, SCSIZE nR); 350 ScMatrixRef PopMatrix(); 377 ScMatrixRef CreateMatrixFromDoubleRef( const formula::FormulaToken* pToken, 382 ScMatrixRef GetMatrix(); 416 ScMatrixRef CompareMat( ScCompareOptions* pOptions = NULL ); 417 ScMatrixRef QueryMat( ScMatrix* pMat, ScCompareOptions& rOptions ); 706 ScMatrixRef MatConcat(ScMatrix* pMat1, ScMatrix* pMat2); 718 ,const ScMatrixRef& pMat1,const ScMatrixRef& pMat2 727 … nCX,SCSIZE& nCY,SCSIZE& nRX,SCSIZE& nRY,SCSIZE& M,SCSIZE& N,ScMatrixRef& pMatX,ScMatrixRef& pMatY…
|
H A D | ddelink.hxx | 51 ScMatrixRef pResult; // Ergebnis 78 ScMatrixRef GetModifiableResult() { return pResult; } in GetModifiableResult()
|
H A D | doubleref.hxx | 144 explicit ScDBExternalRange(ScDocument* pDoc, const ScMatrixRef& pMat); 178 const ScMatrixRef mpMatrix;
|
H A D | jumpmatrix.hxx | 63 ScMatrixRef pMat; // the results
|
/aoo42x/main/sc/inc/ |
H A D | addincol.hxx | 205 ScMatrixRef xMatrix; 236 ScMatrixRef GetMatrix() const { return xMatrix; } in GetMatrix()
|
H A D | queryparam.hxx | 129 ScMatrixRef mpMatrix;
|
H A D | rangeseq.hxx | 95 static ScMatrixRef CreateMixedMatrix( const com::sun::star::uno::Any & rAny );
|
H A D | scmatrix.hxx | 436 typedef formula::SimpleIntrusiveReference< class ScMatrix > ScMatrixRef; typedef
|
H A D | token.hxx | 171 ScMatrixRef pMatrix;
|
H A D | externalrefmgr.hxx | 245 ScMatrixRef mpRangeData;
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xihelper.cxx | 872 ScMatrixRef XclImpCachedMatrix::CreateScMatrix() const in CreateScMatrix() 874 ScMatrixRef xScMatrix; in CreateScMatrix()
|
H A D | xilink.cxx | 351 ScMatrixRef xResults; in CreateDdeData()
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | xihelper.hxx | 352 ScMatrixRef CreateScMatrix() const;
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 583 ScMatrixRef xMat = new ScMatrix( in getCellRangeData() 774 const ScMatrixRef& pMat = itrData->mpRangeData; in setCellRangeData() 1384 ScMatrixRef xMat = new ScMatrix( in lcl_convertToTokenArray() 1473 ScMatrixRef xMat = new ScMatrix(nC, nR); in lcl_fillEmptyMatrix()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLDDELinksContext.cxx | 172 … ScMatrixRef pMatrix = new ScMatrix( static_cast<SCSIZE>(nColumns), static_cast<SCSIZE>(nRows) ); in EndElement()
|
/aoo42x/main/sc/source/core/data/ |
H A D | validat.cxx | 653 ScMatrixRef xMatRef; in GetSelectionFromFormula()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | linkuno.cxx | 1252 ScMatrixRef xMatrix = ScSequenceToMatrix::CreateMixedMatrix( aAny ); in setResults()
|