Lines Matching refs:CustomAnimationEffectPtr

213 …tryItem( SvLBoxEntry*,sal_uInt16 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, …
223 CustomAnimationEffectPtr mpEffect;
228 … SvLBoxEntry* pEntry, sal_uInt16 nFlags, OUString aDescription, CustomAnimationEffectPtr pEffect, … in CustomAnimationListEntryItem()
331 CustomAnimationListEntry( CustomAnimationEffectPtr pEffect );
334 CustomAnimationEffectPtr getEffect() const { return mpEffect; } in getEffect()
337 CustomAnimationEffectPtr mpEffect;
348 CustomAnimationListEntry::CustomAnimationListEntry( CustomAnimationEffectPtr pEffect ) in CustomAnimationListEntry()
538 void CustomAnimationList::select( CustomAnimationEffectPtr pEffect, bool bSelect /* = true */ ) in select()
584 struct stl_append_effect_func : public std::unary_function<CustomAnimationEffectPtr, void>
587 void operator()(CustomAnimationEffectPtr pEffect);
591 void stl_append_effect_func::operator()(CustomAnimationEffectPtr pEffect) in operator ()()
603 std::list< CustomAnimationEffectPtr > aExpanded; in update()
604 std::list< CustomAnimationEffectPtr > aSelected; in update()
606 CustomAnimationEffectPtr pFirstVisibleEffect; in update()
619 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in update()
672 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in update()
720 void CustomAnimationList::append( CustomAnimationEffectPtr pEffect ) in append()
801 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in selectShape()
860 bool CustomAnimationList::isExpanded( const CustomAnimationEffectPtr& pEffect ) const in isExpanded()
886 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in getSelection()
899 CustomAnimationEffectPtr pChildEffect( pChild->getEffect() ); in getSelection()
935 CustomAnimationEffectPtr pEffect( pEntry->getEffect() ); in CreateContextMenu()