Home
last modified time | relevance | path

Searched refs:AnimationList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx105 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()
/trunk/main/sdext/source/presenter/
H A DPresenterAnimator.hxx53 typedef ::std::multimap<sal_uInt64,SharedPresenterAnimation> AnimationList; typedef in sdext::presenter::PresenterAnimator
54 AnimationList maFutureAnimations;
55 AnimationList maActiveAnimations;
H A DPresenterAnimator.cxx66 maFutureAnimations.insert(AnimationList::value_type(rpAnimation->GetStartTime(), rpAnimation)); in AddAnimation()
106 AnimationList::value_type( in Process()
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx108 typedef ::std::vector<boost::shared_ptr<Animation> > AnimationList; typedef in sd::slidesorter::controller::Animator
109 AnimationList maAnimations;

Completed in 15 milliseconds