Home
last modified time | relevance | path

Searched refs:PresenterAnimation (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sdext/source/presenter/
H A DPresenterAnimation.cxx45 PresenterAnimation::PresenterAnimation ( in PresenterAnimation() function in sdext::presenter::PresenterAnimation
60 PresenterAnimation::~PresenterAnimation (void) in ~PresenterAnimation()
67 sal_uInt64 PresenterAnimation::GetStartTime (void) in GetStartTime()
75 sal_uInt64 PresenterAnimation::GetEndTime (void) in GetEndTime()
83 sal_uInt64 PresenterAnimation::GetStepDuration (void) in GetStepDuration()
91 void PresenterAnimation::AddStartCallback (const Callback& rCallback) in AddStartCallback()
101 void PresenterAnimation::AddEndCallback (const Callback& rCallback) in AddEndCallback()
110 void PresenterAnimation::RunStartCallbacks (void) in RunStartCallbacks()
123 void PresenterAnimation::RunEndCallbacks (void) in RunEndCallbacks()
H A DPresenterAnimation.hxx43 class PresenterAnimation class
59 PresenterAnimation (
63 virtual ~PresenterAnimation (void);
121 typedef ::boost::shared_ptr<PresenterAnimation> SharedPresenterAnimation;
H A Dmakefile.mk58 $(SLO)$/PresenterAnimation.obj \
H A DPresenterWindowManager.cxx1507 class ModeChangeAnimation : public PresenterAnimation
1513 : PresenterAnimation (0, 1000, 20), in ModeChangeAnimation()
H A DPresenterPaneAnimator.cxx187 class MultiAnimation : public PresenterAnimation
1266 : PresenterAnimation(0, nDuration, 1000/50), in MultiAnimation()

Completed in 46 milliseconds