Searched refs:CustomAnimationTextGroup (Results 1 – 2 of 2) sorted by relevance
242 class CustomAnimationTextGroup class247 …CustomAnimationTextGroup( const ::com::sun::star::uno::Reference< com::sun::star::drawing::XShape …275 typedef boost::shared_ptr< CustomAnimationTextGroup > CustomAnimationTextGroupPtr;
2468 CustomAnimationTextGroup::CustomAnimationTextGroup( const Reference< XShape >& rTarget, sal_Int32 n… in CustomAnimationTextGroup() function in sd::CustomAnimationTextGroup2477 void CustomAnimationTextGroup::reset() in reset()2493 void CustomAnimationTextGroup::addEffect( CustomAnimationEffectPtr& pEffect ) in addEffect()2542 class TextGroupMapImpl : public std::map< sal_Int32, CustomAnimationTextGroup* >2545 CustomAnimationTextGroup* findGroup( sal_Int32 nGroupId );2582 pGroup.reset( new CustomAnimationTextGroup( pEffect->getTargetShape(), nGroupId ) ); in updateTextGroups()2614 CustomAnimationTextGroupPtr pTextGroup( new CustomAnimationTextGroup( xTarget, nGroupId ) ); in createTextGroup()