Home
last modified time | relevance | path

Searched refs:PresenterAnimator (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/sdext/source/presenter/
H A DPresenterAnimator.cxx42 PresenterAnimator::PresenterAnimator (void) in PresenterAnimator() function in sdext::presenter::PresenterAnimator
53 PresenterAnimator::~PresenterAnimator (void) in ~PresenterAnimator()
62 void PresenterAnimator::AddAnimation (const SharedPresenterAnimation& rpAnimation) in AddAnimation()
73 void PresenterAnimator::Process (void) in Process()
119 void PresenterAnimator::ActivateAnimations (const sal_uInt64 nCurrentTime) in ActivateAnimations()
134 void PresenterAnimator::ScheduleNextRun (void) in ScheduleNextRun()
155 void PresenterAnimator::ScheduleNextRun (const sal_uInt64 nStartTime) in ScheduleNextRun()
162 ::boost::bind(&PresenterAnimator::Process, this), in ScheduleNextRun()
H A DPresenterAnimator.hxx39 class PresenterAnimator class
44 PresenterAnimator (void);
45 virtual ~PresenterAnimator (void);
H A DPresenterController.hxx61 class PresenterAnimator;
116 ::boost::shared_ptr<PresenterAnimator> GetAnimator (void) const;
228 ::boost::shared_ptr<PresenterAnimator> mpAnimator;
H A DPresenterPaneAnimator.cxx595 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in ShowPane()
616 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in HidePane()
871 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in HidePane()
913 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in CreateShowAnimation()
H A DPresenterWindowManager.cxx90 const ::boost::shared_ptr<PresenterAnimator>& rpAnimator);
109 ::boost::shared_ptr<PresenterAnimator> mpAnimator;
1538 const ::boost::shared_ptr<PresenterAnimator>& rpAnimator) in ModeChangeAnimationStarter()
H A Dmakefile.mk59 $(SLO)$/PresenterAnimator.obj \
H A DPresenterController.cxx123 mpAnimator(new PresenterAnimator()), in PresenterController()
542 ::boost::shared_ptr<PresenterAnimator> PresenterController::GetAnimator (void) const in GetAnimator()

Completed in 62 milliseconds