Lines Matching defs:TransitionEffect
84 struct TransitionEffect struct
86 TransitionEffect() : in TransitionEffect() argument
94 explicit TransitionEffect( const ::sd::TransitionPreset & rPreset ) : in TransitionEffect() function
102 explicit TransitionEffect( sal_Int16 nType, sal_Int16 nSubType, in TransitionEffect() function
111 explicit TransitionEffect( const SdPage & rPage ) : in TransitionEffect() argument
128 void init() in init()
145 void setAllAmbiguous() in setAllAmbiguous()
155 bool operator == ( const ::sd::TransitionPreset & rPreset ) const in operator ==()
164 void applyTo( SdPage & rOutPage ) const in applyTo()
198 void compareWith( const SdPage & rPage ) in compareWith()
216 sal_Int16 mnType;
217 sal_Int16 mnSubType;
218 sal_Bool mbDirection;
219 sal_Int32 mnFadeColor;
222 double mfDuration;
223 sal_uLong mnTime;
224 PresChange mePresChange;
225 sal_Bool mbSoundOn;
226 String maSound;
227 bool mbLoopSound;
251 const ::sd::impl::TransitionEffect & rEffect ) in lcl_ApplyToPages()