LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
sc::IdleSwitch Class Reference

#include <scopetools.hxx>

Collaboration diagram for sc::IdleSwitch:
[legend]

Public Member Functions

 IdleSwitch (ScDocument &rDoc, bool bEnableIdle)
 
 ~IdleSwitch ()
 

Private Attributes

ScDocumentmrDoc
 
bool mbOldValue
 

Detailed Description

Definition at line 61 of file scopetools.hxx.

Constructor & Destructor Documentation

◆ IdleSwitch()

sc::IdleSwitch::IdleSwitch ( ScDocument rDoc,
bool  bEnableIdle 
)

Definition at line 49 of file scopetools.cxx.

References ScDocument::EnableIdle(), and mrDoc.

◆ ~IdleSwitch()

sc::IdleSwitch::~IdleSwitch ( )

Definition at line 55 of file scopetools.cxx.

References ScDocument::EnableIdle(), mbOldValue, and mrDoc.

Member Data Documentation

◆ mbOldValue

bool sc::IdleSwitch::mbOldValue
private

Definition at line 64 of file scopetools.hxx.

Referenced by ~IdleSwitch().

◆ mrDoc

ScDocument& sc::IdleSwitch::mrDoc
private

Definition at line 63 of file scopetools.hxx.

Referenced by IdleSwitch(), and ~IdleSwitch().


The documentation for this class was generated from the following files: