Lines Matching refs:SlideshowImpl

537 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,…  in SlideshowImpl()  function in sd::SlideshowImpl
584 maUpdateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, updateHdl)); in SlideshowImpl()
586 maDeactivateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, deactivateHdl)); in SlideshowImpl()
589 maInputFreezeTimer.SetTimeoutHdl( LINK( this, SlideshowImpl, ReadyForNextInputHdl ) ); in SlideshowImpl()
598 Application::AddEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in SlideshowImpl()
610 SlideshowImpl::~SlideshowImpl() in ~SlideshowImpl()
619 Application::RemoveEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in ~SlideshowImpl()
630 void SAL_CALL SlideshowImpl::disposing() in disposing()
794 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in disposing()
799 bool SlideshowImpl::startPreview( in startPreview()
922 bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings ) in startShow()
924 const rtl::Reference<SlideshowImpl> this_(this); in startShow()
1195 bool SlideshowImpl::startShowImpl( const Sequence< beans::PropertyValue >& aProperties ) in startShowImpl()
1258 void SlideshowImpl::onFirstPaint() in onFirstPaint()
1274 void SlideshowImpl::paint( const Rectangle& /* rRect */ ) in paint()
1296 void SAL_CALL SlideshowImpl::addSlideShowListener( const Reference< XSlideShowListener >& xListener… in addSlideShowListener()
1304 void SAL_CALL SlideshowImpl::removeSlideShowListener( const Reference< XSlideShowListener >& xListe… in removeSlideShowListener()
1312 void SlideshowImpl::slideEnded(const bool bReverse) in slideEnded()
1322 void SlideshowImpl::removeShapeEvents() in removeShapeEvents()
1351 void SlideshowImpl::registerShapeEvents(sal_Int32 nSlideNumber) in registerShapeEvents()
1387 void SlideshowImpl::registerShapeEvents( Reference< XShapes >& xShapes ) throw( Exception ) in registerShapeEvents()
1467 void SlideshowImpl::displayCurrentSlide (const bool bSkipAllMainSequenceEffects) in displayCurrentSlide()
1498 void SlideshowImpl::endPresentation() in endPresentation()
1509 … mnEndShowEvent = Application::PostUserEvent( LINK(this, SlideshowImpl, endPresentationHdl) ); in endPresentation()
1514 IMPL_LINK( SlideshowImpl, endPresentationHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1525 void SAL_CALL SlideshowImpl::pause() throw (RuntimeException) in pause()
1554 void SAL_CALL SlideshowImpl::resume() throw (RuntimeException) in resume()
1591 sal_Bool SAL_CALL SlideshowImpl::isPaused() throw (RuntimeException) in isPaused()
1599 void SAL_CALL SlideshowImpl::blankScreen( sal_Int32 nColor ) throw (RuntimeException) in blankScreen()
1616 void SlideshowImpl::click( const Reference< XShape >& xShape, const ::com::sun::star::awt::MouseEve… in click()
1741 sal_Int32 SlideshowImpl::getSlideNumberForBookmark( const OUString& rStrBookmark ) in getSlideNumberForBookmark()
1767 void SlideshowImpl::hyperLinkClicked( rtl::OUString const& aHyperLink ) throw (RuntimeException) in hyperLinkClicked()
1785 void SlideshowImpl::displaySlideNumber( sal_Int32 nSlideNumber ) in displaySlideNumber()
1799 void SlideshowImpl::displaySlideIndex( sal_Int32 nSlideIndex ) in displaySlideIndex()
1812 void SlideshowImpl::jumpToBookmark( const String& sBookmark ) in jumpToBookmark()
1821 sal_Int32 SlideshowImpl::getCurrentSlideNumber() in getCurrentSlideNumber()
1828 sal_Int32 SlideshowImpl::getFirstSlideNumber() in getFirstSlideNumber()
1851 sal_Int32 SlideshowImpl::getLastSlideNumber() in getLastSlideNumber()
1874 sal_Bool SAL_CALL SlideshowImpl::isEndless() throw( RuntimeException ) in isEndless()
1882 double SlideshowImpl::update() in update()
1890 void SlideshowImpl::startUpdateTimer() in startUpdateTimer()
1903 IMPL_LINK( SlideshowImpl, ReadyForNextInputHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1915 IMPL_LINK( SlideshowImpl, updateHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1925 IMPL_LINK( SlideshowImpl, PostYieldListener, void*, EMPTYARG ) in IMPL_LINK() argument
1928 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in IMPL_LINK()
1935 const rtl::Reference<SlideshowImpl> pSelf (this); in IMPL_LINK()
1948 sal_Int32 SlideshowImpl::updateSlideShow (void) in updateSlideShow()
1951 const rtl::Reference<SlideshowImpl> this_(this); in updateSlideShow()
1978 Application::AddPostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in updateSlideShow()
1999 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in updateSlideShow()
2021 bool SlideshowImpl::keyInput(const KeyEvent& rKEvt) in keyInput()
2038 … mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in keyInput()
2153 IMPL_LINK( SlideshowImpl, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
2172 … mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in IMPL_LINK()
2229 void SlideshowImpl::mouseButtonUp(const MouseEvent& rMEvt) in mouseButtonUp()
2234 … mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in mouseButtonUp()
2240 IMPL_LINK( SlideshowImpl, ContextMenuHdl, void*, EMPTYARG ) in IMPL_LINK() argument
2361 pMenu->SetSelectHdl( LINK( this, SlideshowImpl, ContextMenuSelectHdl ) ); in IMPL_LINK()
2375 IMPL_LINK( SlideshowImpl, ContextMenuSelectHdl, Menu *, pMenu ) in IMPL_LINK() argument
2518 Reference< XSlideShow > SlideshowImpl::createSlideShow() const in createSlideShow()
2549 void SlideshowImpl::createSlideList( bool bAll, bool bStartWithActualSlide, const String& rPresSlid… in createSlideList()
2659 void SlideshowImpl::hideChildWindows() in hideChildWindows()
2688 void SlideshowImpl::showChildWindows() in showChildWindows()
2708 SfxViewFrame* SlideshowImpl::getViewFrame() const in getViewFrame()
2715 SfxDispatcher* SlideshowImpl::getDispatcher() const in getDispatcher()
2722 SfxBindings* SlideshowImpl::getBindings() const in getBindings()
2729 void SlideshowImpl::resize( const Size& rSize ) in resize()
2769 void SlideshowImpl::setActiveXToolbarsVisible( sal_Bool bVisible ) in setActiveXToolbarsVisible()
2803 void SAL_CALL SlideshowImpl::activate() throw (RuntimeException) in activate()
2844 void SAL_CALL SlideshowImpl::deactivate() throw (RuntimeException) in deactivate()
2856 IMPL_LINK( SlideshowImpl, deactivateHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
2880 sal_Bool SAL_CALL SlideshowImpl::isActive() throw (RuntimeException) in isActive()
2888 void SlideshowImpl::receiveRequest(SfxRequest& rReq) in receiveRequest()
2942 void SlideshowImpl::setAutoSaveState( bool bOn) in setAutoSaveState()
2972 Reference< XDrawPage > SAL_CALL SlideshowImpl::getCurrentSlide() throw (RuntimeException) in getCurrentSlide()
2989 sal_Int32 SAL_CALL SlideshowImpl::getNextSlideIndex() throw (RuntimeException) in getNextSlideIndex()
3005 sal_Int32 SAL_CALL SlideshowImpl::getCurrentSlideIndex() throw (RuntimeException) in getCurrentSlideIndex()
3014 ::sal_Int32 SAL_CALL SlideshowImpl::getSlideCount() throw (RuntimeException) in getSlideCount()
3021 Reference< XDrawPage > SAL_CALL SlideshowImpl::getSlideByIndex(::sal_Int32 Index) throw (RuntimeExc… in getSlideByIndex()
3029 sal_Bool SAL_CALL SlideshowImpl::getAlwaysOnTop() throw (RuntimeException) in getAlwaysOnTop()
3037 void SAL_CALL SlideshowImpl::setAlwaysOnTop( sal_Bool bAlways ) throw (RuntimeException) in setAlwaysOnTop()
3049 sal_Bool SAL_CALL SlideshowImpl::isFullScreen() throw (RuntimeException) in isFullScreen()
3057 sal_Bool SAL_CALL SlideshowImpl::getMouseVisible() throw (RuntimeException) in getMouseVisible()
3065 void SAL_CALL SlideshowImpl::setMouseVisible( sal_Bool bVisible ) throw (RuntimeException) in setMouseVisible()
3078 sal_Bool SAL_CALL SlideshowImpl::getUsePen() throw (RuntimeException) in getUsePen()
3086 void SAL_CALL SlideshowImpl::setUsePen( sal_Bool bMouseAsPen ) throw (RuntimeException) in setUsePen()
3130 double SAL_CALL SlideshowImpl::getPenWidth() throw (RuntimeException) in getPenWidth()
3138 void SAL_CALL SlideshowImpl::setPenWidth( double dStrokeWidth ) throw (RuntimeException) in setPenWidth()
3147 sal_Int32 SAL_CALL SlideshowImpl::getPenColor() throw (RuntimeException) in getPenColor()
3155 void SAL_CALL SlideshowImpl::setPenColor( sal_Int32 nColor ) throw (RuntimeException) in setPenColor()
3164 void SAL_CALL SlideshowImpl::setUseEraser( ::sal_Bool /*_usepen*/ ) throw (css::uno::RuntimeExcepti… in setUseEraser()
3170 void SAL_CALL SlideshowImpl::setPenMode( bool bSwitchPenMode ) throw (RuntimeException) in setPenMode()
3179 void SAL_CALL SlideshowImpl::setEraseAllInk(bool bEraseAllInk) throw (RuntimeException) in setEraseAllInk()
3204 void SAL_CALL SlideshowImpl::setEraseInk( sal_Int32 /*nEraseInkSize*/ ) throw (css::uno::RuntimeExc… in setEraseInk()
3208 void SAL_CALL SlideshowImpl::setEraserMode( bool /*bSwitchEraserMode*/ ) throw (css::uno::RuntimeEx… in setEraserMode()
3216 sal_Bool SAL_CALL SlideshowImpl::isRunning( ) throw (RuntimeException) in isRunning()
3224 void SAL_CALL SlideshowImpl::gotoNextEffect( ) throw (RuntimeException) in gotoNextEffect()
3252 void SAL_CALL SlideshowImpl::gotoPreviousEffect( ) throw (RuntimeException) in gotoPreviousEffect()
3276 void SAL_CALL SlideshowImpl::gotoFirstSlide( ) throw (RuntimeException) in gotoFirstSlide()
3299 void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException) in gotoNextSlide()
3378 void SAL_CALL SlideshowImpl::gotoPreviousSlide( ) throw (RuntimeException) in gotoPreviousSlide()
3383 void SlideshowImpl::gotoPreviousSlide (const bool bSkipAllMainSequenceEffects) in gotoPreviousSlide()
3437 void SAL_CALL SlideshowImpl::gotoLastSlide() throw (RuntimeException) in gotoLastSlide()
3463 void SAL_CALL SlideshowImpl::gotoBookmark( const OUString& rBookmark ) throw (RuntimeException) in gotoBookmark()
3477 void SAL_CALL SlideshowImpl::gotoSlide( const Reference< XDrawPage >& xSlide ) in gotoSlide()
3500 void SAL_CALL SlideshowImpl::gotoSlideIndex( sal_Int32 nIndex ) throw (RuntimeException) in gotoSlideIndex()
3512 void SAL_CALL SlideshowImpl::stopSound( ) throw (RuntimeException) in stopSound()
3540 ::sal_Int32 SAL_CALL SlideshowImpl::getCount( ) throw (::com::sun::star::uno::RuntimeException) in getCount()
3547 ::com::sun::star::uno::Any SAL_CALL SlideshowImpl::getByIndex( ::sal_Int32 Index ) throw (::com::su… in getByIndex()
3554 ::com::sun::star::uno::Type SAL_CALL SlideshowImpl::getElementType( ) throw (::com::sun::star::uno… in getElementType()
3561 ::sal_Bool SAL_CALL SlideshowImpl::hasElements( ) throw (::com::sun::star::uno::RuntimeException) in hasElements()
3568 Reference< XSlideShow > SAL_CALL SlideshowImpl::getSlideShow() throw (RuntimeException) in getSlideShow()
3707 SlideShowListenerProxy::SlideShowListenerProxy( const rtl::Reference< SlideshowImpl >& xController,… in SlideShowListenerProxy()