LibreOffice Module svx (master)
1
|
#include <e3dundo.hxx>
Public Member Functions | |
E3dAttributesUndoAction (E3dObject &rInObject, const SfxItemSet &rNewSet, const SfxItemSet &rOldSet) | |
virtual | ~E3dAttributesUndoAction () override |
virtual bool | CanRepeat (SfxRepeatTarget &rView) const override |
virtual void | Undo () override |
virtual void | Redo () override |
![]() | |
virtual | ~SdrUndoAction () 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... | |
![]() | |
SfxUndoAction () | |
virtual | ~SfxUndoAction () COVERITY_NOEXCEPT_FALSE |
virtual void | UndoWithContext (SfxUndoContext &i_context) |
virtual void | RedoWithContext (SfxUndoContext &i_context) |
virtual bool | Merge (SfxUndoAction *pNextAction) |
virtual OUString | GetComment () const |
const DateTime & | GetDateTime () const |
virtual void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Attributes | |
SdrObject & | mrObject |
const SfxItemSet | maNewSet |
const SfxItemSet | maOldSet |
Additional Inherited Members | |
![]() | |
SdrUndoAction (SdrModel &rNewMod) | |
![]() | |
SdrModel & | rMod |
ViewShellId | m_nViewShellId |
Definition at line 83 of file e3dundo.hxx.
E3dAttributesUndoAction::E3dAttributesUndoAction | ( | E3dObject & | rInObject, |
const SfxItemSet & | rNewSet, | ||
const SfxItemSet & | rOldSet | ||
) |
Definition at line 55 of file e3dundo.cxx.
|
overridevirtual |
Definition at line 66 of file e3dundo.cxx.
|
overridevirtual |
Reimplemented from SdrUndoAction.
Definition at line 86 of file e3dundo.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 79 of file e3dundo.cxx.
References maNewSet, mrObject, and SdrObject::SetMergedItemSetAndBroadcast().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 73 of file e3dundo.cxx.
References maOldSet, mrObject, and SdrObject::SetMergedItemSetAndBroadcast().
|
private |
Definition at line 89 of file e3dundo.hxx.
Referenced by Redo().
|
private |
Definition at line 90 of file e3dundo.hxx.
Referenced by Undo().
|
private |
Definition at line 88 of file e3dundo.hxx.