LibreOffice Module sw (master)
1
|
#include <IDocumentUndoRedo.hxx>
Public Member Functions | |
UndoGuard (IDocumentUndoRedo &rUndoRedo) | |
~UndoGuard () | |
bool | UndoWasEnabled () const |
Private Attributes | |
IDocumentUndoRedo & | m_rUndoRedo |
bool const | m_bUndoWasEnabled |
Definition at line 221 of file IDocumentUndoRedo.hxx.
|
inline |
Definition at line 225 of file IDocumentUndoRedo.hxx.
References IDocumentUndoRedo::DoUndo(), and m_rUndoRedo.
|
inline |
Definition at line 231 of file IDocumentUndoRedo.hxx.
References IDocumentUndoRedo::DoUndo(), m_bUndoWasEnabled, and m_rUndoRedo.
|
inline |
Definition at line 236 of file IDocumentUndoRedo.hxx.
References m_bUndoWasEnabled.
Referenced by SwDoc::ChgPageDesc(), and SwDoc::ReplaceStyles().
|
private |
Definition at line 243 of file IDocumentUndoRedo.hxx.
Referenced by UndoWasEnabled(), and ~UndoGuard().
|
private |
Definition at line 242 of file IDocumentUndoRedo.hxx.
Referenced by UndoGuard(), and ~UndoGuard().