Home
last modified time | relevance | path

Searched refs:ScMatrixRef (Results 1 – 25 of 25) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx172 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 Dinterpr1.cxx105 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 Dinterpr3.cxx2336 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 Dinterpr4.cxx1265 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 Drangeseq.cxx395 ScMatrixRef ScSequenceToMatrix::CreateMixedMatrix( const com::sun::star::uno::Any & rAny ) in CreateMixedMatrix()
397 ScMatrixRef xMatrix; in CreateMixedMatrix()
H A Ddoubleref.cxx417 ScDBExternalRange::ScDBExternalRange(ScDocument* pDoc, const ScMatrixRef& pMat) : in ScDBExternalRange()
H A Dinterpr2.cxx2203 ScMatrixRef pNewMat = GetNewMat( nC, nR); in ScDde()
2620 ScMatrixRef pResMat = GetNewMat( 1, 2); in ScHyperLink()
H A Dtoken.cxx1262 ScMatrixRef xMat = ScSequenceToMatrix::CreateMixedMatrix( _aToken.Data); in AddFormulaToken()
/trunk/main/sc/source/core/inc/
H A Dinterpre.hxx174 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 Dddelink.hxx51 ScMatrixRef pResult; // Ergebnis
78 ScMatrixRef GetModifiableResult() { return pResult; } in GetModifiableResult()
H A Ddoubleref.hxx144 explicit ScDBExternalRange(ScDocument* pDoc, const ScMatrixRef& pMat);
178 const ScMatrixRef mpMatrix;
H A Djumpmatrix.hxx63 ScMatrixRef pMat; // the results
/trunk/main/sc/inc/
H A Daddincol.hxx205 ScMatrixRef xMatrix;
236 ScMatrixRef GetMatrix() const { return xMatrix; } in GetMatrix()
H A Dqueryparam.hxx129 ScMatrixRef mpMatrix;
H A Drangeseq.hxx95 static ScMatrixRef CreateMixedMatrix( const com::sun::star::uno::Any & rAny );
H A Dscmatrix.hxx436 typedef formula::SimpleIntrusiveReference< class ScMatrix > ScMatrixRef; typedef
H A Dtoken.hxx171 ScMatrixRef pMatrix;
H A Dexternalrefmgr.hxx245 ScMatrixRef mpRangeData;
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx872 ScMatrixRef XclImpCachedMatrix::CreateScMatrix() const in CreateScMatrix()
874 ScMatrixRef xScMatrix; in CreateScMatrix()
H A Dxilink.cxx351 ScMatrixRef xResults; in CreateDdeData()
/trunk/main/sc/source/filter/inc/
H A Dxihelper.hxx352 ScMatrixRef CreateScMatrix() const;
/trunk/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx583 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 DXMLDDELinksContext.cxx172ScMatrixRef pMatrix = new ScMatrix( static_cast<SCSIZE>(nColumns), static_cast<SCSIZE>(nRows) ); in EndElement()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx653 ScMatrixRef xMatRef; in GetSelectionFromFormula()
/trunk/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1252 ScMatrixRef xMatrix = ScSequenceToMatrix::CreateMixedMatrix( aAny ); in setResults()