|
LibreOffice Module sc (master) 1
|
Wrapper for ScDocument::DelayFormulaGrouping() More...
#include <scopetools.hxx>
Public Member Functions | |
| DelayFormulaGroupingSwitch (ScDocument &rDoc, bool delay) | |
| ~DelayFormulaGroupingSwitch () COVERITY_NOEXCEPT_FALSE | |
| void | reset () |
Private Attributes | |
| ScDocument & | mrDoc |
| bool const | mbOldValue |
Wrapper for ScDocument::DelayFormulaGrouping()
Definition at line 72 of file scopetools.hxx.
| sc::DelayFormulaGroupingSwitch::DelayFormulaGroupingSwitch | ( | ScDocument & | rDoc, |
| bool | delay | ||
| ) |
Definition at line 60 of file scopetools.cxx.
References ScDocument::DelayFormulaGrouping(), and mrDoc.
| sc::DelayFormulaGroupingSwitch::~DelayFormulaGroupingSwitch | ( | ) |
Definition at line 66 of file scopetools.cxx.
References ScDocument::DelayFormulaGrouping(), mbOldValue, and mrDoc.
| void sc::DelayFormulaGroupingSwitch::reset | ( | ) |
Definition at line 71 of file scopetools.cxx.
References ScDocument::DelayFormulaGrouping(), mbOldValue, and mrDoc.
|
private |
Definition at line 75 of file scopetools.hxx.
Referenced by reset(), and ~DelayFormulaGroupingSwitch().
|
private |
Definition at line 74 of file scopetools.hxx.
Referenced by DelayFormulaGroupingSwitch(), reset(), and ~DelayFormulaGroupingSwitch().