Lines Matching refs:SlideshowImpl

526 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,…  in SlideshowImpl()  function in sd::SlideshowImpl
573 maUpdateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, updateHdl)); in SlideshowImpl()
575 maDeactivateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, deactivateHdl)); in SlideshowImpl()
578 maInputFreezeTimer.SetTimeoutHdl( LINK( this, SlideshowImpl, ReadyForNextInputHdl ) ); in SlideshowImpl()
587 Application::AddEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in SlideshowImpl()
599 SlideshowImpl::~SlideshowImpl() in ~SlideshowImpl()
608 Application::RemoveEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in ~SlideshowImpl()
619 void SAL_CALL SlideshowImpl::disposing() in disposing()
783 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in disposing()
788 bool SlideshowImpl::startPreview( in startPreview()
911 bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings ) in startShow()
913 const rtl::Reference<SlideshowImpl> this_(this); in startShow()
1184 bool SlideshowImpl::startShowImpl( const Sequence< beans::PropertyValue >& aProperties ) in startShowImpl()
1247 void SlideshowImpl::onFirstPaint() in onFirstPaint()
1263 void SlideshowImpl::paint( const Rectangle& /* rRect */ ) in paint()
1285 void SAL_CALL SlideshowImpl::addSlideShowListener( const Reference< XSlideShowListener >& xListener… in addSlideShowListener()
1293 void SAL_CALL SlideshowImpl::removeSlideShowListener( const Reference< XSlideShowListener >& xListe… in removeSlideShowListener()
1301 void SlideshowImpl::slideEnded(const bool bReverse) in slideEnded()
1311 void SlideshowImpl::removeShapeEvents() in removeShapeEvents()
1340 void SlideshowImpl::registerShapeEvents(sal_Int32 nSlideNumber) in registerShapeEvents()
1376 void SlideshowImpl::registerShapeEvents( Reference< XShapes >& xShapes ) throw( Exception ) in registerShapeEvents()
1456 void SlideshowImpl::displayCurrentSlide (const bool bSkipAllMainSequenceEffects) in displayCurrentSlide()
1487 void SlideshowImpl::endPresentation() in endPresentation()
1498 mnEndShowEvent = Application::PostUserEvent( LINK(this, SlideshowImpl, endPresentationHdl) ); in endPresentation()
1503 IMPL_LINK( SlideshowImpl, endPresentationHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1514 void SAL_CALL SlideshowImpl::pause() throw (RuntimeException) in pause()
1543 void SAL_CALL SlideshowImpl::resume() throw (RuntimeException) in resume()
1580 sal_Bool SAL_CALL SlideshowImpl::isPaused() throw (RuntimeException) in isPaused()
1588 void SAL_CALL SlideshowImpl::blankScreen( sal_Int32 nColor ) throw (RuntimeException) in blankScreen()
1605 void SlideshowImpl::click( const Reference< XShape >& xShape, const ::com::sun::star::awt::MouseEve… in click()
1730 sal_Int32 SlideshowImpl::getSlideNumberForBookmark( const OUString& rStrBookmark ) in getSlideNumberForBookmark()
1756 void SlideshowImpl::hyperLinkClicked( rtl::OUString const& aHyperLink ) throw (RuntimeException) in hyperLinkClicked()
1774 void SlideshowImpl::displaySlideNumber( sal_Int32 nSlideNumber ) in displaySlideNumber()
1788 void SlideshowImpl::displaySlideIndex( sal_Int32 nSlideIndex ) in displaySlideIndex()
1801 void SlideshowImpl::jumpToBookmark( const String& sBookmark ) in jumpToBookmark()
1810 sal_Int32 SlideshowImpl::getCurrentSlideNumber() in getCurrentSlideNumber()
1817 sal_Int32 SlideshowImpl::getFirstSlideNumber() in getFirstSlideNumber()
1840 sal_Int32 SlideshowImpl::getLastSlideNumber() in getLastSlideNumber()
1863 sal_Bool SAL_CALL SlideshowImpl::isEndless() throw( RuntimeException ) in isEndless()
1871 double SlideshowImpl::update() in update()
1879 void SlideshowImpl::startUpdateTimer() in startUpdateTimer()
1892 IMPL_LINK( SlideshowImpl, ReadyForNextInputHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1904 IMPL_LINK( SlideshowImpl, updateHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1914 IMPL_LINK( SlideshowImpl, PostYieldListener, void*, EMPTYARG ) in IMPL_LINK() argument
1917 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in IMPL_LINK()
1924 const rtl::Reference<SlideshowImpl> pSelf (this); in IMPL_LINK()
1937 sal_Int32 SlideshowImpl::updateSlideShow (void) in updateSlideShow()
1940 const rtl::Reference<SlideshowImpl> this_(this); in updateSlideShow()
1967 Application::AddPostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in updateSlideShow()
1988 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in updateSlideShow()
2010 bool SlideshowImpl::keyInput(const KeyEvent& rKEvt) in keyInput()
2027 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in keyInput()
2142 IMPL_LINK( SlideshowImpl, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
2161 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in IMPL_LINK()
2218 void SlideshowImpl::mouseButtonUp(const MouseEvent& rMEvt) in mouseButtonUp()
2223 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in mouseButtonUp()
2229 IMPL_LINK( SlideshowImpl, ContextMenuHdl, void*, EMPTYARG ) in IMPL_LINK() argument
2350 pMenu->SetSelectHdl( LINK( this, SlideshowImpl, ContextMenuSelectHdl ) ); in IMPL_LINK()
2364 IMPL_LINK( SlideshowImpl, ContextMenuSelectHdl, Menu *, pMenu ) in IMPL_LINK() argument
2507 Reference< XSlideShow > SlideshowImpl::createSlideShow() const in createSlideShow()
2538 void SlideshowImpl::createSlideList( bool bAll, bool bStartWithActualSlide, const String& rPresSlid… in createSlideList()
2648 void SlideshowImpl::hideChildWindows() in hideChildWindows()
2677 void SlideshowImpl::showChildWindows() in showChildWindows()
2697 SfxViewFrame* SlideshowImpl::getViewFrame() const in getViewFrame()
2704 SfxDispatcher* SlideshowImpl::getDispatcher() const in getDispatcher()
2711 SfxBindings* SlideshowImpl::getBindings() const in getBindings()
2718 void SlideshowImpl::resize( const Size& rSize ) in resize()
2758 void SlideshowImpl::setActiveXToolbarsVisible( sal_Bool bVisible ) in setActiveXToolbarsVisible()
2792 void SAL_CALL SlideshowImpl::activate() throw (RuntimeException) in activate()
2833 void SAL_CALL SlideshowImpl::deactivate() throw (RuntimeException) in deactivate()
2845 IMPL_LINK( SlideshowImpl, deactivateHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
2869 sal_Bool SAL_CALL SlideshowImpl::isActive() throw (RuntimeException) in isActive()
2877 void SlideshowImpl::receiveRequest(SfxRequest& rReq) in receiveRequest()
2931 void SlideshowImpl::setAutoSaveState( bool bOn) in setAutoSaveState()
2961 Reference< XDrawPage > SAL_CALL SlideshowImpl::getCurrentSlide() throw (RuntimeException) in getCurrentSlide()
2978 sal_Int32 SAL_CALL SlideshowImpl::getNextSlideIndex() throw (RuntimeException) in getNextSlideIndex()
2994 sal_Int32 SAL_CALL SlideshowImpl::getCurrentSlideIndex() throw (RuntimeException) in getCurrentSlideIndex()
3003 ::sal_Int32 SAL_CALL SlideshowImpl::getSlideCount() throw (RuntimeException) in getSlideCount()
3010 Reference< XDrawPage > SAL_CALL SlideshowImpl::getSlideByIndex(::sal_Int32 Index) throw (RuntimeExc… in getSlideByIndex()
3018 sal_Bool SAL_CALL SlideshowImpl::getAlwaysOnTop() throw (RuntimeException) in getAlwaysOnTop()
3026 void SAL_CALL SlideshowImpl::setAlwaysOnTop( sal_Bool bAlways ) throw (RuntimeException) in setAlwaysOnTop()
3038 sal_Bool SAL_CALL SlideshowImpl::isFullScreen() throw (RuntimeException) in isFullScreen()
3046 sal_Bool SAL_CALL SlideshowImpl::getMouseVisible() throw (RuntimeException) in getMouseVisible()
3054 void SAL_CALL SlideshowImpl::setMouseVisible( sal_Bool bVisible ) throw (RuntimeException) in setMouseVisible()
3067 sal_Bool SAL_CALL SlideshowImpl::getUsePen() throw (RuntimeException) in getUsePen()
3075 void SAL_CALL SlideshowImpl::setUsePen( sal_Bool bMouseAsPen ) throw (RuntimeException) in setUsePen()
3119 double SAL_CALL SlideshowImpl::getPenWidth() throw (RuntimeException) in getPenWidth()
3127 void SAL_CALL SlideshowImpl::setPenWidth( double dStrokeWidth ) throw (RuntimeException) in setPenWidth()
3136 sal_Int32 SAL_CALL SlideshowImpl::getPenColor() throw (RuntimeException) in getPenColor()
3144 void SAL_CALL SlideshowImpl::setPenColor( sal_Int32 nColor ) throw (RuntimeException) in setPenColor()
3153 void SAL_CALL SlideshowImpl::setUseEraser( ::sal_Bool /*_usepen*/ ) throw (css::uno::RuntimeExcepti… in setUseEraser()
3159 void SAL_CALL SlideshowImpl::setPenMode( bool bSwitchPenMode ) throw (RuntimeException) in setPenMode()
3168 void SAL_CALL SlideshowImpl::setEraseAllInk(bool bEraseAllInk) throw (RuntimeException) in setEraseAllInk()
3193 void SAL_CALL SlideshowImpl::setEraseInk( sal_Int32 /*nEraseInkSize*/ ) throw (css::uno::RuntimeExc… in setEraseInk()
3197 void SAL_CALL SlideshowImpl::setEraserMode( bool /*bSwitchEraserMode*/ ) throw (css::uno::RuntimeEx… in setEraserMode()
3205 sal_Bool SAL_CALL SlideshowImpl::isRunning( ) throw (RuntimeException) in isRunning()
3213 void SAL_CALL SlideshowImpl::gotoNextEffect( ) throw (RuntimeException) in gotoNextEffect()
3241 void SAL_CALL SlideshowImpl::gotoPreviousEffect( ) throw (RuntimeException) in gotoPreviousEffect()
3265 void SAL_CALL SlideshowImpl::gotoFirstSlide( ) throw (RuntimeException) in gotoFirstSlide()
3288 void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException) in gotoNextSlide()
3367 void SAL_CALL SlideshowImpl::gotoPreviousSlide( ) throw (RuntimeException) in gotoPreviousSlide()
3372 void SlideshowImpl::gotoPreviousSlide (const bool bSkipAllMainSequenceEffects) in gotoPreviousSlide()
3426 void SAL_CALL SlideshowImpl::gotoLastSlide() throw (RuntimeException) in gotoLastSlide()
3452 void SAL_CALL SlideshowImpl::gotoBookmark( const OUString& rBookmark ) throw (RuntimeException) in gotoBookmark()
3466 void SAL_CALL SlideshowImpl::gotoSlide( const Reference< XDrawPage >& xSlide ) in gotoSlide()
3489 void SAL_CALL SlideshowImpl::gotoSlideIndex( sal_Int32 nIndex ) throw (RuntimeException) in gotoSlideIndex()
3501 void SAL_CALL SlideshowImpl::stopSound( ) throw (RuntimeException) in stopSound()
3529 ::sal_Int32 SAL_CALL SlideshowImpl::getCount( ) throw (::com::sun::star::uno::RuntimeException) in getCount()
3536 ::com::sun::star::uno::Any SAL_CALL SlideshowImpl::getByIndex( ::sal_Int32 Index ) throw (::com::su… in getByIndex()
3543 ::com::sun::star::uno::Type SAL_CALL SlideshowImpl::getElementType( ) throw (::com::sun::star::uno… in getElementType()
3550 ::sal_Bool SAL_CALL SlideshowImpl::hasElements( ) throw (::com::sun::star::uno::RuntimeException) in hasElements()
3557 Reference< XSlideShow > SAL_CALL SlideshowImpl::getSlideShow() throw (RuntimeException) in getSlideShow()
3698 SlideShowListenerProxy::SlideShowListenerProxy( const rtl::Reference< SlideshowImpl >& xController,… in SlideShowListenerProxy()