Lines Matching refs:SlideshowImpl

547 SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation, ViewShell* pViewSh,…  in SlideshowImpl()  function in sd::SlideshowImpl
594 maUpdateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, updateHdl)); in SlideshowImpl()
596 maDeactivateTimer.SetTimeoutHdl(LINK(this, SlideshowImpl, deactivateHdl)); in SlideshowImpl()
599 maInputFreezeTimer.SetTimeoutHdl( LINK( this, SlideshowImpl, ReadyForNextInputHdl ) ); in SlideshowImpl()
608 Application::AddEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in SlideshowImpl()
620 SlideshowImpl::~SlideshowImpl() in ~SlideshowImpl()
629 Application::RemoveEventListener( LINK( this, SlideshowImpl, EventListenerHdl ) ); in ~SlideshowImpl()
640 void SAL_CALL SlideshowImpl::disposing() in disposing()
804 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in disposing()
809 bool SlideshowImpl::startPreview( in startPreview()
932 bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings ) in startShow()
934 const rtl::Reference<SlideshowImpl> this_(this); in startShow()
1205 bool SlideshowImpl::startShowImpl( const Sequence< beans::PropertyValue >& aProperties ) in startShowImpl()
1268 void SlideshowImpl::onFirstPaint() in onFirstPaint()
1284 void SlideshowImpl::paint( const Rectangle& /* rRect */ ) in paint()
1306 void SAL_CALL SlideshowImpl::addSlideShowListener( const Reference< XSlideShowListener >& xListener… in addSlideShowListener()
1314 void SAL_CALL SlideshowImpl::removeSlideShowListener( const Reference< XSlideShowListener >& xListe… in removeSlideShowListener()
1322 void SlideshowImpl::slideEnded(const bool bReverse) in slideEnded()
1332 void SlideshowImpl::removeShapeEvents() in removeShapeEvents()
1361 void SlideshowImpl::registerShapeEvents(sal_Int32 nSlideNumber) in registerShapeEvents()
1397 void SlideshowImpl::registerShapeEvents( Reference< XShapes >& xShapes ) throw( Exception ) in registerShapeEvents()
1477 void SlideshowImpl::displayCurrentSlide (const bool bSkipAllMainSequenceEffects) in displayCurrentSlide()
1508 void SlideshowImpl::endPresentation() in endPresentation()
1519 mnEndShowEvent = Application::PostUserEvent( LINK(this, SlideshowImpl, endPresentationHdl) ); in endPresentation()
1524 IMPL_LINK( SlideshowImpl, endPresentationHdl, void*, EMPTYARG ) in IMPL_LINK() argument
1535 void SAL_CALL SlideshowImpl::pause() throw (RuntimeException) in pause()
1564 void SAL_CALL SlideshowImpl::resume() throw (RuntimeException) in resume()
1601 sal_Bool SAL_CALL SlideshowImpl::isPaused() throw (RuntimeException) in isPaused()
1609 void SAL_CALL SlideshowImpl::blankScreen( sal_Int32 nColor ) throw (RuntimeException) in blankScreen()
1626 void SlideshowImpl::click( const Reference< XShape >& xShape, const ::com::sun::star::awt::MouseEve… in click()
1751 sal_Int32 SlideshowImpl::getSlideNumberForBookmark( const OUString& rStrBookmark ) in getSlideNumberForBookmark()
1777 void SlideshowImpl::hyperLinkClicked( rtl::OUString const& aHyperLink ) throw (RuntimeException) in hyperLinkClicked()
1795 void SlideshowImpl::displaySlideNumber( sal_Int32 nSlideNumber ) in displaySlideNumber()
1809 void SlideshowImpl::displaySlideIndex( sal_Int32 nSlideIndex ) in displaySlideIndex()
1822 void SlideshowImpl::jumpToBookmark( const String& sBookmark ) in jumpToBookmark()
1831 sal_Int32 SlideshowImpl::getCurrentSlideNumber() in getCurrentSlideNumber()
1838 sal_Int32 SlideshowImpl::getFirstSlideNumber() in getFirstSlideNumber()
1861 sal_Int32 SlideshowImpl::getLastSlideNumber() in getLastSlideNumber()
1884 sal_Bool SAL_CALL SlideshowImpl::isEndless() throw( RuntimeException ) in isEndless()
1892 double SlideshowImpl::update() in update()
1900 void SlideshowImpl::startUpdateTimer() in startUpdateTimer()
1913 IMPL_LINK( SlideshowImpl, ReadyForNextInputHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1925 IMPL_LINK( SlideshowImpl, updateHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1935 IMPL_LINK( SlideshowImpl, PostYieldListener, void*, EMPTYARG ) in IMPL_LINK() argument
1938 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in IMPL_LINK()
1945 const rtl::Reference<SlideshowImpl> pSelf (this); in IMPL_LINK()
1958 sal_Int32 SlideshowImpl::updateSlideShow (void) in updateSlideShow()
1961 const rtl::Reference<SlideshowImpl> this_(this); in updateSlideShow()
1988 Application::AddPostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in updateSlideShow()
2009 Application::RemovePostYieldListener(LINK(this, SlideshowImpl, PostYieldListener)); in updateSlideShow()
2031 bool SlideshowImpl::keyInput(const KeyEvent& rKEvt) in keyInput()
2048 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in keyInput()
2163 IMPL_LINK( SlideshowImpl, EventListenerHdl, VclSimpleEvent*, pEvent ) in IMPL_LINK() argument
2182 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in IMPL_LINK()
2239 void SlideshowImpl::mouseButtonUp(const MouseEvent& rMEvt) in mouseButtonUp()
2244 mnContextMenuEvent = Application::PostUserEvent( LINK( this, SlideshowImpl, ContextMenuHdl ) ); in mouseButtonUp()
2250 IMPL_LINK( SlideshowImpl, ContextMenuHdl, void*, EMPTYARG ) in IMPL_LINK() argument
2371 pMenu->SetSelectHdl( LINK( this, SlideshowImpl, ContextMenuSelectHdl ) ); in IMPL_LINK()
2385 IMPL_LINK( SlideshowImpl, ContextMenuSelectHdl, Menu *, pMenu ) in IMPL_LINK() argument
2528 Reference< XSlideShow > SlideshowImpl::createSlideShow() const in createSlideShow()
2559 void SlideshowImpl::createSlideList( bool bAll, bool bStartWithActualSlide, const String& rPresSlid… in createSlideList()
2669 void SlideshowImpl::hideChildWindows() in hideChildWindows()
2698 void SlideshowImpl::showChildWindows() in showChildWindows()
2718 SfxViewFrame* SlideshowImpl::getViewFrame() const in getViewFrame()
2725 SfxDispatcher* SlideshowImpl::getDispatcher() const in getDispatcher()
2732 SfxBindings* SlideshowImpl::getBindings() const in getBindings()
2739 void SlideshowImpl::resize( const Size& rSize ) in resize()
2779 void SlideshowImpl::setActiveXToolbarsVisible( sal_Bool bVisible ) in setActiveXToolbarsVisible()
2813 void SAL_CALL SlideshowImpl::activate() throw (RuntimeException) in activate()
2854 void SAL_CALL SlideshowImpl::deactivate() throw (RuntimeException) in deactivate()
2866 IMPL_LINK( SlideshowImpl, deactivateHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
2890 sal_Bool SAL_CALL SlideshowImpl::isActive() throw (RuntimeException) in isActive()
2898 void SlideshowImpl::receiveRequest(SfxRequest& rReq) in receiveRequest()
2952 void SlideshowImpl::setAutoSaveState( bool bOn) in setAutoSaveState()
2982 Reference< XDrawPage > SAL_CALL SlideshowImpl::getCurrentSlide() throw (RuntimeException) in getCurrentSlide()
2999 sal_Int32 SAL_CALL SlideshowImpl::getNextSlideIndex() throw (RuntimeException) in getNextSlideIndex()
3015 sal_Int32 SAL_CALL SlideshowImpl::getCurrentSlideIndex() throw (RuntimeException) in getCurrentSlideIndex()
3024 ::sal_Int32 SAL_CALL SlideshowImpl::getSlideCount() throw (RuntimeException) in getSlideCount()
3031 Reference< XDrawPage > SAL_CALL SlideshowImpl::getSlideByIndex(::sal_Int32 Index) throw (RuntimeExc… in getSlideByIndex()
3039 sal_Bool SAL_CALL SlideshowImpl::getAlwaysOnTop() throw (RuntimeException) in getAlwaysOnTop()
3047 void SAL_CALL SlideshowImpl::setAlwaysOnTop( sal_Bool bAlways ) throw (RuntimeException) in setAlwaysOnTop()
3059 sal_Bool SAL_CALL SlideshowImpl::isFullScreen() throw (RuntimeException) in isFullScreen()
3067 sal_Bool SAL_CALL SlideshowImpl::getMouseVisible() throw (RuntimeException) in getMouseVisible()
3075 void SAL_CALL SlideshowImpl::setMouseVisible( sal_Bool bVisible ) throw (RuntimeException) in setMouseVisible()
3088 sal_Bool SAL_CALL SlideshowImpl::getUsePen() throw (RuntimeException) in getUsePen()
3096 void SAL_CALL SlideshowImpl::setUsePen( sal_Bool bMouseAsPen ) throw (RuntimeException) in setUsePen()
3140 double SAL_CALL SlideshowImpl::getPenWidth() throw (RuntimeException) in getPenWidth()
3148 void SAL_CALL SlideshowImpl::setPenWidth( double dStrokeWidth ) throw (RuntimeException) in setPenWidth()
3157 sal_Int32 SAL_CALL SlideshowImpl::getPenColor() throw (RuntimeException) in getPenColor()
3165 void SAL_CALL SlideshowImpl::setPenColor( sal_Int32 nColor ) throw (RuntimeException) in setPenColor()
3174 void SAL_CALL SlideshowImpl::setUseEraser( ::sal_Bool /*_usepen*/ ) throw (css::uno::RuntimeExcepti… in setUseEraser()
3180 void SAL_CALL SlideshowImpl::setPenMode( bool bSwitchPenMode ) throw (RuntimeException) in setPenMode()
3189 void SAL_CALL SlideshowImpl::setEraseAllInk(bool bEraseAllInk) throw (RuntimeException) in setEraseAllInk()
3214 void SAL_CALL SlideshowImpl::setEraseInk( sal_Int32 /*nEraseInkSize*/ ) throw (css::uno::RuntimeExc… in setEraseInk()
3218 void SAL_CALL SlideshowImpl::setEraserMode( bool /*bSwitchEraserMode*/ ) throw (css::uno::RuntimeEx… in setEraserMode()
3226 sal_Bool SAL_CALL SlideshowImpl::isRunning( ) throw (RuntimeException) in isRunning()
3234 void SAL_CALL SlideshowImpl::gotoNextEffect( ) throw (RuntimeException) in gotoNextEffect()
3262 void SAL_CALL SlideshowImpl::gotoPreviousEffect( ) throw (RuntimeException) in gotoPreviousEffect()
3286 void SAL_CALL SlideshowImpl::gotoFirstSlide( ) throw (RuntimeException) in gotoFirstSlide()
3309 void SAL_CALL SlideshowImpl::gotoNextSlide( ) throw (RuntimeException) in gotoNextSlide()
3388 void SAL_CALL SlideshowImpl::gotoPreviousSlide( ) throw (RuntimeException) in gotoPreviousSlide()
3393 void SlideshowImpl::gotoPreviousSlide (const bool bSkipAllMainSequenceEffects) in gotoPreviousSlide()
3447 void SAL_CALL SlideshowImpl::gotoLastSlide() throw (RuntimeException) in gotoLastSlide()
3473 void SAL_CALL SlideshowImpl::gotoBookmark( const OUString& rBookmark ) throw (RuntimeException) in gotoBookmark()
3487 void SAL_CALL SlideshowImpl::gotoSlide( const Reference< XDrawPage >& xSlide ) in gotoSlide()
3510 void SAL_CALL SlideshowImpl::gotoSlideIndex( sal_Int32 nIndex ) throw (RuntimeException) in gotoSlideIndex()
3522 void SAL_CALL SlideshowImpl::stopSound( ) throw (RuntimeException) in stopSound()
3550 ::sal_Int32 SAL_CALL SlideshowImpl::getCount( ) throw (::com::sun::star::uno::RuntimeException) in getCount()
3557 ::com::sun::star::uno::Any SAL_CALL SlideshowImpl::getByIndex( ::sal_Int32 Index ) throw (::com::su… in getByIndex()
3564 ::com::sun::star::uno::Type SAL_CALL SlideshowImpl::getElementType( ) throw (::com::sun::star::uno… in getElementType()
3571 ::sal_Bool SAL_CALL SlideshowImpl::hasElements( ) throw (::com::sun::star::uno::RuntimeException) in hasElements()
3578 Reference< XSlideShow > SAL_CALL SlideshowImpl::getSlideShow() throw (RuntimeException) in getSlideShow()
3719 SlideShowListenerProxy::SlideShowListenerProxy( const rtl::Reference< SlideshowImpl >& xController,… in SlideShowListenerProxy()