Lines Matching refs:CustomAnimationEffectPtr

58 typedef boost::shared_ptr< CustomAnimationEffect > CustomAnimationEffectPtr;  typedef
60 typedef std::list< CustomAnimationEffectPtr > EffectSequence;
77 CustomAnimationEffectPtr clone() const;
227 bool operator()( CustomAnimationEffectPtr pEffect ) const;
250 void addEffect( CustomAnimationEffectPtr& pEffect );
289CustomAnimationEffectPtr append( const CustomAnimationPresetPtr& pDescriptor, const ::com::sun::st…
290CustomAnimationEffectPtr append( const SdrPathObj& rPathObj, const ::com::sun::star::uno::Any& rTa…
291 SD_DLLPUBLIC void append( const CustomAnimationEffectPtr& pEffect );
292 void insert( EffectSequence::iterator& rPos, const CustomAnimationEffectPtr& pEffect );
293 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
294 …void replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationPresetPtr& pDescriptor…
295 void remove( const CustomAnimationEffectPtr& pEffect );
304 …virtual CustomAnimationEffectPtr findEffect( const ::com::sun::star::uno::Reference< ::com::sun::s…
314 void update( const CustomAnimationEffectPtr& pEffect );
321 EffectSequence::iterator find( const CustomAnimationEffectPtr& pEffect );
331 …SD_DLLPUBLIC CustomAnimationTextGroupPtr createTextGroup( CustomAnimationEffectPtr pEffect, sal_In…
342 virtual sal_Int32 getOffsetFromEffect( const CustomAnimationEffectPtr& xEffect ) const;
343 virtual CustomAnimationEffectPtr getEffectFromOffset( sal_Int32 nOffset ) const;
349 …tGroupParagraphEffects( CustomAnimationTextGroupPtr pTextGroup, CustomAnimationEffectPtr pEffect, …
405 …virtual CustomAnimationEffectPtr findEffect( const ::com::sun::star::uno::Reference< ::com::sun::s…
417 …bool setTrigger( const CustomAnimationEffectPtr& pEffect, const ::com::sun::star::uno::Reference< …
425 virtual sal_Int32 getOffsetFromEffect( const CustomAnimationEffectPtr& xEffect ) const;
426 virtual CustomAnimationEffectPtr getEffectFromOffset( sal_Int32 nOffset ) const;