LibreOffice Module sc (master) 1
|
#include <token.hxx>
Public Member Functions | |
ScRefListToken () | |
ScRefListToken (bool bArrayResult) | |
bool | IsArrayResult () const |
virtual const ScRefList * | GetRefList () const override |
virtual ScRefList * | GetRefList () 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 | |
ScRefList | aRefList |
bool | mbArrayResult |
|
inline |
|
inlineexplicit |
|
inlineoverridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 273 of file token.hxx.
References ScRefListToken().
|
overridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 656 of file token.cxx.
References aRefList.
Referenced by ScInterpreter::ScIntersect(), and ScInterpreter::ScUnionFunc().
|
overridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 657 of file token.cxx.
References aRefList.
bool ScRefListToken::IsArrayResult | ( | ) | const |
Definition at line 658 of file token.cxx.
References mbArrayResult.
|
overridevirtual |
Reimplemented from formula::FormulaToken.
Definition at line 659 of file token.cxx.
References aRefList, formula::FormulaToken::GetRefList(), mbArrayResult, and p.
|
private |
Definition at line 262 of file token.hxx.
Referenced by GetRefList(), and operator==().
|
private |
Definition at line 263 of file token.hxx.
Referenced by IsArrayResult(), and operator==().