Searched refs:ScMatrixFormulaCellToken (Results 1 – 4 of 4) sorted by relevance
207 inline const ScMatrixFormulaCellToken* GetMatrixFormulaCellToken() const;211 inline ScMatrixFormulaCellToken* GetMatrixFormulaCellTokenNonConst();288 const ScMatrixFormulaCellToken* pMatFormula = in Assign()291 SetToken( new ScMatrixFormulaCellToken( *pMatFormula)); in Assign()310 ScMatrixFormulaCellToken* pMatFormula = GetMatrixFormulaCellTokenNonConst(); in SetToken()318 const ScMatrixFormulaCellToken* pNewMatFormula = in SetToken()319 dynamic_cast<const ScMatrixFormulaCellToken*>(pMatResult); in SetToken()357 ScMatrixFormulaCellToken* pMatFormula = GetMatrixFormulaCellTokenNonConst(); in SetDouble()601 dynamic_cast<const ScMatrixFormulaCellToken*>(mpToken) : NULL); in GetMatrixFormulaCellToken()605 inline ScMatrixFormulaCellToken* ScFormulaResult::GetMatrixFormulaCellTokenNonConst() in GetMatrixFormulaCellTokenNonConst()[all …]
354 class SC_DLLPUBLIC ScMatrixFormulaCellToken : public ScMatrixCellResultToken class360 ScMatrixFormulaCellToken( SCCOL nC, SCROW nR ) : in ScMatrixFormulaCellToken() function in ScMatrixFormulaCellToken363 ScMatrixFormulaCellToken( const ScMatrixFormulaCellToken& r ) : in ScMatrixFormulaCellToken() function in ScMatrixFormulaCellToken373 virtual FormulaToken* Clone() const { return new ScMatrixFormulaCellToken(*this); } in Clone()
1090 sal_Bool ScMatrixFormulaCellToken::operator==( const FormulaToken& r ) const in operator ==()1092 const ScMatrixFormulaCellToken* p = dynamic_cast<const ScMatrixFormulaCellToken*>(&r); in operator ==()1096 void ScMatrixFormulaCellToken::Assign( const formula::FormulaToken& r ) in Assign()1118 void ScMatrixFormulaCellToken::SetUpperLeftDouble( double f ) in SetUpperLeftDouble()
1768 ScMatrixFormulaCellToken* pMat = aResult.GetMatrixFormulaCellTokenNonConst(); in SetMatColsRows()1772 aResult.SetToken( new ScMatrixFormulaCellToken( nCols, nRows)); in SetMatColsRows()1778 const ScMatrixFormulaCellToken* pMat = aResult.GetMatrixFormulaCellToken(); in GetMatColsRows()
Completed in 44 milliseconds