|
LibreOffice Module sc (master) 1
|
Wrapper for ScDocument::EnableDelayStartListeningFormulaCells() More...
#include <scopetools.hxx>
Public Member Functions | |
| DelayStartListeningFormulaCells (ScColumn &column, bool delay) | |
| DelayStartListeningFormulaCells (ScColumn &column) | |
| DelayStartListeningFormulaCells (const DelayStartListeningFormulaCells &)=delete | |
| ~DelayStartListeningFormulaCells () | |
| void | set () |
Private Attributes | |
| ScColumn & | mColumn |
| bool const | mbOldValue |
Wrapper for ScDocument::EnableDelayStartListeningFormulaCells()
Definition at line 84 of file scopetools.hxx.
| sc::DelayStartListeningFormulaCells::DelayStartListeningFormulaCells | ( | ScColumn & | column, |
| bool | delay | ||
| ) |
Definition at line 76 of file scopetools.cxx.
References ScDocument::EnableDelayStartListeningFormulaCells(), and ScColumn::GetDoc().
| sc::DelayStartListeningFormulaCells::DelayStartListeningFormulaCells | ( | ScColumn & | column | ) |
Definition at line 82 of file scopetools.cxx.
|
delete |
References set().
| sc::DelayStartListeningFormulaCells::~DelayStartListeningFormulaCells | ( | ) |
Definition at line 87 of file scopetools.cxx.
References ScDocument::EnableDelayStartListeningFormulaCells(), ScColumn::GetDoc(), mbOldValue, and mColumn.
| void sc::DelayStartListeningFormulaCells::set | ( | ) |
Definition at line 103 of file scopetools.cxx.
References ScDocument::EnableDelayStartListeningFormulaCells(), ScColumn::GetDoc(), and mColumn.
|
private |
Definition at line 87 of file scopetools.hxx.
Referenced by ~DelayStartListeningFormulaCells().
|
private |
Definition at line 86 of file scopetools.hxx.
Referenced by set(), and ~DelayStartListeningFormulaCells().