| LibreOffice Module sc (master) 1
    | 
#include <scopetools.hxx>
| Public Member Functions | |
| IdleSwitch (ScDocument &rDoc, bool bEnableIdle) | |
| ~IdleSwitch () | |
| Private Attributes | |
| ScDocument & | mrDoc | 
| bool | mbOldValue | 
Definition at line 61 of file scopetools.hxx.
| sc::IdleSwitch::IdleSwitch | ( | ScDocument & | rDoc, | 
| bool | bEnableIdle | ||
| ) | 
Definition at line 49 of file scopetools.cxx.
References ScDocument::EnableIdle(), and mrDoc.
| sc::IdleSwitch::~IdleSwitch | ( | ) | 
Definition at line 55 of file scopetools.cxx.
References ScDocument::EnableIdle(), mbOldValue, and mrDoc.
| 
 | private | 
Definition at line 64 of file scopetools.hxx.
Referenced by ~IdleSwitch().
| 
 | private | 
Definition at line 63 of file scopetools.hxx.
Referenced by IdleSwitch(), and ~IdleSwitch().