|
LibreOffice Module sd (master) 1
|
#include <undoanim.hxx>
Public Member Functions | |
| UndoTransition (SdDrawDocument *pDoc, SdPage *pThePage) | |
| virtual | ~UndoTransition () override |
| virtual void | Undo () override |
| virtual void | Redo () override |
| virtual OUString | GetComment () const override |
Public Member Functions inherited from SdUndoAction | |
| SdUndoAction (SdDrawDocument *pSdDrawDocument) | |
| void | SetComment (const OUString &rStr) |
| virtual OUString | GetComment () const override |
| virtual SdUndoAction * | Clone () const |
| 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 | |
| std::unique_ptr< UndoTransitionImpl > | mpImpl |
Additional Inherited Members | |
Protected Attributes inherited from SdUndoAction | |
| SdDrawDocument * | mpDoc |
| ViewShellId | mnViewShellId |
Definition at line 68 of file undoanim.hxx.
| sd::UndoTransition::UndoTransition | ( | SdDrawDocument * | pDoc, |
| SdPage * | pThePage | ||
| ) |
Definition at line 213 of file undoanim.cxx.
References SdPage::maSoundFile, SdPage::mbLoopSound, SdPage::mbSoundOn, SdPage::mbStopSound, SdPage::mbTransitionDirection, SdPage::mfTransitionDuration, SdPage::mnTransitionFadeColor, SdPage::mnTransitionSubtype, SdPage::mnTransitionType, and mpImpl.
|
overridevirtual |
Definition at line 230 of file undoanim.cxx.
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
|
private |
Definition at line 80 of file undoanim.hxx.
Referenced by Redo(), Undo(), and UndoTransition().