LibreOffice Module svx (master) 1
|
#include <fmundo.hxx>
Public Member Functions | |
FmUndoPropertyAction (FmFormModel &rMod, const css::beans::PropertyChangeEvent &evt) | |
virtual void | Undo () override |
virtual void | Redo () override |
virtual OUString | GetComment () const override |
Public Member Functions inherited from SdrUndoAction | |
virtual | ~SdrUndoAction () override |
virtual bool | CanRepeat (SfxRepeatTarget &rView) const override |
virtual void | Repeat (SfxRepeatTarget &rView) override |
virtual OUString | GetRepeatComment (SfxRepeatTarget &rView) const override |
virtual OUString | GetSdrRepeatComment () const |
virtual bool | CanSdrRepeat (SdrView &rView) const |
virtual void | SdrRepeat (SdrView &rView) |
ViewShellId | GetViewShellId () const override |
See SfxUndoAction::GetViewShellId(). More... | |
Public Member Functions inherited from SfxUndoAction | |
SfxUndoAction () | |
virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
virtual void | Undo () |
virtual void | UndoWithContext (SfxUndoContext &i_context) |
virtual void | Redo () |
virtual void | RedoWithContext (SfxUndoContext &i_context) |
virtual void | Repeat (SfxRepeatTarget &) |
virtual bool | CanRepeat (SfxRepeatTarget &) const |
virtual bool | Merge (SfxUndoAction *pNextAction) |
virtual OUString | GetComment () const |
virtual OUString | GetRepeatComment (SfxRepeatTarget &) const |
virtual ViewShellId | GetViewShellId () const |
const DateTime & | GetDateTime () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
css::uno::Reference< css::beans::XPropertySet > | xObj |
OUString | aPropertyName |
css::uno::Any | aNewValue |
css::uno::Any | aOldValue |
Additional Inherited Members | |
Protected Member Functions inherited from SdrUndoAction | |
SdrUndoAction (SdrModel &rNewMod) | |
Protected Attributes inherited from SdrUndoAction | |
SdrModel & | rMod |
ViewShellId | m_nViewShellId |
Definition at line 46 of file fmundo.hxx.
FmUndoPropertyAction::FmUndoPropertyAction | ( | FmFormModel & | rMod, |
const css::beans::PropertyChangeEvent & | evt | ||
) |
Definition at line 960 of file fmundo.cxx.
References FmFormModel::GetObjectShell(), SfxObjectShell::SetModified(), Source, static_STR_UNDO_PROPERTY, and SvxResId().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1014 of file fmundo.cxx.
References aPropertyName, aStr, and static_STR_UNDO_PROPERTY.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 994 of file fmundo.cxx.
References aNewValue, aPropertyName, Exception, FmXUndoEnvironment::IsLocked(), FmXUndoEnvironment::Lock(), SdrUndoAction::rMod, TOOLS_WARN_EXCEPTION, FmXUndoEnvironment::UnLock(), and xObj.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 974 of file fmundo.cxx.
References aOldValue, aPropertyName, Exception, FmXUndoEnvironment::IsLocked(), FmXUndoEnvironment::Lock(), SdrUndoAction::rMod, TOOLS_WARN_EXCEPTION, FmXUndoEnvironment::UnLock(), and xObj.
|
private |
Definition at line 50 of file fmundo.hxx.
Referenced by Redo().
|
private |
Definition at line 51 of file fmundo.hxx.
Referenced by Undo().
|
private |
Definition at line 49 of file fmundo.hxx.
Referenced by GetComment(), Redo(), and Undo().
|
private |
Definition at line 48 of file fmundo.hxx.