Home
last modified time | relevance | path

Searched refs:aEffect (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Danimexp.cxx328 XMLEffectHint aEffect; in collect() local
344 aEffect.meKind = XMLE_PLAY; in collect()
346 if( !aEffect.mxShape.is() ) in collect()
349 aEffect.mxShape = xShape; in collect()
361 … SdXMLImplSetEffect( eEffect, aEffect.meEffect, aEffect.meDirection, aEffect.mnStartScale, bIn ); in collect()
365 if( !aEffect.mxShape.is() ) in collect()
368 aEffect.mxShape = xShape; in collect()
383 aEffect.mnPathShapeId = -1; in collect()
391 … SdXMLImplSetEffect( eEffect, aEffect.meEffect, aEffect.meDirection, aEffect.mnStartScale, bIn ); in collect()
398 aEffect.mxShape = xShape; in collect()
[all …]
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx814 aEffect.compareWith( *(*aIt) ); in updateControls()
818 if( aEffect.mbEffectAmbiguous ) in updateControls()
824 if( aEffect.mnType == 0 ) in updateControls()
842 if( aEffect.mbDurationAmbiguous ) in updateControls()
846 (aEffect.mfDuration > 2.0 ) in updateControls()
847 ? 0 : (aEffect.mfDuration < 2.0) in updateControls()
850 if( aEffect.mbSoundAmbiguous ) in updateControls()
858 if( aEffect.mbStopSound ) in updateControls()
862 else if( aEffect.mbSoundOn && aEffect.maSound.Len() > 0 ) in updateControls()
878 if( aEffect.mbLoopSoundAmbiguous ) in updateControls()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx196 Any aEffect; in getVisualEffect() local
200 aEffect <<= (sal_Int16)FLAT; in getVisualEffect()
202 aEffect <<= (sal_Int16)LOOK3D; in getVisualEffect()
203 return aEffect; in getVisualEffect()

Completed in 48 milliseconds