LibreOffice Module sc (master) 1
|
#include <tabopparams.hxx>
Public Member Functions | |
ScInterpreterTableOpParams () | |
ScInterpreterTableOpParams (const ScInterpreterTableOpParams &r) | |
ScInterpreterTableOpParams & | operator= (const ScInterpreterTableOpParams &r) |
bool | operator== (const ScInterpreterTableOpParams &r) const |
Public Attributes | |
ScAddress | aOld1 |
ScAddress | aNew1 |
ScAddress | aOld2 |
ScAddress | aNew2 |
ScAddress | aFormulaPos |
::std::vector< ScFormulaCell * > | aNotifiedFormulaCells |
::std::vector< ScAddress > | aNotifiedFormulaPos |
bool | bValid |
bool | bRefresh |
bool | bCollectNotifications |
Definition at line 28 of file tabopparams.hxx.
|
inline |
Definition at line 41 of file tabopparams.hxx.
|
inline |
Definition at line 48 of file tabopparams.hxx.
|
inline |
Definition at line 61 of file tabopparams.hxx.
References aFormulaPos, aNew1, aNew2, aNotifiedFormulaCells, aNotifiedFormulaPos, aOld1, aOld2, bCollectNotifications, bRefresh, and bValid.
|
inline |
Definition at line 76 of file tabopparams.hxx.
References aFormulaPos, aOld1, aOld2, and bValid.
ScAddress ScInterpreterTableOpParams::aFormulaPos |
Definition at line 34 of file tabopparams.hxx.
Referenced by operator=(), operator==(), and ScInterpreter::ScTableOp().
ScAddress ScInterpreterTableOpParams::aNew1 |
Definition at line 31 of file tabopparams.hxx.
Referenced by operator=(), ScInterpreter::ReplaceCell(), and ScInterpreter::ScTableOp().
ScAddress ScInterpreterTableOpParams::aNew2 |
Definition at line 33 of file tabopparams.hxx.
Referenced by operator=(), ScInterpreter::ReplaceCell(), and ScInterpreter::ScTableOp().
::std::vector< ScFormulaCell* > ScInterpreterTableOpParams::aNotifiedFormulaCells |
Definition at line 35 of file tabopparams.hxx.
Referenced by operator=(), and ScInterpreter::ScTableOp().
::std::vector< ScAddress > ScInterpreterTableOpParams::aNotifiedFormulaPos |
Definition at line 36 of file tabopparams.hxx.
Referenced by operator=(), and ScInterpreter::ScTableOp().
ScAddress ScInterpreterTableOpParams::aOld1 |
Definition at line 30 of file tabopparams.hxx.
Referenced by ScInterpreter::IsTableOpInRange(), operator=(), operator==(), ScInterpreter::ReplaceCell(), and ScInterpreter::ScTableOp().
ScAddress ScInterpreterTableOpParams::aOld2 |
Definition at line 32 of file tabopparams.hxx.
Referenced by ScInterpreter::IsTableOpInRange(), operator=(), operator==(), ScInterpreter::ReplaceCell(), and ScInterpreter::ScTableOp().
bool ScInterpreterTableOpParams::bCollectNotifications |
Definition at line 39 of file tabopparams.hxx.
Referenced by operator=(), and ScInterpreter::ScTableOp().
bool ScInterpreterTableOpParams::bRefresh |
Definition at line 38 of file tabopparams.hxx.
Referenced by operator=(), and ScInterpreter::ScTableOp().
bool ScInterpreterTableOpParams::bValid |
Definition at line 37 of file tabopparams.hxx.
Referenced by ScDocument::InvalidateLastTableOpParams(), operator=(), operator==(), and ScInterpreter::ScTableOp().