Lines Matching refs:SlideShowImpl

230 class SlideShowImpl : private cppu::BaseMutex,  class
235 explicit SlideShowImpl(
425 WaitSymbolLock(SlideShowImpl& rSlideShowImpl) : mrSlideShowImpl(rSlideShowImpl) in WaitSymbolLock()
429 private: SlideShowImpl& mrSlideShowImpl;
522 struct SlideShowImpl::SeparateListenerImpl : public EventHandler,
528 SlideShowImpl& mrShow;
532 SeparateListenerImpl( SlideShowImpl& rShow, in SeparateListenerImpl()
553 boost::bind( &SlideShowImpl::notifySlideAnimationsEnded, boost::ref(mrShow) ), in handleEvent()
579 SlideShowImpl::SlideShowImpl( in SlideShowImpl() function in __anon325cb74a0111::SlideShowImpl
657 void SlideShowImpl::disposing() in disposing()
716 void SlideShowImpl::stopSlideTransitionSound() in stopSlideTransitionSound()
726 SoundPlayerSharedPtr SlideShowImpl::resetSlideTransitionSound( const uno::Any& rSound, bool bLoopSo… in resetSlideTransitionSound()
759 ActivitySharedPtr SlideShowImpl::createSlideTransition( in createSlideTransition()
904 PolygonMap::iterator SlideShowImpl::findPolygons( uno::Reference<drawing::XDrawPage> const& xDrawPa… in findPolygons()
922 SlideSharedPtr SlideShowImpl::makeSlide( in makeSlide()
961 void SlideShowImpl::requestWaitSymbol (void) in requestWaitSymbol()
978 void SlideShowImpl::releaseWaitSymbol (void) in releaseWaitSymbol()
995 sal_Int16 SlideShowImpl::calcActiveCursor( sal_Int16 nCursorShape ) const in calcActiveCursor()
1009 void SlideShowImpl::stopShow() in stopShow()
1050 class SlideShowImpl::PrefetchPropertiesFunc
1053 PrefetchPropertiesFunc( SlideShowImpl * that_, in PrefetchPropertiesFunc()
1089 SlideShowImpl *const mpSlideShowImpl;
1094 void SlideShowImpl::displaySlide( in displaySlide()
1181 &SlideShowImpl::notifySlideTransitionEnded, in displaySlide()
1207 &SlideShowImpl::notifySlideTransitionEnded, in displaySlide()
1226 void SlideShowImpl::redisplayCurrentSlide (void) in redisplayCurrentSlide()
1246 &SlideShowImpl::notifySlideTransitionEnded, in redisplayCurrentSlide()
1256 sal_Bool SlideShowImpl::nextEffect() throw (uno::RuntimeException) in nextEffect()
1273 sal_Bool SlideShowImpl::previousEffect() throw (uno::RuntimeException) in previousEffect()
1289 ::boost::bind<void>(::boost::mem_fn(&SlideShowImpl::redisplayCurrentSlide), this), in previousEffect()
1290 … ::boost::bind<void>(::boost::mem_fn(&SlideShowImpl::rewindEffectToPreviousSlide), this)); in previousEffect()
1294 void SlideShowImpl::rewindEffectToPreviousSlide (void) in rewindEffectToPreviousSlide()
1316 sal_Bool SlideShowImpl::startShapeActivity( in startShapeActivity()
1330 sal_Bool SlideShowImpl::stopShapeActivity( in stopShapeActivity()
1344 sal_Bool SlideShowImpl::pause( sal_Bool bPauseShow ) in pause()
1367 uno::Reference<drawing::XDrawPage> SlideShowImpl::getCurrentSlide() in getCurrentSlide()
1384 sal_Bool SlideShowImpl::addView( in addView()
1432 sal_Bool SlideShowImpl::removeView( in removeView()
1455 void SlideShowImpl::registerUserPaintPolygons( const uno::Reference< lang::XMultiServiceFactory >& … in registerUserPaintPolygons()
1580 sal_Bool SlideShowImpl::setProperty( beans::PropertyValue const& rProperty ) in setProperty()
1862 void SlideShowImpl::addSlideShowListener( in addSlideShowListener()
1875 void SlideShowImpl::removeSlideShowListener( in removeSlideShowListener()
1885 void SlideShowImpl::addShapeEventListener( in addShapeEventListener()
1918 void SlideShowImpl::removeShapeEventListener( in removeShapeEventListener()
1946 void SlideShowImpl::setShapeCursor( in setShapeCursor()
1988 bool SlideShowImpl::requestCursor( sal_Int16 nCursorShape ) in requestCursor()
2004 void SlideShowImpl::resetCursor() in resetCursor()
2016 sal_Bool SlideShowImpl::update( double & nNextTimeout ) in update()
2186 void SlideShowImpl::notifySlideTransitionEnded( bool bPaintSlide ) in notifySlideTransitionEnded()
2242 void SlideShowImpl::notifySlideAnimationsEnded() in notifySlideAnimationsEnded()
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()
2305 boost::mem_fn(&SlideShowImpl::notifySlideEnded), this, false ), in notifySlideAnimationsEnded()
2349 void SlideShowImpl::notifySlideEnded (const bool bReverse) in notifySlideEnded()
2395 bool SlideShowImpl::notifyHyperLinkClicked( rtl::OUString const& hyperLink ) in notifyHyperLinkClicked()
2409 bool SlideShowImpl::handleAnimationEvent( const AnimationNodeSharedPtr& rNode ) in handleAnimationEvent()
2504 sdecl::class_<SlideShowImpl> serviceImpl;
2509 sdecl::class_<SlideShowImpl>(),