Searched refs:aEffect (Results 1 – 3 of 3) sorted by relevance
328 XMLEffectHint aEffect; in collect() local332 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 …]
802 impl::TransitionEffect aEffect( *pFirstPage ); in updateControls() local814 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 …]
196 Any aEffect; in getVisualEffect() local200 aEffect <<= (sal_Int16)FLAT; in getVisualEffect()202 aEffect <<= (sal_Int16)LOOK3D; in getVisualEffect()203 return aEffect; in getVisualEffect()