Home
last modified time | relevance | path

Searched refs:EffectMigration (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sd/source/core/
H A DEffectMigration.cxx170 void EffectMigration::SetFadeEffect( SdPage* pPage, ::com::sun::star::presentation::FadeEffect eNew… in SetFadeEffect()
205 FadeEffect EffectMigration::GetFadeEffect( const SdPage* pPage ) in GetFadeEffect()
441 void EffectMigration::SetAnimationEffect( SvxShape* pShape, AnimationEffect eEffect ) in SetAnimationEffect()
563 AnimationEffect EffectMigration::GetAnimationEffect( SvxShape* pShape ) in GetAnimationEffect()
608 void EffectMigration::SetTextAnimationEffect( SvxShape* pShape, AnimationEffect eEffect ) in SetTextAnimationEffect()
749 AnimationEffect EffectMigration::GetTextAnimationEffect( SvxShape* pShape ) in GetTextAnimationEffect()
782 bool EffectMigration::ConvertPreset( const OUString& rPresetId, const OUString* pPresetSubType, Ani… in ConvertPreset()
812 bool EffectMigration::ConvertAnimationEffect( const AnimationEffect& rEffect, OUString& rPresetId, … in ConvertAnimationEffect()
831 double EffectMigration::ConvertAnimationSpeed( AnimationSpeed eSpeed ) in ConvertAnimationSpeed()
846 void EffectMigration::SetAnimationSpeed( SvxShape* pShape, AnimationSpeed eSpeed ) in SetAnimationSpeed()
[all …]
H A Dsdpage_animations.cxx104 EffectMigration::SetFadeEffect( this, eNewEffect ); in SetFadeEffect()
109 return EffectMigration::GetFadeEffect( this ); in GetFadeEffect()
H A Dmakefile.mk67 $(SLO)$/EffectMigration.obj\
/AOO41X/main/sd/source/ui/unoidl/
H A Dunoobj.cxx525 EffectMigration::SetAnimationEffect( mpShape, eEffect ); in setPropertyValue()
534 EffectMigration::SetTextAnimationEffect( mpShape, eEffect ); in setPropertyValue()
543 EffectMigration::SetAnimationSpeed( mpShape, eSpeed ); in setPropertyValue()
563 EffectMigration::CreateAnimatedGroup(*pGroup, *pPage); in setPropertyValue()
603 EffectMigration::UpdateSoundEffect( mpShape, pInfo ); in setPropertyValue()
611 EffectMigration::UpdateSoundEffect( mpShape, pInfo ); in setPropertyValue()
641 EffectMigration::SetDimColor( mpShape, nColor ); in setPropertyValue()
650 EffectMigration::SetDimHide( mpShape, bDimHide ); in setPropertyValue()
659 EffectMigration::SetDimPrevious( mpShape, bDimPrevious ); in setPropertyValue()
668 EffectMigration::SetPresentationOrder( mpShape, nNewPos ); in setPropertyValue()
[all …]
/AOO41X/main/sd/inc/
H A DEffectMigration.hxx43 class EffectMigration class
/AOO41X/main/sd/source/ui/dlg/
H A Danimobjs.cxx1267 EffectMigration::CreateAnimatedGroup(*pGroup, *pTargetSdPage); in CreateAnimObj()