Home
last modified time | relevance | path

Searched refs:CustomAnimationTextGroup (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/sd/inc/
H A DCustomAnimationEffect.hxx242 class CustomAnimationTextGroup class
247CustomAnimationTextGroup( const ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape …
275 typedef boost::shared_ptr< CustomAnimationTextGroup > CustomAnimationTextGroupPtr;
/aoo42x/main/sd/source/core/
H A DCustomAnimationEffect.cxx2469 CustomAnimationTextGroup::CustomAnimationTextGroup( const Reference< XShape >& rTarget, sal_Int32 n… in CustomAnimationTextGroup() function in sd::CustomAnimationTextGroup
2478 void CustomAnimationTextGroup::reset() in reset()
2494 void CustomAnimationTextGroup::addEffect( CustomAnimationEffectPtr& pEffect ) in addEffect()
2543 class TextGroupMapImpl : public std::map< sal_Int32, CustomAnimationTextGroup* >
2546 CustomAnimationTextGroup* findGroup( sal_Int32 nGroupId );
2583 pGroup.reset( new CustomAnimationTextGroup( pEffect->getTargetShape(), nGroupId ) ); in updateTextGroups()
2615 CustomAnimationTextGroupPtr pTextGroup( new CustomAnimationTextGroup( xTarget, nGroupId ) ); in createTextGroup()

Completed in 36 milliseconds