LibreOffice Module sd (master) 1
|
#include <undoanim.hxx>
Public Member Functions | |
UndoAnimationPath (SdDrawDocument *pDoc, SdPage *pThePage, const css::uno::Reference< css::animations::XAnimationNode > &xNode) | |
virtual | ~UndoAnimationPath () 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< UndoAnimationPathImpl > | 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 50 of file undoanim.hxx.
sd::UndoAnimationPath::UndoAnimationPath | ( | SdDrawDocument * | pDoc, |
SdPage * | pThePage, | ||
const css::uno::Reference< css::animations::XAnimationNode > & | xNode | ||
) |
Definition at line 154 of file undoanim.cxx.
|
overridevirtual |
Definition at line 160 of file undoanim.cxx.
|
overridevirtual |
Definition at line 183 of file undoanim.cxx.
References SdResId().
|
overridevirtual |
Definition at line 174 of file undoanim.cxx.
References mpImpl.
|
overridevirtual |
Definition at line 164 of file undoanim.cxx.
References mpImpl.
|
private |
Definition at line 63 of file undoanim.hxx.