Home
last modified time | relevance | path

Searched refs:ScMatrixFormulaCellToken (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/inc/
H A Dformularesult.hxx207 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 …]
H A Dtoken.hxx354 class SC_DLLPUBLIC ScMatrixFormulaCellToken : public ScMatrixCellResultToken class
360 ScMatrixFormulaCellToken( SCCOL nC, SCROW nR ) : in ScMatrixFormulaCellToken() function in ScMatrixFormulaCellToken
363 ScMatrixFormulaCellToken( const ScMatrixFormulaCellToken& r ) : in ScMatrixFormulaCellToken() function in ScMatrixFormulaCellToken
373 virtual FormulaToken* Clone() const { return new ScMatrixFormulaCellToken(*this); } in Clone()
/aoo42x/main/sc/source/core/tool/
H A Dtoken.cxx1090 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()
/aoo42x/main/sc/source/core/data/
H A Dcell.cxx1768 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 226 milliseconds