Searched refs:AnimationList (Results 1 – 4 of 4) sorted by relevance
105 AnimationList aCopy (maAnimations); in Dispose()106 AnimationList::const_iterator iAnimation; in Dispose()185 const AnimationList::iterator iAnimation (::std::find_if( in RemoveAnimation()241 AnimationList aCopy (maAnimations); in ProcessAnimations()242 AnimationList::const_iterator iAnimation; in ProcessAnimations()260 AnimationList aActiveAnimations; in CleanUpAnimationList()262 AnimationList::const_iterator iAnimation; in CleanUpAnimationList()
53 typedef ::std::multimap<sal_uInt64,SharedPresenterAnimation> AnimationList; typedef in sdext::presenter::PresenterAnimator54 AnimationList maFutureAnimations;55 AnimationList maActiveAnimations;
66 maFutureAnimations.insert(AnimationList::value_type(rpAnimation->GetStartTime(), rpAnimation)); in AddAnimation()106 AnimationList::value_type( in Process()
108 typedef ::std::vector<boost::shared_ptr<Animation> > AnimationList; typedef in sd::slidesorter::controller::Animator109 AnimationList maAnimations;
Completed in 182 milliseconds