Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx142 CustomAnimationEffect::CustomAnimationEffect( const ::com::sun::star::uno::Reference< ::com::sun::s… in CustomAnimationEffect() function in sd::CustomAnimationEffect
167 void CustomAnimationEffect::setNode( const ::com::sun::star::uno::Reference< ::com::sun::star::anim… in setNode()
288 sal_Int32 CustomAnimationEffect::getNumberOfSubitems( const Any& aTarget, sal_Int16 nIterateType ) in getNumberOfSubitems()
389 CustomAnimationEffect::~CustomAnimationEffect() in ~CustomAnimationEffect()
395 CustomAnimationEffectPtr CustomAnimationEffect::clone() const in clone()
399 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in clone()
406 sal_Int32 CustomAnimationEffect::get_node_type( const Reference< XAnimationNode >& xNode ) in get_node_type()
434 void CustomAnimationEffect::setPresetClass( sal_Int16 nPresetClass ) in setPresetClass()
475 void CustomAnimationEffect::setNodeType( sal_Int16 nNodeType ) in setNodeType()
518 void CustomAnimationEffect::setGroupId( sal_Int32 nGroupId ) in setGroupId()
[all …]
H A DEffectMigration.cxx517 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in SetAnimationEffect()
685 pShapeEffect.reset( new CustomAnimationEffect( xNode ) ); in SetTextAnimationEffect()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx52 class CustomAnimationEffect;
58 typedef boost::shared_ptr< CustomAnimationEffect > CustomAnimationEffectPtr;
64 class CustomAnimationEffect class
70 …SD_DLLPUBLIC CustomAnimationEffect( const ::com::sun::star::uno::Reference< ::com::sun::star::anim…
71 SD_DLLPUBLIC virtual ~CustomAnimationEffect();
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.hxx35 class CustomAnimationEffect;
36 typedef boost::shared_ptr< CustomAnimationEffect > CustomAnimationEffectPtr;
/trunk/main/sd/source/filter/ppt/
H A Dppt97animations.cxx687 …::sd::CustomAnimationEffectPtr pEffect( new ::sd::CustomAnimationEffect( pPreset->create( this->Ge… in createAndSetCustomAnimationEffect()
/trunk/main/sd/
H A DLibrary_sd.mk215 sd/source/core/CustomAnimationEffect \