Lines Matching refs:CustomAnimationEffectPtr

395 CustomAnimationEffectPtr CustomAnimationEffect::clone() const  in clone()
399 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xNode ) ); in clone()
1799 CustomAnimationEffectPtr pEffect = (*aIter++); in reset()
1813 void EffectSequenceHelper::append( const CustomAnimationEffectPtr& pEffect ) in append()
1822 CustomAnimationEffectPtr EffectSequenceHelper::append( const CustomAnimationPresetPtr& pPreset, con… in append()
1824 CustomAnimationEffectPtr pEffect; in append()
1896 CustomAnimationEffectPtr EffectSequenceHelper::append( const SdrPathObj& rPathObj, const Any& rTarg… in append()
1898 CustomAnimationEffectPtr pEffect; in append()
1947 void EffectSequenceHelper::replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationP… in replace()
1970 void EffectSequenceHelper::replace( const CustomAnimationEffectPtr& pEffect, const CustomAnimationP… in replace()
1978 void EffectSequenceHelper::remove( const CustomAnimationEffectPtr& pEffect ) in remove()
2028 CustomAnimationEffectPtr pEffect = (*aIter++); in implRebuild()
2142 bool stl_CustomAnimationEffect_search_node_predict::operator()( CustomAnimationEffectPtr pEffect ) … in operator ()()
2297 EffectSequence::iterator EffectSequenceHelper::find( const CustomAnimationEffectPtr& pEffect ) in find()
2304 CustomAnimationEffectPtr EffectSequenceHelper::findEffect( const ::com::sun::star::uno::Reference< … in findEffect()
2306 CustomAnimationEffectPtr pEffect; in findEffect()
2323 sal_Int32 EffectSequenceHelper::getOffsetFromEffect( const CustomAnimationEffectPtr& xEffect ) const in getOffsetFromEffect()
2339 CustomAnimationEffectPtr EffectSequenceHelper::getEffectFromOffset( sal_Int32 nOffset ) const in getEffectFromOffset()
2345 CustomAnimationEffectPtr pEffect; in getEffectFromOffset()
2494 void CustomAnimationTextGroup::addEffect( CustomAnimationEffectPtr& pEffect ) in addEffect()
2573 CustomAnimationEffectPtr pEffect( (*aIter++) ); in updateTextGroups()
2593 CustomAnimationTextGroupPtr EffectSequenceHelper::createTextGroup( CustomAnimationEffectPtr pEffect… in createTextGroup()
2652 …tGroupParagraphEffects( CustomAnimationTextGroupPtr pTextGroup, CustomAnimationEffectPtr pEffect, … in createTextGroupParagraphEffects()
2694 CustomAnimationEffectPtr pNewEffect; in createTextGroupParagraphEffects()
2759 CustomAnimationEffectPtr pEffect( pTextGroup->maEffects.front() ); in setTextGrouping()
2776 CustomAnimationEffectPtr pEffect( (*aIter++) ); in setTextGrouping()
2797 CustomAnimationEffectPtr pEffect( (*aIter++) ); in setTextGrouping()
2850 CustomAnimationEffectPtr pEffect; in setAnimateForm()
2871 CustomAnimationEffectPtr pEffect( (*aIter) ); in setAnimateForm()
2881 CustomAnimationEffectPtr pEffect( (*aIter++) ); in setAnimateForm()
2911 CustomAnimationEffectPtr pEffect( (*aIter++) ); in setTextGroupingAuto()
2947 bool operator()( const CustomAnimationEffectPtr& p1, const CustomAnimationEffectPtr& p2 );
2949 sal_Int32 getTargetParagraph( const CustomAnimationEffectPtr& p1 );
2954 sal_Int32 ImplStlTextGroupSortHelper::getTargetParagraph( const CustomAnimationEffectPtr& p1 ) in getTargetParagraph()
2971 …ImplStlTextGroupSortHelper::operator()( const CustomAnimationEffectPtr& p1, const CustomAnimationE… in operator ()()
2993 std::vector< CustomAnimationEffectPtr > aSortedVector(pTextGroup->maEffects.size()); in setTextReverse()
3000 std::vector< CustomAnimationEffectPtr >::iterator aIter( aSortedVector.begin() ); in setTextReverse()
3001 const std::vector< CustomAnimationEffectPtr >::iterator aEnd( aSortedVector.end() ); in setTextReverse()
3009 CustomAnimationEffectPtr pEffect( (*aIter++) ); in setTextReverse()
3115 CustomAnimationEffectPtr pEffect( new CustomAnimationEffect( xChildNode ) ); in createEffects()
3167 CustomAnimationEffectPtr pMasterEffect; in processAfterEffect()
3461 CustomAnimationEffectPtr MainSequence::findEffect( const ::com::sun::star::uno::Reference< ::com::s… in findEffect()
3463 CustomAnimationEffectPtr pEffect = EffectSequenceHelper::findEffect( xNode ); in findEffect()
3478 sal_Int32 MainSequence::getOffsetFromEffect( const CustomAnimationEffectPtr& pEffect ) const in getOffsetFromEffect()
3502 CustomAnimationEffectPtr MainSequence::getEffectFromOffset( sal_Int32 nOffset ) const in getEffectFromOffset()
3520 CustomAnimationEffectPtr pEffect; in getEffectFromOffset()
3696 bool MainSequence::setTrigger( const CustomAnimationEffectPtr& pEffect, const ::com::sun::star::uno… in setTrigger()