| /trunk/main/sc/source/core/tool/ |
| H A D | interpr5.cxx | 172 ScMatrixRef pMat = PopMatrix(); in ScGCD() 264 ScMatrixRef pMat = PopMatrix(); in ScLCM() 303 ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR) in GetNewMat() 322 ScMatrixRef ScInterpreter::CreateMatrixFromDoubleRef( const FormulaToken* pToken, in CreateMatrixFromDoubleRef() 327 ScMatrixRef pMat = NULL; in CreateMatrixFromDoubleRef() 445 ScMatrixRef ScInterpreter::GetMatrix() in GetMatrix() 448 ScMatrixRef pMat = NULL; in GetMatrix() 589 ScMatrixRef pMat = PopMatrix(); in ScMatValue() 634 ScMatrixRef pRMat = GetNewMat(nDim, nDim); in ScEMat() 819 ScMatrixRef pMat = GetMatrix(); in ScMatDet() [all …]
|
| H A D | interpr1.cxx | 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() [all …]
|
| H A D | interpr3.cxx | 2336 ScMatrixRef pMat = PopMatrix(); in ScZTest() 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() 2800 ScMatrixRef pMat = PopMatrix(); in ScHarMean() 2921 ScMatrixRef pMat = PopMatrix(); in ScGeoMean() [all …]
|
| H A D | interpr4.cxx | 1265 ScMatrixRef pMat = static_cast<ScToken*>(p)->GetMatrix(); in PopDoubleRef() 1431 ScMatrixRef pMat = GetMatrix(); in PopDoubleRefPushMatrix() 1479 ScMatrixRef pMat = static_cast<ScToken*>(p)->GetMatrix(); in ConvertMatrixParameters() 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() [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 | 2203 ScMatrixRef pNewMat = GetNewMat( nC, nR); in ScDde() 2620 ScMatrixRef pResMat = GetNewMat( 1, 2); in ScHyperLink()
|
| H A D | token.cxx | 1262 ScMatrixRef xMat = ScSequenceToMatrix::CreateMixedMatrix( _aToken.Data); in AddFormulaToken()
|
| /trunk/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
|
| /trunk/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;
|
| /trunk/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()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xihelper.hxx | 352 ScMatrixRef CreateScMatrix() const;
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/main/sc/source/core/data/ |
| H A D | validat.cxx | 653 ScMatrixRef xMatRef; in GetSelectionFromFormula()
|
| /trunk/main/sc/source/ui/unoobj/ |
| H A D | linkuno.cxx | 1252 ScMatrixRef xMatrix = ScSequenceToMatrix::CreateMixedMatrix( aAny ); in setResults()
|