Home
last modified time | relevance | path

Searched refs:iAnimation (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsAnimator.cxx106 AnimationList::const_iterator iAnimation; in Dispose() local
107 for (iAnimation=aCopy.begin(); iAnimation!=aCopy.end(); ++iAnimation) in Dispose()
108 (*iAnimation)->Expire(); in Dispose()
192 if (iAnimation != maAnimations.end()) in RemoveAnimation()
195 (*iAnimation)->Expire(); in RemoveAnimation()
196 maAnimations.erase(iAnimation); in RemoveAnimation()
242 AnimationList::const_iterator iAnimation; in ProcessAnimations() local
243 for (iAnimation=aCopy.begin(); iAnimation!=aCopy.end(); ++iAnimation) in ProcessAnimations()
262 AnimationList::const_iterator iAnimation; in CleanUpAnimationList() local
263 for (iAnimation=maAnimations.begin(); iAnimation!=maAnimations.end(); ++iAnimation) in CleanUpAnimationList()
[all …]
/trunk/main/sdext/source/presenter/
H A DPresenterPaneAnimator.cxx1285 vector<Animation>::const_iterator iAnimation (maAnimations.begin()); in Run() local
1287 for ( ; iAnimation!=iEnd; ++iAnimation) in Run()
1288 (*iAnimation)(nProgress); in Run()

Completed in 33 milliseconds