|
LibreOffice Module sc (master) 1
|
#include <token.hxx>
Public Member Functions | |
| ScHybridCellToken (double f, const svl::SharedString &rStr, OUString aFormula, bool bEmptyDisplayedAsString) | |
| const OUString & | GetFormula () const |
| bool | IsEmptyDisplayedAsString () const |
| virtual double | GetDouble () const override |
| virtual const svl::SharedString & | GetString () const override |
| virtual bool | operator== (const formula::FormulaToken &rToken) const override |
| virtual FormulaToken * | Clone () const override |
Public Member Functions inherited from formula::FormulaToken | |
| FormulaToken (StackVar eTypeP, OpCode e=ocPush) | |
| FormulaToken (const FormulaToken &r) | |
| virtual | ~FormulaToken () |
| void | Delete () |
| void | DeleteIfZeroRef () |
| StackVar | GetType () const |
| bool | IsFunction () const |
| bool | IsExternalRef () const |
| bool | IsRef () const |
| sal_uInt8 | GetParamCount () const |
| void | IncRef () const |
| void | DecRef () const |
| oslInterlockedCount | GetRef () const |
| OpCode | GetOpCode () const |
| bool | IsInForceArray () const |
| virtual sal_uInt8 | GetByte () const |
| virtual void | SetByte (sal_uInt8 n) |
| virtual ParamClass | GetInForceArray () const |
| virtual void | SetInForceArray (ParamClass c) |
| virtual double | GetDouble () const |
| virtual double & | GetDoubleAsReference () |
| virtual sal_Int16 | GetDoubleType () const |
| virtual void | SetDoubleType (sal_Int16 nType) |
| virtual const svl::SharedString & | GetString () const |
| virtual void | SetString (const svl::SharedString &rStr) |
| virtual sal_uInt16 | GetIndex () const |
| virtual void | SetIndex (sal_uInt16 n) |
| virtual sal_Int16 | GetSheet () const |
| virtual void | SetSheet (sal_Int16 n) |
| virtual sal_Unicode | GetChar () const |
| virtual short * | GetJump () const |
| virtual const OUString & | GetExternal () const |
| virtual FormulaToken * | GetFAPOrigToken () const |
| virtual FormulaError | GetError () const |
| virtual void | SetError (FormulaError) |
| virtual const ScSingleRefData * | GetSingleRef () const |
| virtual ScSingleRefData * | GetSingleRef () |
| virtual const ScComplexRefData * | GetDoubleRef () const |
| virtual ScComplexRefData * | GetDoubleRef () |
| virtual const ScSingleRefData * | GetSingleRef2 () const |
| virtual ScSingleRefData * | GetSingleRef2 () |
| virtual const ScMatrix * | GetMatrix () const |
| virtual ScMatrix * | GetMatrix () |
| virtual ScJumpMatrix * | GetJumpMatrix () const |
| virtual const std::vector< ScComplexRefData > * | GetRefList () const |
| virtual std::vector< ScComplexRefData > * | GetRefList () |
| virtual FormulaToken * | Clone () const |
| virtual bool | TextEqual (const formula::FormulaToken &rToken) const |
| virtual bool | operator== (const FormulaToken &rToken) const |
| void | NewOpCode (OpCode e, const PrivateAccess &) |
Private Attributes | |
| double | mfDouble |
| svl::SharedString | maString |
| OUString | maFormula |
| bool | mbEmptyDisplayedAsString |
| ScHybridCellToken::ScHybridCellToken | ( | double | f, |
| const svl::SharedString & | rStr, | ||
| OUString | aFormula, | ||
| bool | bEmptyDisplayedAsString | ||
| ) |
Definition at line 1112 of file token.cxx.
References svl::SharedString::getString(), maFormula, maString, and svHybridCell.
Referenced by Clone().
|
inlineoverridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 395 of file token.hxx.
References ScHybridCellToken().
|
overridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 1123 of file token.cxx.
References mfDouble.
|
inline |
|
overridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 1125 of file token.cxx.
References maString.
|
inline |
Definition at line 390 of file token.hxx.
References mbEmptyDisplayedAsString.
|
overridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 1130 of file token.cxx.
References formula::FormulaToken::GetDouble(), GetFormula(), formula::FormulaToken::GetString(), maFormula, maString, mfDouble, and operator==().
|
private |
Definition at line 383 of file token.hxx.
Referenced by GetFormula(), and operator==().
|
private |
Definition at line 382 of file token.hxx.
Referenced by GetString(), and operator==().
|
private |
Definition at line 384 of file token.hxx.
Referenced by IsEmptyDisplayedAsString().
|
private |
Definition at line 381 of file token.hxx.
Referenced by GetDouble(), and operator==().