Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr5.cxx173 ScMatrixRef pMat = PopMatrix(); in ScGCD()
265 ScMatrixRef pMat = PopMatrix(); in ScLCM()
304 ScMatrixRef ScInterpreter::GetNewMat(SCSIZE nC, SCSIZE nR) in GetNewMat()
323 ScMatrixRef ScInterpreter::CreateMatrixFromDoubleRef( const FormulaToken* pToken, in CreateMatrixFromDoubleRef()
328 ScMatrixRef pMat = NULL; in CreateMatrixFromDoubleRef()
446 ScMatrixRef ScInterpreter::GetMatrix() in GetMatrix()
449 ScMatrixRef pMat = NULL; in GetMatrix()
590 ScMatrixRef pMat = PopMatrix(); in ScMatValue()
635 ScMatrixRef pRMat = GetNewMat(nDim, nDim); in ScEMat()
820 ScMatrixRef pMat = GetMatrix(); in ScMatDet()
[all …]
H A Dinterpr1.cxx107 ScMatrixRef pMat = PopMatrix(); in ScIfJump()
240 ScMatrixRef pMat = PopMatrix(); in ScChoseJump()
328 void lcl_AdjustJumpMatrix( ScJumpMatrix* pJumpM, ScMatrixRef& pResMat, SCSIZE nParmCols, SCSIZE nPa… in lcl_AdjustJumpMatrix()
362 ScMatrixRef pResMat = pJumpMatrix->GetResultMatrix(); in JumpMatrix()
523 ScMatrixRef pMat = PopMatrix(); in JumpMatrix()
855 ScMatrixRef ScInterpreter::CompareMat( ScCompareOptions* pOptions ) in CompareMat()
860 ScMatrixRef pMat[2]; in CompareMat()
911 ScMatrixRef pResMat = NULL; in CompareMat()
987 ScMatrixRef ScInterpreter::QueryMat( ScMatrix* pMat, ScCompareOptions& rOptions ) in QueryMat()
996 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()
/AOO41X/main/sc/source/core/inc/
H A Dinterpre.hxx159 ScMatrixRef GetNewMat(SCSIZE nC, SCSIZE nR);
335 ScMatrixRef PopMatrix();
362 ScMatrixRef CreateMatrixFromDoubleRef( const formula::FormulaToken* pToken,
367 ScMatrixRef GetMatrix();
401 ScMatrixRef CompareMat( ScCompareOptions* pOptions = NULL );
402 ScMatrixRef QueryMat( ScMatrix* pMat, ScCompareOptions& rOptions );
684 ScMatrixRef MatConcat(ScMatrix* pMat1, ScMatrix* pMat2);
696 ,const ScMatrixRef& pMat1,const ScMatrixRef& pMat2
705 … 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
/AOO41X/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;
/AOO41X/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()
/AOO41X/main/sc/source/filter/inc/
H A Dxihelper.hxx352 ScMatrixRef CreateScMatrix() const;
/AOO41X/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx583 ScMatrixRef xMat = new ScMatrix( in getCellRangeData()
774 const ScMatrixRef& pMat = itrData->mpRangeData; in setCellRangeData()
1383 ScMatrixRef xMat = new ScMatrix( in lcl_convertToTokenArray()
1472 ScMatrixRef xMat = new ScMatrix(nC, nR); in lcl_fillEmptyMatrix()
/AOO41X/main/sc/source/filter/xml/
H A DXMLDDELinksContext.cxx172ScMatrixRef pMatrix = new ScMatrix( static_cast<SCSIZE>(nColumns), static_cast<SCSIZE>(nRows) ); in EndElement()
/AOO41X/main/sc/source/core/data/
H A Dvalidat.cxx653 ScMatrixRef xMatRef; in GetSelectionFromFormula()
/AOO41X/main/sc/source/ui/unoobj/
H A Dlinkuno.cxx1252 ScMatrixRef xMatrix = ScSequenceToMatrix::CreateMixedMatrix( aAny ); in setResults()