LibreOffice Module sc (master) 1
|
Temporarily switch on/off auto calculation mode. More...
#include <scopetools.hxx>
Public Member Functions | |
AutoCalcSwitch (ScDocument &rDoc, bool bAutoCalc) | |
~AutoCalcSwitch () | |
Private Member Functions | |
AutoCalcSwitch (AutoCalcSwitch const &)=delete | |
AutoCalcSwitch (AutoCalcSwitch &&)=delete | |
AutoCalcSwitch & | operator= (AutoCalcSwitch const &)=delete |
AutoCalcSwitch & | operator= (AutoCalcSwitch &&)=delete |
Private Attributes | |
ScDocument & | mrDoc |
bool | mbOldValue |
Temporarily switch on/off auto calculation mode.
Definition at line 26 of file scopetools.hxx.
|
privatedelete |
|
privatedelete |
sc::AutoCalcSwitch::AutoCalcSwitch | ( | ScDocument & | rDoc, |
bool | bAutoCalc | ||
) |
Definition at line 16 of file scopetools.cxx.
References mrDoc, and ScDocument::SetAutoCalc().
sc::AutoCalcSwitch::~AutoCalcSwitch | ( | ) |
Definition at line 22 of file scopetools.cxx.
References mbOldValue, mrDoc, and ScDocument::SetAutoCalc().
|
privatedelete |
|
privatedelete |
|
private |
Definition at line 29 of file scopetools.hxx.
Referenced by ~AutoCalcSwitch().
|
private |
Definition at line 28 of file scopetools.hxx.
Referenced by AutoCalcSwitch(), and ~AutoCalcSwitch().