Lines Matching refs:ScMatrixFormulaCellToken
89 const ScMatrixFormulaCellToken* pMatFormula = in ScFormulaResult()
92 … mpToken = new ScMatrixFormulaCellToken( *pMatFormula); in ScFormulaResult()
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()
598 inline const ScMatrixFormulaCellToken* ScFormulaResult::GetMatrixFormulaCellToken() const in GetMatrixFormulaCellToken()
601 dynamic_cast<const ScMatrixFormulaCellToken*>(mpToken) : NULL); in GetMatrixFormulaCellToken()
605 inline ScMatrixFormulaCellToken* ScFormulaResult::GetMatrixFormulaCellTokenNonConst() in GetMatrixFormulaCellTokenNonConst()
607 return const_cast<ScMatrixFormulaCellToken*>( GetMatrixFormulaCellToken()); in GetMatrixFormulaCellTokenNonConst()