LibreOffice Module chart2 (master) 1
|
Same as UndoLiveUpdateGuard but with additional storage of the chart's data. More...
#include <UndoGuard.hxx>
Public Member Functions | |
UndoLiveUpdateGuardWithData (const OUString &i_undoMessage, const css::uno::Reference< css::document::XUndoManager > &i_undoManager) | |
~UndoLiveUpdateGuardWithData () | |
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 |
Same as UndoLiveUpdateGuard but with additional storage of the chart's data.
Only use this if the data has internal data.
Definition at line 80 of file UndoGuard.hxx.
|
explicit |
Definition at line 97 of file UndoGuard.cxx.
chart::UndoLiveUpdateGuardWithData::~UndoLiveUpdateGuardWithData | ( | ) |
Definition at line 103 of file UndoGuard.cxx.
References chart::UndoGuard::isActionPosted(), and chart::UndoGuard::rollback().