Home
last modified time | relevance | path

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

12

/aoo4110/main/sc/source/core/tool/
H A Dscmatrix.cxx61 void ScMatrix::Clear() in Clear()
67 ScMatrix::~ScMatrix() in ~ScMatrix()
72 ScMatrix* ScMatrix::Clone() const in Clone()
74 ScMatrix* pScMat = new ScMatrix( nColCount, nRowCount); in Clone()
80 ScMatrix* ScMatrix::CloneIfConst() in CloneIfConst()
91 ScMatrix* ScMatrix::CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const in CloneAndExtend()
93 ScMatrix* pScMat = new ScMatrix( nNewCols, nNewRows); in CloneAndExtend()
110 ScMatrix::ScMatrix(SvStream& /* rStream */) in ScMatrix() function in ScMatrix
506 void ScMatrix::MatCopy(ScMatrix& mRes) const in MatCopy()
578 void ScMatrix::MatTrans(ScMatrix& mRes) const in MatTrans()
[all …]
H A Dinterpr5.cxx307 ScMatrix* pMat = new ScMatrix( nC, nR); in GetNewMat()
334 ScMatrix::GetElementsMax() ) in CreateMatrixFromDoubleRef()
647 void ScInterpreter::MEMat(ScMatrix* mM, SCSIZE n) in MEMat()
852 ScMatrix* pLU = xLU; in ScMatDet()
899 ScMatrix* pY = xY; in ScMatInv()
932 ScMatrix* pR = xR; in ScMatInv()
1057 ScMatrixRef lcl_MatrixCalculation(const _Function& _pOperation,ScMatrix* pMat1, ScMatrix* pMat2,ScI… in lcl_MatrixCalculation()
1069 ScMatrix* pResMat = xResMat; in lcl_MatrixCalculation()
1087 ScMatrixRef ScInterpreter::MatConcat(ScMatrix* pMat1, ScMatrix* pMat2) in MatConcat()
1100 ScMatrix* pResMat = xResMat; in MatConcat()
[all …]
H A Dtoken.cxx365 case svMatrix: n += sizeof(ScMatrix*); break; in Clone()
747 const ScMatrix* ScToken::GetMatrix() const in GetMatrix()
753 ScMatrix* ScToken::GetMatrix() in GetMatrix()
829 const ScMatrix* ScMatrixToken::GetMatrix() const { return pMatrix; } in GetMatrix()
830 ScMatrix* ScMatrixToken::GetMatrix() { return pMatrix; } in GetMatrix()
1075 const ScMatrix* ScMatrixCellResultToken::GetMatrix() const { return xMatrix; } in GetMatrix()
1078 ScMatrix* ScMatrixCellResultToken::GetMatrix() in GetMatrix()
1080 return const_cast<ScMatrix*>(xMatrix.operator->()); in GetMatrix()
1525 ScMatrix* pArray = new ScMatrix( nCol, nRow ); in MergeArray()
1628 FormulaToken* ScTokenArray::AddMatrix( ScMatrix* p ) in AddMatrix()
H A Drangeseq.cxx96 sal_Bool ScRangeToSequence::FillLongArray( uno::Any& rAny, const ScMatrix* pMatrix ) in FillLongArray()
152 sal_Bool ScRangeToSequence::FillDoubleArray( uno::Any& rAny, const ScMatrix* pMatrix ) in FillDoubleArray()
214 sal_Bool ScRangeToSequence::FillStringArray( uno::Any& rAny, const ScMatrix* pMatrix, in FillStringArray()
318 sal_Bool ScRangeToSequence::FillMixedArray( uno::Any& rAny, const ScMatrix* pMatrix, bool bDataType… in FillMixedArray()
414 xMatrix = new ScMatrix( in CreateMixedMatrix()
417 ScMatrix* pMatrix = xMatrix; in CreateMixedMatrix()
H A Dddelink.cxx103 pResult = new ScMatrix( rStream ); in ScDdeLink()
171 pResult = new ScMatrix( nCols, nRows ); in DataChanged()
H A Daddincol.cxx1677 xMatrix = new ScMatrix( in SetResult()
1680 ScMatrix* pMatrix = xMatrix; in SetResult()
1720 xMatrix = new ScMatrix( in SetResult()
1723 ScMatrix* pMatrix = xMatrix; in SetResult()
1763 xMatrix = new ScMatrix( in SetResult()
1766 ScMatrix* pMatrix = xMatrix; in SetResult()
H A Dinterpr1.cxx135 bool bIsValue = ScMatrix::IsValueType( nType); in ScIfJump()
148 bIsValue = !ScMatrix::IsRealStringType( nType); in ScIfJump()
267 bool bIsValue = ScMatrix::IsValueType( nType); in ScChoseJump()
4119 static sal_Int32 lcl_CompareMatrix2Query( SCSIZE i, const ScMatrix& rMat, in lcl_CompareMatrix2Query()
4160 static void lcl_GetLastMatch( SCSIZE& rIndex, const ScMatrix& rMat, in lcl_GetLastMatch()
4609 bIsString = ScMatrix::IsNonValueType( nType); in IterateParametersIf()
4951 bIsString = ScMatrix::IsNonValueType( nType); in ScCountIf()
5168 bIsString = ScMatrix::IsNonValueType( nType); in IterateParametersIfs()
5746 ScMatrixRef pTempMat(new ScMatrix(1, nR)); in ScLookup()
5756 ScMatrixRef pTempMat(new ScMatrix(nC, 1)); in ScLookup()
[all …]
/aoo4110/main/sc/inc/
H A Dscmatrix.hxx89 class SC_DLLPUBLIC ScMatrix class
109 ~ScMatrix();
112 ScMatrix( const ScMatrix& );
113 ScMatrix& operator=( const ScMatrix&);
174 ScMatrix* Clone() const;
178 ScMatrix* CloneIfConst();
192 ScMatrix* CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const;
219 ScMatrix( SvStream& rStream);
410 void MatTrans( ScMatrix& mRes) const;
411 void MatCopy ( ScMatrix& mRes) const;
[all …]
H A Dtoken.hxx96 virtual const ScMatrix* GetMatrix() const;
97 virtual ScMatrix* GetMatrix();
173 ScMatrixToken( ScMatrix* p ) : in ScMatrixToken()
177 virtual const ScMatrix* GetMatrix() const;
178 virtual ScMatrix* GetMatrix();
320 virtual ScMatrix* GetMatrix();
326 … ScMatrixCellResultToken( ScMatrix* pMat, formula::FormulaToken* pUL ) : in ScMatrixCellResultToken()
334 virtual const ScMatrix* GetMatrix() const;
H A Drangeseq.hxx41 const ScMatrix* pMatrix );
45 const ScMatrix* pMatrix );
49 const ScMatrix* pMatrix, SvNumberFormatter* pFormatter );
61 const ScMatrix* pMatrix, bool bDataTypes = false );
H A Dtokenarray.hxx35 class ScMatrix;
72 formula::FormulaToken* AddMatrix( ScMatrix* p );
H A Dcompiler.hxx94 class ScMatrix;
158 ScMatrix* pMat;
195 void SetMatrix( ScMatrix* p );
H A Dcell.hxx50 class ScMatrix;
420 const ScMatrix* GetMatrix();
H A Ddbtoken.hxx47 ScMatrix** ppMat);
/aoo4110/main/sc/source/filter/excel/
H A Dtokstack.cxx110 ppP_Matrix = new ScMatrix*[ nP_Matrix ]; in TokenPool()
111 memset( ppP_Matrix, 0, sizeof( ScMatrix* ) * nP_Matrix ); in TokenPool()
376 ScMatrix** ppNew = new (::std::nothrow) ScMatrix*[ nNewSize ]; in GrowMatrix()
380 memset( ppNew, 0, sizeof( ScMatrix* ) * nNewSize ); in GrowMatrix()
381 memcpy( ppNew, ppP_Matrix, sizeof( ScMatrix* ) * nP_Matrix ); in GrowMatrix()
490 ScMatrix* p = ( n < nP_Matrix )? ppP_Matrix[ n ] : NULL; in GetElement()
817 ScMatrix* pM; in StoreMatrix()
830 pM = new ScMatrix( 0, 0 ); in StoreMatrix()
953 ScMatrix* TokenPool::GetMatrix( unsigned int n ) const in GetMatrix()
/aoo4110/main/sc/source/core/inc/
H A Dinterpre.hxx344 void PushMatrix(ScMatrix* pMat);
402 ScMatrixRef QueryMat( ScMatrix* pMat, ScCompareOptions& rOptions );
677 void MEMat(ScMatrix* mM, SCSIZE n);
684 ScMatrixRef MatConcat(ScMatrix* pMat1, ScMatrix* pMat2);
704 void CalculateMatrixValue(const ScMatrix* pMat,SCSIZE nC,SCSIZE nR);
H A Dddelink.hxx74 const ScMatrix* GetResult() const { return pResult; } in GetResult()
75 void SetResult( ScMatrix* pRes ) { pResult = pRes; } in SetResult()
H A Djumpmatrix.hxx80 , pMat( new ScMatrix( nColsP, nRowsP) ) in ScJumpMatrix()
160 ScMatrix* GetResultMatrix() const { return pMat; } in GetResultMatrix()
/aoo4110/main/sc/source/filter/inc/
H A Dxehelper.hxx423 class ScMatrix;
432 explicit XclExpCachedMatrix( const ScMatrix& rMatrix );
441 const ScMatrix& mrMatrix;
H A Dtokstack.hxx131 ScMatrix** ppP_Matrix; // Pool fuer Matricies
220 ScMatrix* GetMatrix( unsigned int n ) const;
/aoo4110/main/sc/source/filter/xml/
H A DXMLExportDDELinks.cxx41 class ScMatrix;
99 const ScMatrix* pMatrix(NULL); in WriteTable()
131 sal_Bool bIsString = ScMatrix::IsNonValueType( nType); in WriteTable()
/aoo4110/main/sc/source/core/data/
H A Dvalidat.cxx654 const ScMatrix *pValues = aValidationSrc.GetMatrix(); in GetSelectionFromFormula()
662 xMatRef = new ScMatrix(1,1); in GetSelectionFromFormula()
747 if( NULL == pMatVal || ScMatrix::IsNonValueType( nMatValType ) ) in GetSelectionFromFormula()
H A Ddocumen8.cxx1281 const ScMatrix* ScDocument::GetDdeLinkResultMatrix( sal_uInt16 nDdePos ) const in GetDdeLinkResultMatrix()
1287 …nst String& rAppl, const String& rTopic, const String& rItem, sal_uInt8 nMode, ScMatrix* pResults ) in CreateDdeLink()
1313 bool ScDocument::SetDdeLinkResultMatrix( sal_uInt16 nDdePos, ScMatrix* pResults ) in SetDdeLinkResultMatrix()
H A Ddociter.cxx707 const ScMatrix& rMat = *mpParam->mpMatrix; in getCurrent()
742 bool lcl_isQueryByValue(const ScQueryEntry& rEntry, const ScMatrix& rMat, SCSIZE nCol, SCSIZE nRow) in lcl_isQueryByValue()
753 bool lcl_isQueryByString(const ScQueryEntry& rEntry, const ScMatrix& rMat, SCSIZE nCol, SCSIZE nRow) in lcl_isQueryByString()
778 bool ScDBQueryDataIterator::DataAccessMatrix::isValidQuery(SCROW nRow, const ScMatrix& rMat) const in isValidQuery()
/aoo4110/main/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx583 ScMatrixRef xMat = new ScMatrix( in getCellRangeData()
658 ScMatrix* pMat2 = xMat; in getCellRangeData()
1383 ScMatrixRef xMat = new ScMatrix( in lcl_convertToTokenArray()
1448 ScMatrix* pMat2 = xMat; in lcl_convertToTokenArray()
1472 ScMatrixRef xMat = new ScMatrix(nC, nR); in lcl_fillEmptyMatrix()
1477 ScMatrix* pMat2 = xMat; in lcl_fillEmptyMatrix()

Completed in 197 milliseconds

12