LibreOffice Module sc (master) 1
|
#include <token.hxx>
Public Member Functions | |
SingleDoubleRefModifier (formula::FormulaToken &rT) | |
SingleDoubleRefModifier (ScSingleRefData &rS) | |
~SingleDoubleRefModifier () | |
ScComplexRefData & | Ref () |
Private Member Functions | |
SingleDoubleRefModifier (const SingleDoubleRefModifier &)=delete | |
SingleDoubleRefModifier & | operator= (const SingleDoubleRefModifier &)=delete |
Private Attributes | |
ScComplexRefData | aDub |
ScSingleRefData * | pS |
ScComplexRefData * | pD |
|
privatedelete |
|
inline |
Definition at line 410 of file token.hxx.
References aDub, eType, formula::FormulaToken::GetDoubleRef(), formula::FormulaToken::GetSingleRef(), formula::FormulaToken::GetType(), pD, pS, ScComplexRefData::Ref1, ScComplexRefData::Ref2, formula::svExternalSingleRef, and formula::svSingleRef.
|
inline |
Definition at line 426 of file token.hxx.
References aDub, pD, pS, ScComplexRefData::Ref1, and ScComplexRefData::Ref2.
|
inline |
|
privatedelete |
|
inline |
Definition at line 437 of file token.hxx.
References pD.
Referenced by ScCompiler::MoveRelWrap(), ScFormulaCell::UpdateGrow(), ScRangeData::UpdateGrow(), ScRangeData::UpdateTranspose(), and ScFormulaCell::UpdateTranspose().
|
private |
Definition at line 402 of file token.hxx.
Referenced by SingleDoubleRefModifier().
|
private |
Definition at line 404 of file token.hxx.
Referenced by Ref(), and SingleDoubleRefModifier().
|
private |
Definition at line 403 of file token.hxx.
Referenced by SingleDoubleRefModifier(), and ~SingleDoubleRefModifier().