Lines Matching refs:boost

61         : public ::boost::enable_shared_from_this<PresenterPaneAnimatorBase>,
73 typedef ::std::vector< ::boost::function<void()> > EndOperators;
85 ::std::vector< ::boost::shared_ptr<PaneGroup> > maPaneGroups;
140 ::boost::shared_ptr<PresenterSprite> maNewPaneSprite;
190 typedef ::boost::function<void(double)> Animation;
208 ::boost::shared_ptr<PresenterSprite> GetSubstitution (void);
224 ::boost::shared_ptr<PresenterSprite> mpSubstitution;
227 typedef ::boost::shared_ptr<PaneGroup> SharedPaneGroup;
230 const ::boost::function<void(geometry::RealPoint2D)>& rSetter,
237 const ::boost::function<void(T)>& rSetter,
246 const ::boost::shared_ptr<PresenterPaintManager>& rpPaintManager,
270 ::boost::shared_ptr<PresenterPaneAnimator> CreateUnfoldInCenterAnimator ( in CreateUnfoldInCenterAnimator()
277 return ::boost::shared_ptr<PresenterPaneAnimator>( in CreateUnfoldInCenterAnimator()
285 ::boost::shared_ptr<PresenterPaneAnimator> CreateMoveInFromBottomAnimator ( in CreateMoveInFromBottomAnimator()
292 return ::boost::shared_ptr<PresenterPaneAnimator>( in CreateMoveInFromBottomAnimator()
300 ::boost::shared_ptr<PresenterPaneAnimator> CreateTransparentOverlay ( in CreateTransparentOverlay()
307 return ::boost::shared_ptr<PresenterPaneAnimator>( in CreateTransparentOverlay()
551 ::boost::shared_ptr<MultiAnimation> pMultiAnimation ( in ShowPane()
559 ::boost::bind( in ShowPane()
561 ::boost::protect(::boost::bind( in ShowPane()
570 ::boost::bind( in ShowPane()
585 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xCanvas, sal_False)); in ShowPane()
589 ::boost::bind(&PresenterPaneAnimatorBase::ActivatePanes, shared_from_this())); in ShowPane()
595 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in ShowPane()
616 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in HidePane()
629 … ::boost::shared_ptr<MultiAnimation> pMultiAnimation (new MultiAnimation(mbDoAnimation ? 500 : 1)); in HidePane()
635 ::boost::bind( in HidePane()
637 ::boost::protect(::boost::bind( in HidePane()
648 ::boost::bind( in HidePane()
663 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xSpriteCanvas, sal_False)); in HidePane()
666 ::boost::bind(&PresenterPaneAnimatorBase::RestoreFrozenWindows, shared_from_this())); in HidePane()
847 ::boost::shared_ptr<MultiAnimation> pMultiAnimation ( in HidePane()
853 ::boost::bind( in HidePane()
855 ::boost::protect(::boost::bind(&SpritePaneMove, mpPaneContainer, mxCenterPaneId, _1)), in HidePane()
863 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, xCanvas, sal_False)); in HidePane()
866 ::boost::bind(&PresenterPaneAnimatorBase::RestoreFrozenWindows, shared_from_this())); in HidePane()
871 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in HidePane()
887 ::boost::shared_ptr<MultiAnimation> pMultiAnimation (new MultiAnimation(bAnimate ? 500 : 0)); in CreateShowAnimation()
891 ::boost::bind( in CreateShowAnimation()
893 ::boost::protect(::boost::bind(&SpritePaneMove, mpPaneContainer, rxPaneId, _1)), in CreateShowAnimation()
901 ::boost::bind(&rendering::XSpriteCanvas::updateScreen, rxSpriteCanvas, sal_False)); in CreateShowAnimation()
905 ::boost::bind(&PaneGroup::HidePanes, maPaneGroups[0])); in CreateShowAnimation()
907 … ::boost::bind(&PresenterPaneAnimatorBase::ActivatePane, shared_from_this(), mxCenterPaneId)); in CreateShowAnimation()
913 ::boost::shared_ptr<PresenterAnimator> pAnimator (mpPresenterController->GetAnimator()); in CreateShowAnimation()
1132 ::boost::shared_ptr<PresenterSprite> PaneGroup::GetSubstitution (void) in GetSubstitution()
1297 const ::boost::function<void(geometry::RealPoint2D)>& rSetter, in InterpolatePosition()
1316 const ::boost::function<void(T)>& rSetter, in InterpolateValue()
1333 const ::boost::shared_ptr<PresenterPaintManager>& rpPaintManager, in SpriteTransform()
1348 ::boost::shared_ptr<PresenterSprite> pSprite (pDescriptor->maSpriteProvider()); in SpriteTransform()
1390 ::boost::shared_ptr<PresenterSprite> pSprite (pDescriptor->maSpriteProvider()); in SpritePaneMove()