Home
last modified time | relevance | path

Searched refs:eEffect (Results 1 – 10 of 10) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Danimexp.cxx183 if( eEffect < AnimationEffect_NONE || eEffect > AnimationEffect_ZOOM_OUT_FROM_CENTER ) in SdXMLImplSetEffect()
186 eEffect = AnimationEffect_NONE; in SdXMLImplSetEffect()
189 const Effect& rEffect = AnimationEffectMap[eEffect]; in SdXMLImplSetEffect()
292 AnimationEffect eEffect; in prepare() local
293 xProps->getPropertyValue( mpImpl->msEffect ) >>= eEffect; in prepare()
294 if( eEffect == AnimationEffect_PATH ) in prepare()
327 AnimationEffect eEffect; in collect() local
357 xProps->getPropertyValue( mpImpl->msEffect ) >>= eEffect; in collect()
358 if( eEffect != AnimationEffect_NONE ) in collect()
371 if( eEffect == AnimationEffect_PATH ) in collect()
[all …]
H A Danimimp.cxx631 …const AnimationEffect eEffect = ImplSdXMLgetEffect( meEffect, meDirection, mnStartScale, meKind ==… in EndElement() local
633 …et->setPropertyValue( mbTextEffect ? mpImpl->msTextEffect : mpImpl->msEffect, makeAny( eEffect ) ); in EndElement()
636 if( eEffect == AnimationEffect_PATH && maPathShapeId.getLength() ) in EndElement()
H A Dshapeexport2.cxx314 presentation::AnimationEffect eEffect = presentation::AnimationEffect_NONE; local
352 if( pProperty->Value >>= eEffect )
456 SdXMLImplSetEffect( eEffect, eKind, eDirection, nStartScale, bIn );
477 if( nFound & FOUND_SPEED && eEffect != presentation::AnimationEffect_NONE )
/trunk/main/sd/source/core/
H A DEffectMigration.cxx455 if( !ConvertAnimationEffect( eEffect, aPresetId, aPresetSubType ) ) in SetAnimationEffect()
597 AnimationEffect eEffect = AnimationEffect_NONE; in GetAnimationEffect() local
599 if( !ConvertPreset( aPresetId, &aPresetSubType, eEffect ) ) in GetAnimationEffect()
600 ConvertPreset( aPresetId, 0, eEffect ); in GetAnimationEffect()
602 return eEffect; in GetAnimationEffect()
623 if( !ConvertAnimationEffect( eEffect, aPresetId, aPresetSubType ) ) in SetTextAnimationEffect()
711 …const bool bLaserEffect = (eEffect >= AnimationEffect_LASER_FROM_LEFT) && (eEffect <= AnimationEff… in SetTextAnimationEffect()
772 AnimationEffect eEffect = AnimationEffect_NONE; in GetTextAnimationEffect() local
774 if( !ConvertPreset( aPresetId, &aPresetSubType, eEffect ) ) in GetTextAnimationEffect()
775 ConvertPreset( aPresetId, 0, eEffect ); in GetTextAnimationEffect()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuoaprms.cxx122 presentation::AnimationEffect eEffect = presentation::AnimationEffect_NONE; in DoExecute() local
152 eEffect = pInfo->meEffect; in DoExecute()
209 if( eEffect != pInfo->meEffect ) in DoExecute()
259 if (nEffectSet == ATTR_SET && eEffect != presentation::AnimationEffect_NONE) in DoExecute()
339 eEffect = pInfo->meEffect; nEffectSet = ATTR_SET; in DoExecute()
373 aSet.Put(SfxAllEnumItem(ATTR_ANIMATION_EFFECT, (sal_uInt16)eEffect)); in DoExecute()
497 eEffect = (presentation::AnimationEffect)((SfxAllEnumItem&) pArgs-> in DoExecute()
655 if (eEffect == presentation::AnimationEffect_PATH && nEffectSet == ATTR_SET) in DoExecute()
713 if (eEffect == presentation::AnimationEffect_PATH && pObject == pPath) in DoExecute()
747 pAction->SetEffect(pInfo->meEffect, eEffect); in DoExecute()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx521 AnimationEffect eEffect; in setPropertyValue() local
522 if(!(aValue >>= eEffect)) in setPropertyValue()
525 EffectMigration::SetAnimationEffect( mpShape, eEffect ); in setPropertyValue()
530 AnimationEffect eEffect; in setPropertyValue() local
531 if(!(aValue >>= eEffect)) in setPropertyValue()
534 EffectMigration::SetTextAnimationEffect( mpShape, eEffect ); in setPropertyValue()
1228 presentation::AnimationEffect eEffect = presentation::AnimationEffect_NONE; in replaceByName() local
1275 if( pProperties->Value >>= eEffect ) in replaceByName()
1412 pInfo->meSecondEffect = eEffect; in replaceByName()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DPresentationDemo.java202 com.sun.star.presentation.FadeEffect eEffect, in setSlideTransition() argument
218 xPropSet.setPropertyValue( "Effect", eEffect ); in setSlideTransition()
/trunk/main/xmloff/inc/
H A Danim.hxx96 void SdXMLImplSetEffect( ::com::sun::star::presentation::AnimationEffect eEffect, XMLEffect& eKind,…
/trunk/main/sd/source/filter/eppt/
H A Deppt.hxx802 ::com::sun::star::presentation::AnimationEffect& eEffect,
806 ::com::sun::star::presentation::AnimationEffect eEffect,
H A Depptso.cxx4153 ::com::sun::star::presentation::AnimationEffect& eEffect, in ImplGetEffect() argument
4159 aAny >>= eEffect; in ImplGetEffect()
4161 eEffect = ::com::sun::star::presentation::AnimationEffect_NONE; in ImplGetEffect()
4172 sal_Bool bHasEffect = ( ( eEffect != ::com::sun::star::presentation::AnimationEffect_NONE ) in ImplGetEffect()

Completed in 94 milliseconds