Lines Matching refs:pShape

441 void EffectMigration::SetAnimationEffect( SvxShape* pShape, AnimationEffect eEffect )  in SetAnimationEffect()  argument
443 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetAnimationEffect()
445 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetAnimationEffect()
448 SdrObject* pObj = pShape->GetSdrObject(); in SetAnimationEffect()
468 const Reference< XShape > xShape( pShape ); in SetAnimationEffect()
563 AnimationEffect EffectMigration::GetAnimationEffect( SvxShape* pShape ) in GetAnimationEffect() argument
568 SdrObject* pObj = pShape->GetSdrObject(); in GetAnimationEffect()
573 const Reference< XShape > xShape( pShape ); in GetAnimationEffect()
608 void EffectMigration::SetTextAnimationEffect( SvxShape* pShape, AnimationEffect eEffect ) in SetTextAnimationEffect() argument
610 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetTextAnimationEffect()
612 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetTextAnimationEffect()
615 SdrObject* pObj = pShape->GetSdrObject(); in SetTextAnimationEffect()
644 const Reference< XShape > xShape( pShape ); in SetTextAnimationEffect()
749 AnimationEffect EffectMigration::GetTextAnimationEffect( SvxShape* pShape ) in GetTextAnimationEffect() argument
754 SdrObject* pObj = pShape->GetSdrObject(); in GetTextAnimationEffect()
761 const Reference< XShape > xShape( pShape ); in GetTextAnimationEffect()
846 void EffectMigration::SetAnimationSpeed( SvxShape* pShape, AnimationSpeed eSpeed ) in SetAnimationSpeed() argument
848 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetAnimationSpeed()
850 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetAnimationSpeed()
853 SdrObject* pObj = pShape->GetSdrObject(); in SetAnimationSpeed()
861 const Reference< XShape > xShape( pShape ); in SetAnimationSpeed()
883 AnimationSpeed EffectMigration::GetAnimationSpeed( SvxShape* pShape ) in GetAnimationSpeed() argument
885 SdrObject* pObj = pShape->GetSdrObject(); in GetAnimationSpeed()
888 const Reference< XShape > xShape( pShape ); in GetAnimationSpeed()
928 void EffectMigration::SetDimColor( SvxShape* pShape, sal_Int32 nColor ) in SetDimColor() argument
930 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetDimColor()
932 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetDimColor()
935 SdrObject* pObj = pShape->GetSdrObject(); in SetDimColor()
941 const Reference< XShape > xShape( pShape ); in SetDimColor()
964 sal_Int32 EffectMigration::GetDimColor( SvxShape* pShape ) in GetDimColor() argument
967 if( pShape ) in GetDimColor()
969 SdrObject* pObj = pShape->GetSdrObject(); in GetDimColor()
974 const Reference< XShape > xShape( pShape ); in GetDimColor()
997 void EffectMigration::SetDimHide( SvxShape* pShape, sal_Bool bDimHide ) in SetDimHide() argument
999 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetDimHide()
1001 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetDimHide()
1004 SdrObject* pObj = pShape->GetSdrObject(); in SetDimHide()
1012 const Reference< XShape > xShape( pShape ); in SetDimHide()
1036 sal_Bool EffectMigration::GetDimHide( SvxShape* pShape ) in GetDimHide() argument
1039 if( pShape ) in GetDimHide()
1041 SdrObject* pObj = pShape->GetSdrObject(); in GetDimHide()
1046 const Reference< XShape > xShape( pShape ); in GetDimHide()
1068 void EffectMigration::SetDimPrevious( SvxShape* pShape, sal_Bool bDimPrevious ) in SetDimPrevious() argument
1070 DBG_ASSERT( pShape && pShape->GetSdrObject() && pShape->GetSdrObject()->GetPage(), in SetDimPrevious()
1072 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetDimPrevious()
1075 SdrObject* pObj = pShape->GetSdrObject(); in SetDimPrevious()
1086 const Reference< XShape > xShape( pShape ); in SetDimPrevious()
1110 sal_Bool EffectMigration::GetDimPrevious( SvxShape* pShape ) in GetDimPrevious() argument
1113 if( pShape ) in GetDimPrevious()
1115 SdrObject* pObj = pShape->GetSdrObject(); in GetDimPrevious()
1120 const Reference< XShape > xShape( pShape ); in GetDimPrevious()
1142 void EffectMigration::SetPresentationOrder( SvxShape* pShape, sal_Int32 nNewPos ) in SetPresentationOrder() argument
1144 if( !pShape || !pShape->GetSdrObject() || !pShape->GetSdrObject()->GetPage() ) in SetPresentationOrder()
1147 SdrObject* pObj = pShape->GetSdrObject(); in SetPresentationOrder()
1157 Reference< XShape > xThis( pShape ); in SetPresentationOrder()
1237 sal_Int32 EffectMigration::GetPresentationOrder( SvxShape* pShape ) in GetPresentationOrder() argument
1241 SdrObject* pObj = pShape->GetSdrObject(); in GetPresentationOrder()
1246 Reference< XShape > xThis( pShape ); in GetPresentationOrder()
1274 void EffectMigration::UpdateSoundEffect( SvxShape* pShape, SdAnimationInfo* pInfo ) in UpdateSoundEffect() argument
1278 SdrObject* pObj = pShape->GetSdrObject(); in UpdateSoundEffect()
1281 const Reference< XShape > xShape( pShape ); in UpdateSoundEffect()
1314 OUString EffectMigration::GetSoundFile( SvxShape* pShape ) in GetSoundFile() argument
1318 if( pShape ) in GetSoundFile()
1320 SdrObject* pObj = pShape->GetSdrObject(); in GetSoundFile()
1325 const Reference< XShape > xShape( pShape ); in GetSoundFile()
1347 sal_Bool EffectMigration::GetSoundOn( SvxShape* pShape ) in GetSoundOn() argument
1349 return GetSoundFile( pShape ).getLength() != 0; in GetSoundOn()
1354 void EffectMigration::SetAnimationPath( SvxShape* pShape, SdrPathObj* pPathObj ) in SetAnimationPath() argument
1356 if( pShape && pPathObj ) in SetAnimationPath()
1358 SdrObject* pObj = pShape->GetSdrObject(); in SetAnimationPath()
1364 const Reference< XShape > xShape( pShape ); in SetAnimationPath()