|
LibreOffice Module sd (master) 1
|
#include <undoanim.hxx>
Public Member Functions | |
| UndoAnimation (SdDrawDocument *pDoc, SdPage *pThePage) | |
| virtual | ~UndoAnimation () 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 |
Private Attributes | |
| std::unique_ptr< UndoAnimationImpl > | mpImpl |
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 34 of file undoanim.hxx.
| sd::UndoAnimation::UndoAnimation | ( | SdDrawDocument * | pDoc, |
| SdPage * | pThePage | ||
| ) |
Definition at line 49 of file undoanim.cxx.
References sd::Clone(), Exception, SdPage::getAnimationNode(), mpImpl, SdPage::mxAnimationNode, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 66 of file undoanim.cxx.
|
overridevirtual |
Definition at line 108 of file undoanim.cxx.
References SdResId().
|
overridevirtual |
Definition at line 93 of file undoanim.cxx.
References sd::Clone(), Exception, mpImpl, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 70 of file undoanim.cxx.
References sd::Clone(), Exception, mpImpl, and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 46 of file undoanim.hxx.
Referenced by Redo(), Undo(), and UndoAnimation().