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) |
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 29 of file tabopparams.hxx.
|
inline |
Definition at line 42 of file tabopparams.hxx.
|
inline |
Definition at line 49 of file tabopparams.hxx.
|
inline |
Definition at line 62 of file tabopparams.hxx.
References aFormulaPos, aNew1, aNew2, aNotifiedFormulaPos, aOld1, aOld2, bCollectNotifications, bRefresh, bValid, and swap().
|
inline |
Definition at line 77 of file tabopparams.hxx.
References aFormulaPos, aOld1, aOld2, and bValid.
ScAddress ScInterpreterTableOpParams::aFormulaPos |
Definition at line 35 of file tabopparams.hxx.
Referenced by operator=(), and operator==().
ScAddress ScInterpreterTableOpParams::aNew1 |
Definition at line 32 of file tabopparams.hxx.
Referenced by operator=(), and ScInterpreter::ReplaceCell().
ScAddress ScInterpreterTableOpParams::aNew2 |
Definition at line 34 of file tabopparams.hxx.
Referenced by operator=(), and ScInterpreter::ReplaceCell().
::std::vector< ScFormulaCell* > ScInterpreterTableOpParams::aNotifiedFormulaCells |
Definition at line 36 of file tabopparams.hxx.
Referenced by ScDocument::AddTableOpFormulaCell().
::std::vector< ScAddress > ScInterpreterTableOpParams::aNotifiedFormulaPos |
Definition at line 37 of file tabopparams.hxx.
Referenced by ScDocument::AddTableOpFormulaCell(), and operator=().
ScAddress ScInterpreterTableOpParams::aOld1 |
Definition at line 31 of file tabopparams.hxx.
Referenced by ScInterpreter::IsTableOpInRange(), operator=(), operator==(), and ScInterpreter::ReplaceCell().
ScAddress ScInterpreterTableOpParams::aOld2 |
Definition at line 33 of file tabopparams.hxx.
Referenced by ScInterpreter::IsTableOpInRange(), operator=(), operator==(), and ScInterpreter::ReplaceCell().
bool ScInterpreterTableOpParams::bCollectNotifications |
Definition at line 40 of file tabopparams.hxx.
Referenced by ScDocument::AddTableOpFormulaCell(), and operator=().
bool ScInterpreterTableOpParams::bRefresh |
Definition at line 39 of file tabopparams.hxx.
Referenced by ScDocument::AddTableOpFormulaCell(), and operator=().
bool ScInterpreterTableOpParams::bValid |
Definition at line 38 of file tabopparams.hxx.
Referenced by ScDocument::InvalidateLastTableOpParams(), operator=(), and operator==().