| LibreOffice Module sc (master) 1
    | 
#include <token.hxx>
| Public Member Functions | |
| ScDoubleRefToken (ScSheetLimits &rLimits, const ScComplexRefData &r, OpCode e=ocPush) | |
| virtual const ScSingleRefData * | GetSingleRef () const override | 
| virtual ScSingleRefData * | GetSingleRef () override | 
| virtual const ScComplexRefData * | GetDoubleRef () const override | 
| virtual ScComplexRefData * | GetDoubleRef () override | 
| virtual const ScSingleRefData * | GetSingleRef2 () const override | 
| virtual ScSingleRefData * | GetSingleRef2 () override | 
| virtual bool | TextEqual (const formula::FormulaToken &rToken) 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 | |
| ScSheetLimits & | mrSheetLimits | 
| ScComplexRefData | aDoubleRef | 
| 
 | inline | 
| 
 | inlineoverridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 90 of file token.hxx.
References ScDoubleRefToken().
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 643 of file token.cxx.
References aDoubleRef.
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 644 of file token.cxx.
References aDoubleRef.
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 641 of file token.cxx.
References aDoubleRef, and ScComplexRefData::Ref1.
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 642 of file token.cxx.
References aDoubleRef, and ScComplexRefData::Ref1.
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 645 of file token.cxx.
References aDoubleRef, and ScComplexRefData::Ref2.
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 646 of file token.cxx.
References aDoubleRef, and ScComplexRefData::Ref2.
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 651 of file token.cxx.
References aDoubleRef, formula::FormulaToken::GetDoubleRef(), and operator==().
| 
 | overridevirtual | 
Reimplemented from formula::FormulaToken.
Definition at line 647 of file token.cxx.
References mrSheetLimits, and operator==().
| 
 | private | 
Definition at line 78 of file token.hxx.
Referenced by GetDoubleRef(), GetSingleRef(), GetSingleRef2(), and operator==().
| 
 | private | 
Definition at line 77 of file token.hxx.
Referenced by TextEqual().