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;
2469 CustomAnimationTextGroup::CustomAnimationTextGroup( const Reference< XShape >& rTarget, sal_Int32 n… in CustomAnimationTextGroup() function in sd::CustomAnimationTextGroup2478 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 35 milliseconds