summaryrefslogtreecommitdiff
path: root/sd/inc/anminfo.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/anminfo.hxx')
-rw-r--r--sd/inc/anminfo.hxx28
1 files changed, 14 insertions, 14 deletions
diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx
index 1a77dd033231..db2aeb38553b 100644
--- a/sd/inc/anminfo.hxx
+++ b/sd/inc/anminfo.hxx
@@ -37,25 +37,25 @@ public:
PresObjKind mePresObjKind;
/* deprecated animation infos */
- ::com::sun::star::presentation::AnimationEffect meEffect; ///< Animation effect
- ::com::sun::star::presentation::AnimationEffect meTextEffect; ///< Animation effect for text content
- ::com::sun::star::presentation::AnimationSpeed meSpeed; ///< Speed of the animation
- bool mbActive; ///< turned on?
- bool mbDimPrevious; ///< Object fade out
- bool mbIsMovie; ///< if group object than it is a sequence of them.
- bool mbDimHide; ///< hide rather than dim
+ css::presentation::AnimationEffect meEffect; ///< Animation effect
+ css::presentation::AnimationEffect meTextEffect; ///< Animation effect for text content
+ css::presentation::AnimationSpeed meSpeed; ///< Speed of the animation
+ bool mbActive; ///< turned on?
+ bool mbDimPrevious; ///< Object fade out
+ bool mbIsMovie; ///< if group object than it is a sequence of them.
+ bool mbDimHide; ///< hide rather than dim
Color maBlueScreen; ///< identifies "background pixels"
Color maDimColor; ///< for fading the object
OUString maSoundFile; ///< Path to the sound file in MS DOS notation
- bool mbSoundOn; ///< Sound on / off
- bool mbPlayFull; ///< play sound completely.
+ bool mbSoundOn; ///< Sound on / off
+ bool mbPlayFull; ///< play sound completely.
SdrPathObj* mpPathObj; ///< The path object
- ::com::sun::star::presentation::ClickAction meClickAction; ///< Action at mouse click
- ::com::sun::star::presentation::AnimationEffect meSecondEffect; ///< for object fading.
- ::com::sun::star::presentation::AnimationSpeed meSecondSpeed; ///< for object fading.
+ css::presentation::ClickAction meClickAction; ///< Action at mouse click
+ css::presentation::AnimationEffect meSecondEffect; ///< for object fading.
+ css::presentation::AnimationSpeed meSecondSpeed; ///< for object fading.
OUString maSecondSoundFile; ///< for object fading.
- bool mbSecondSoundOn; ///< for object fading.
- bool mbSecondPlayFull; ///< for object fading.
+ bool mbSecondSoundOn; ///< for object fading.
+ bool mbSecondPlayFull; ///< for object fading.
sal_uInt16 mnVerb; ///< for OLE object
sal_uLong mnPresOrder;
SdrObject& mrObject;