|
LibreOffice Module chart2 (master) 1
|
#include <UndoGuard.hxx>
Public Member Functions | |
| UndoGuardWithSelection (const OUString &i_undoMessage, const css::uno::Reference< css::document::XUndoManager > &i_undoManager) | |
| virtual | ~UndoGuardWithSelection () |
Public Member Functions inherited from chart::UndoGuard | |
| UndoGuard (OUString i_undoMessage, const css::uno::Reference< css::document::XUndoManager > &i_undoManager, const ModelFacet i_facet=E_MODEL) | |
| ~UndoGuard () | |
| void | commit () |
| void | rollback () |
Additional Inherited Members | |
Protected Member Functions inherited from chart::UndoGuard | |
| bool | isActionPosted () const |
Definition at line 91 of file UndoGuard.hxx.
|
explicit |
Definition at line 109 of file UndoGuard.cxx.
|
virtual |
Definition at line 115 of file UndoGuard.cxx.
References chart::UndoGuard::isActionPosted(), and chart::UndoGuard::rollback().