Home
last modified time | relevance | path

Searched refs:NotAnAnimationId (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/sd/source/ui/slidesorter/model/
H A DSlsVisualState.cxx37 mnStateAnimationId(controller::Animator::NotAnAnimationId), in VisualState()
39 mnLocationAnimationId(controller::Animator::NotAnAnimationId), in VisualState()
42 mnButtonAlphaAnimationId(controller::Animator::NotAnAnimationId) in VisualState()
51 if (mnStateAnimationId != controller::Animator::NotAnAnimationId in ~VisualState()
52 || mnLocationAnimationId != controller::Animator::NotAnAnimationId) in ~VisualState()
54 OSL_ASSERT(mnStateAnimationId == controller::Animator::NotAnAnimationId); in ~VisualState()
55 OSL_ASSERT(mnLocationAnimationId == controller::Animator::NotAnAnimationId); in ~VisualState()
/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsVisibleAreaManager.cxx59 mnScrollAnimationId(Animator::NotAnAnimationId), in VisibleAreaManager()
151 if (mnScrollAnimationId!=Animator::NotAnAnimationId in MakeVisible()
156 if (mnScrollAnimationId != Animator::NotAnAnimationId) in MakeVisible()
H A DSlsSelectionManager.cxx82 mnAnimationId(Animator::NotAnAnimationId), in SelectionManager()
94 if (mnAnimationId != Animator::NotAnAnimationId) in ~SelectionManager()
/aoo42x/main/sd/source/ui/slidesorter/view/
H A DSlsInsertAnimator.cxx361 mnAnimationId(controller::Animator::NotAnAnimationId), in PageObjectRun()
474 if (mnAnimationId != controller::Animator::NotAnAnimationId) in RestartAnimation()
H A DSlsButtonBar.cxx723 if (nId != controller::Animator::NotAnAnimationId) in StartFadeAnimation()
766 controller::Animator::NotAnAnimationId) in StartFadeAnimation()
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsAnimator.hxx68 static const AnimationId NotAnAnimationId = -1; member in sd::slidesorter::controller::Animator

Completed in 27 milliseconds