| LibreOffice Module sc (master) 1
    | 
#include <scopetools.hxx>
| Public Member Functions | |
| UndoSwitch (ScDocument &rDoc, bool bUndo) | |
| ~UndoSwitch () | |
| Private Attributes | |
| ScDocument & | mrDoc | 
| bool | mbOldValue | 
Definition at line 51 of file scopetools.hxx.
| sc::UndoSwitch::UndoSwitch | ( | ScDocument & | rDoc, | 
| bool | bUndo | ||
| ) | 
Definition at line 38 of file scopetools.cxx.
References ScDocument::EnableUndo(), and mrDoc.
| sc::UndoSwitch::~UndoSwitch | ( | ) | 
Definition at line 44 of file scopetools.cxx.
References ScDocument::EnableUndo(), mbOldValue, and mrDoc.
| 
 | private | 
Definition at line 54 of file scopetools.hxx.
Referenced by ~UndoSwitch().
| 
 | private | 
Definition at line 53 of file scopetools.hxx.
Referenced by UndoSwitch(), and ~UndoSwitch().