Lines Matching refs:boost

455     boost::optional<RGBColor>               maUserPaintColor;
460 boost::optional<bool> maEraseAllInk;
461 boost::optional<bool> maSwitchPenMode;
462 boost::optional<bool> maSwitchEraserMode;
463 boost::optional<sal_Int32> maEraseInk;
466 boost::shared_ptr<canvas::tools::ElapsedTime> mpPresTimer;
474 boost::shared_ptr<SeparateListenerImpl> mpListener;
476 boost::shared_ptr<RehearseTimingsActivity> mpRehearseTimingsActivity;
477 boost::shared_ptr<WaitSymbol> mpWaitSymbol;
526 private boost::noncopyable
553 boost::bind( &SlideShowImpl::notifySlideAnimationsEnded, boost::ref(mrShow) ), in handleEvent()
879 boost::bind( in createSlideTransition()
895 boost::optional<double>(1.0), in createSlideTransition()
1161 boost::bind( &View::setViewSize, _1, in displaySlide()
1162 boost::cref(slideSize) )); in displaySlide()
1180 boost::bind( in displaySlide()
1206 boost::bind( in displaySlide()
1217 boost::mem_fn( &presentation::XSlideShowListener::slideTransitionStarted ) ); in displaySlide()
1245 boost::bind( in redisplayCurrentSlide()
1253 boost::mem_fn( &presentation::XSlideShowListener::slideTransitionStarted ) ); in redisplayCurrentSlide()
1289 ::boost::bind<void>(::boost::mem_fn(&SlideShowImpl::redisplayCurrentSlide), this), in previousEffect()
1290 … ::boost::bind<void>(::boost::mem_fn(&SlideShowImpl::rewindEffectToPreviousSlide), this)); in previousEffect()
1906 boost::shared_ptr<cppu::OInterfaceContainerHelper>( in addShapeEventListener()
1997 boost::bind( &View::setCursorShape, in requestCursor()
2011 boost::bind( &View::setCursorShape, in resetCursor()
2048 boost::bind( &canvas::tools::ElapsedTime::releaseTimer, in update()
2049 boost::cref(mpPresTimer) ) ); in update()
2263 boost::bind<void>( boost::mem_fn(&SlideShowImpl::notifySlideEnded), this, false ), in notifySlideAnimationsEnded()
2288 boost::bind<void>( boost::mem_fn(&SlideShowImpl::notifySlideEnded), this, false ), in notifySlideAnimationsEnded()
2304 makeEvent( boost::bind<void>( in notifySlideAnimationsEnded()
2305 boost::mem_fn(&SlideShowImpl::notifySlideEnded), this, false ), in notifySlideAnimationsEnded()
2346 boost::mem_fn( &presentation::XSlideShowListener::slideAnimationsEnded ) ); in notifySlideAnimationsEnded()
2389 boost::bind<void>( in notifySlideEnded()
2390 ::boost::mem_fn(&presentation::XSlideShowListener::slideEnded), in notifySlideEnded()
2400 boost::bind( &presentation::XSlideShowListener::hyperLinkClicked, in notifyHyperLinkClicked()
2402 boost::cref(hyperLink) )); in notifyHyperLinkClicked()
2419 boost::bind( &animations::XAnimationListener::beginEvent, in handleAnimationEvent()
2421 boost::cref(xNode) )); in handleAnimationEvent()
2427 boost::bind( &animations::XAnimationListener::endEvent, in handleAnimationEvent()
2429 boost::cref(xNode) )); in handleAnimationEvent()