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
332 xProps->getPropertyValue( mpImpl->msSound ) >>= aEffect.maSoundURL; in collect()
333 xProps->getPropertyValue( mpImpl->msPlayFull ) >>= aEffect.mbPlayFull; in collect()
336 xProps->getPropertyValue( mpImpl->msPresOrder ) >>= aEffect.mnPresId; in collect()
337 xProps->getPropertyValue( mpImpl->msSpeed ) >>= aEffect.meSpeed; in collect()
344 aEffect.meKind = XMLE_PLAY; in collect()
346 if( !aEffect.mxShape.is() ) in collect()
349 aEffect.mxShape = xShape; in collect()
352 mpImpl->maEffects.push_back( aEffect ); in collect()
361 … SdXMLImplSetEffect( eEffect, aEffect.meEffect, aEffect.meDirection, aEffect.mnStartScale, bIn ); in collect()
[all …]
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx802 impl::TransitionEffect aEffect( *pFirstPage ); in updateControls() local
814 aEffect.compareWith( *(*aIt) ); in updateControls()
818 if( aEffect.mbEffectAmbiguous ) in updateControls()
824 if( aEffect.mnType == 0 ) in updateControls()
828 sal_uInt16 nEntry = lcl_getTransitionEffectIndex( mpDrawDoc, aEffect ); 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()
[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()