|
LibreOffice Module svx (master) 1
|
#include <fmundo.hxx>
Public Member Functions | |
| FmUndoModelReplaceAction (FmFormModel &rMod, SdrUnoObj *pObject, const css::uno::Reference< css::awt::XControlModel > &xReplaced) | |
| virtual | ~FmUndoModelReplaceAction () override |
| 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 |
Static Public Member Functions | |
| static void | DisposeElement (const css::uno::Reference< css::awt::XControlModel > &xReplaced) |
Private Attributes | |
| css::uno::Reference< css::awt::XControlModel > | m_xReplaced |
| SdrUnoObj * | m_pObject |
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 100 of file fmundo.hxx.
| FmUndoModelReplaceAction::FmUndoModelReplaceAction | ( | FmFormModel & | rMod, |
| SdrUnoObj * | pObject, | ||
| const css::uno::Reference< css::awt::XControlModel > & | xReplaced | ||
| ) |
Definition at line 1192 of file fmundo.cxx.
|
overridevirtual |
Definition at line 1200 of file fmundo.cxx.
References DisposeElement(), and m_xReplaced.
|
static |
Definition at line 1207 of file fmundo.cxx.
Referenced by ~FmUndoModelReplaceAction().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1258 of file fmundo.cxx.
References SvxResId().
|
inlineoverridevirtual |
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 1219 of file fmundo.cxx.
References Any, DBG_ASSERT, Exception, FM_PROP_NAME, SdrUnoObj::GetUnoControlModel(), m_pObject, m_xReplaced, SdrObject::SetChanged(), SdrUnoObj::SetUnoControlModel(), and sName.
Referenced by Redo().
|
private |
Definition at line 103 of file fmundo.hxx.
Referenced by Undo().
|
private |
Definition at line 102 of file fmundo.hxx.
Referenced by Undo(), and ~FmUndoModelReplaceAction().