|
LibreOffice Module sd (master) 1
|
#include <unoaprms.hxx>
Public Member Functions | |
| SdAnimationPrmsUndoAction (SdDrawDocument *pTheDoc, SdrObject *pObj, bool bCreated) | |
| void | SetActive (bool bTheOldActive, bool bTheNewActive) |
| void | SetEffect (css::presentation::AnimationEffect eTheOldEffect, css::presentation::AnimationEffect eTheNewEffect) |
| void | SetTextEffect (css::presentation::AnimationEffect eTheOldEffect, css::presentation::AnimationEffect eTheNewEffect) |
| void | SetSpeed (css::presentation::AnimationSpeed eTheOldSpeed, css::presentation::AnimationSpeed eTheNewSpeed) |
| void | SetDim (bool bTheOldDim, bool bTheNewDim) |
| void | SetDimColor (Color aTheOldDimColor, Color aTheNewDimColor) |
| void | SetDimHide (bool bTheOldDimHide, bool bTheNewDimHide) |
| void | SetSoundOn (bool bTheOldSoundOn, bool bTheNewSoundOn) |
| void | SetSound (const OUString &aTheOldSound, const OUString &aTheNewSound) |
| void | SetPlayFull (bool bTheOldPlayFull, bool bTheNewPlayFull) |
| void | SetClickAction (css::presentation::ClickAction eTheOldAction, css::presentation::ClickAction eTheNewAction) |
| void | SetBookmark (const OUString &aTheOldBookmark, const OUString &aTheNewBookmark) |
| void | SetVerb (sal_uInt16 nTheOldVerb, sal_uInt16 nTheNewVerb) |
| void | SetSecondEffect (css::presentation::AnimationEffect eTheOldEffect, css::presentation::AnimationEffect eTheNewEffect) |
| void | SetSecondSpeed (css::presentation::AnimationSpeed eTheOldSpeed, css::presentation::AnimationSpeed eTheNewSpeed) |
| void | SetSecondSoundOn (bool bTheOldSoundOn, bool bTheNewSoundOn) |
| void | SetSecondPlayFull (bool bTheOldPlayFull, bool bTheNewPlayFull) |
| virtual | ~SdAnimationPrmsUndoAction () override |
| virtual void | Undo () override |
| virtual void | Redo () 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 | |
| SdrObject * | pObject |
| bool | bOldActive |
| bool | bNewActive |
| bool | bOldDimPrevious |
| bool | bNewDimPrevious |
| bool | bOldDimHide |
| bool | bNewDimHide |
| bool | bOldSoundOn |
| bool | bNewSoundOn |
| bool | bOldSecondSoundOn |
| bool | bNewSecondSoundOn |
| bool | bOldPlayFull |
| bool | bNewPlayFull |
| bool | bOldSecondPlayFull |
| bool | bNewSecondPlayFull |
| css::presentation::AnimationEffect | eOldEffect |
| css::presentation::AnimationEffect | eNewEffect |
| css::presentation::AnimationEffect | eOldTextEffect |
| css::presentation::AnimationEffect | eNewTextEffect |
| css::presentation::AnimationSpeed | eOldSpeed |
| css::presentation::AnimationSpeed | eNewSpeed |
| css::presentation::AnimationEffect | eOldSecondEffect |
| css::presentation::AnimationEffect | eNewSecondEffect |
| css::presentation::AnimationSpeed | eOldSecondSpeed |
| css::presentation::AnimationSpeed | eNewSecondSpeed |
| Color | aOldDimColor |
| Color | aNewDimColor |
| OUString | aOldSoundFile |
| OUString | aNewSoundFile |
| css::presentation::ClickAction | eOldClickAction |
| css::presentation::ClickAction | eNewClickAction |
| OUString | aOldBookmark |
| OUString | aNewBookmark |
| sal_uInt16 | nOldVerb |
| sal_uInt16 | nNewVerb |
| bool | bInfoCreated |
Additional Inherited Members | |
Protected Attributes inherited from SdUndoAction | |
| SdDrawDocument * | mpDoc |
| ViewShellId | mnViewShellId |
Definition at line 31 of file unoaprms.hxx.
|
inline |
Definition at line 72 of file unoaprms.hxx.
|
overridevirtual |
Definition at line 92 of file unoaprms.cxx.
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 64 of file unoaprms.cxx.
References aNewBookmark, aNewDimColor, aNewSoundFile, bNewActive, bNewDimHide, bNewDimPrevious, bNewPlayFull, bNewSecondPlayFull, bNewSecondSoundOn, bNewSoundOn, SdrObject::BroadcastObjectChange(), eNewClickAction, eNewEffect, eNewSecondEffect, eNewSecondSpeed, eNewSpeed, eNewTextEffect, SdDrawDocument::GetShapeUserData(), SdAnimationInfo::maDimColor, SdAnimationInfo::maSoundFile, SdAnimationInfo::mbActive, SdAnimationInfo::mbDimHide, SdAnimationInfo::mbDimPrevious, SdAnimationInfo::mbPlayFull, SdAnimationInfo::mbSecondPlayFull, SdAnimationInfo::mbSecondSoundOn, SdAnimationInfo::mbSoundOn, SdAnimationInfo::meClickAction, SdAnimationInfo::meEffect, SdAnimationInfo::meSecondEffect, SdAnimationInfo::meSecondSpeed, SdAnimationInfo::meSpeed, SdAnimationInfo::meTextEffect, SdAnimationInfo::mnVerb, nNewVerb, pObject, SdAnimationInfo::SetBookmark(), and SdrObject::SetChanged().
|
inline |
Definition at line 108 of file unoaprms.hxx.
References bNewActive, and bOldActive.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 130 of file unoaprms.hxx.
References aNewBookmark, and aOldBookmark.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 128 of file unoaprms.hxx.
References eNewClickAction, and eOldClickAction.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 116 of file unoaprms.hxx.
References bNewDimPrevious, and bOldDimPrevious.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
Definition at line 118 of file unoaprms.hxx.
References aNewDimColor, and aOldDimColor.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 120 of file unoaprms.hxx.
References bNewDimHide, and bOldDimHide.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 110 of file unoaprms.hxx.
References eNewEffect, and eOldEffect.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 126 of file unoaprms.hxx.
References bNewPlayFull, and bOldPlayFull.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 134 of file unoaprms.hxx.
References eNewSecondEffect, and eOldSecondEffect.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 140 of file unoaprms.hxx.
References bNewSecondPlayFull, and bOldSecondPlayFull.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 138 of file unoaprms.hxx.
References bNewSecondSoundOn, and bOldSecondSoundOn.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 136 of file unoaprms.hxx.
References eNewSecondSpeed, and eOldSecondSpeed.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 124 of file unoaprms.hxx.
References aNewSoundFile, and aOldSoundFile.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 122 of file unoaprms.hxx.
References bNewSoundOn, and bOldSoundOn.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 114 of file unoaprms.hxx.
References eNewSpeed, and eOldSpeed.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 112 of file unoaprms.hxx.
References eNewTextEffect, and eOldTextEffect.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
inline |
Definition at line 132 of file unoaprms.hxx.
References nNewVerb, and nOldVerb.
Referenced by sd::FuObjectAnimationParameters::DoExecute().
|
overridevirtual |
Reimplemented from SfxUndoAction.
Definition at line 25 of file unoaprms.cxx.
References aOldBookmark, aOldDimColor, aOldSoundFile, bInfoCreated, bOldActive, bOldDimHide, bOldDimPrevious, bOldPlayFull, bOldSecondPlayFull, bOldSecondSoundOn, bOldSoundOn, SdrObject::BroadcastObjectChange(), SdrObject::DeleteUserData(), eOldClickAction, eOldEffect, eOldSecondEffect, eOldSecondSpeed, eOldSpeed, eOldTextEffect, SdDrawDocument::GetAnimationInfo(), SdrObject::getSdrModelFromSdrObject(), SdAnimationInfo::maDimColor, SdAnimationInfo::maSoundFile, SdAnimationInfo::mbActive, SdAnimationInfo::mbDimHide, SdAnimationInfo::mbDimPrevious, SdAnimationInfo::mbPlayFull, SdAnimationInfo::mbSecondPlayFull, SdAnimationInfo::mbSecondSoundOn, SdAnimationInfo::mbSoundOn, SdAnimationInfo::meClickAction, SdAnimationInfo::meEffect, SdAnimationInfo::meSecondEffect, SdAnimationInfo::meSecondSpeed, SdAnimationInfo::meSpeed, SdAnimationInfo::meTextEffect, SdAnimationInfo::mnVerb, nOldVerb, pObject, SdAnimationInfo::SetBookmark(), and SdrObject::SetChanged().
|
private |
Definition at line 65 of file unoaprms.hxx.
Referenced by Redo(), and SetBookmark().
|
private |
Definition at line 59 of file unoaprms.hxx.
Referenced by Redo(), and SetDimColor().
|
private |
Definition at line 61 of file unoaprms.hxx.
Referenced by Redo(), and SetSound().
|
private |
Definition at line 64 of file unoaprms.hxx.
Referenced by SetBookmark(), and Undo().
|
private |
Definition at line 58 of file unoaprms.hxx.
Referenced by SetDimColor(), and Undo().
|
private |
Definition at line 60 of file unoaprms.hxx.
Referenced by SetSound(), and Undo().
|
private |
Definition at line 69 of file unoaprms.hxx.
Referenced by Undo().
|
private |
Definition at line 35 of file unoaprms.hxx.
Referenced by Redo(), and SetActive().
|
private |
Definition at line 39 of file unoaprms.hxx.
Referenced by Redo(), and SetDimHide().
|
private |
Definition at line 37 of file unoaprms.hxx.
|
private |
Definition at line 45 of file unoaprms.hxx.
Referenced by Redo(), and SetPlayFull().
|
private |
Definition at line 47 of file unoaprms.hxx.
Referenced by Redo(), and SetSecondPlayFull().
|
private |
Definition at line 43 of file unoaprms.hxx.
Referenced by Redo(), and SetSecondSoundOn().
|
private |
Definition at line 41 of file unoaprms.hxx.
Referenced by Redo(), and SetSoundOn().
|
private |
Definition at line 34 of file unoaprms.hxx.
Referenced by SetActive(), and Undo().
|
private |
Definition at line 38 of file unoaprms.hxx.
Referenced by SetDimHide(), and Undo().
|
private |
Definition at line 36 of file unoaprms.hxx.
|
private |
Definition at line 44 of file unoaprms.hxx.
Referenced by SetPlayFull(), and Undo().
|
private |
Definition at line 46 of file unoaprms.hxx.
Referenced by SetSecondPlayFull(), and Undo().
|
private |
Definition at line 42 of file unoaprms.hxx.
Referenced by SetSecondSoundOn(), and Undo().
|
private |
Definition at line 40 of file unoaprms.hxx.
Referenced by SetSoundOn(), and Undo().
|
private |
Definition at line 63 of file unoaprms.hxx.
Referenced by Redo(), and SetClickAction().
|
private |
Definition at line 49 of file unoaprms.hxx.
Referenced by Redo(), and SetEffect().
|
private |
Definition at line 55 of file unoaprms.hxx.
Referenced by Redo(), and SetSecondEffect().
|
private |
Definition at line 57 of file unoaprms.hxx.
Referenced by Redo(), and SetSecondSpeed().
|
private |
Definition at line 53 of file unoaprms.hxx.
Referenced by Redo(), and SetSpeed().
|
private |
Definition at line 51 of file unoaprms.hxx.
Referenced by Redo(), and SetTextEffect().
|
private |
Definition at line 62 of file unoaprms.hxx.
Referenced by SetClickAction(), and Undo().
|
private |
Definition at line 48 of file unoaprms.hxx.
Referenced by SetEffect(), and Undo().
|
private |
Definition at line 54 of file unoaprms.hxx.
Referenced by SetSecondEffect(), and Undo().
|
private |
Definition at line 56 of file unoaprms.hxx.
Referenced by SetSecondSpeed(), and Undo().
|
private |
Definition at line 52 of file unoaprms.hxx.
Referenced by SetSpeed(), and Undo().
|
private |
Definition at line 50 of file unoaprms.hxx.
Referenced by SetTextEffect(), and Undo().
|
private |
Definition at line 67 of file unoaprms.hxx.
|
private |
Definition at line 66 of file unoaprms.hxx.
|
private |
Definition at line 33 of file unoaprms.hxx.