From a2795356608c9de3679ccd3076c7df14cb549d8b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 28 Oct 2015 12:01:32 +0200 Subject: com::sun::star->css in sd Change-Id: Ic0cbc857a3a9c66241b94c30bf8c859435f5a4b4 --- sd/inc/anminfo.hxx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'sd/inc/anminfo.hxx') 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; -- cgit