LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/presentation - XSlideShowController.hdl (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 0 2 0.0 %
Date: 2012-12-27 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_PRESENTATION_XSLIDESHOWCONTROLLER_HDL
       2             : #define INCLUDED_COM_SUN_STAR_PRESENTATION_XSLIDESHOWCONTROLLER_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace presentation { class XSlideShow; } } } }
       8             : #include "com/sun/star/lang/IllegalArgumentException.hdl"
       9             : #include "com/sun/star/lang/IndexOutOfBoundsException.hdl"
      10             : namespace com { namespace sun { namespace star { namespace presentation { class XSlideShowListener; } } } }
      11             : namespace com { namespace sun { namespace star { namespace drawing { class XDrawPage; } } } }
      12             : #include "com/sun/star/uno/XInterface.hdl"
      13             : #include "com/sun/star/uno/Reference.h"
      14             : #include "cppu/macros.hxx"
      15             : #include "rtl/ustring.hxx"
      16             : #include "sal/types.h"
      17             : 
      18             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      19             : 
      20             : namespace com { namespace sun { namespace star { namespace presentation {
      21             : 
      22           0 : class SAL_NO_VTABLE XSlideShowController : public css::uno::XInterface
      23             : {
      24             : public:
      25             : 
      26             :     // Attributes
      27             :     virtual ::sal_Bool SAL_CALL getAlwaysOnTop() = 0;
      28             :     virtual void SAL_CALL setAlwaysOnTop( ::sal_Bool _alwaysontop ) = 0;
      29             :     virtual ::sal_Bool SAL_CALL getMouseVisible() = 0;
      30             :     virtual void SAL_CALL setMouseVisible( ::sal_Bool _mousevisible ) = 0;
      31             :     virtual ::sal_Bool SAL_CALL getUsePen() = 0;
      32             :     virtual void SAL_CALL setUsePen( ::sal_Bool _usepen ) = 0;
      33             :     virtual ::sal_Int32 SAL_CALL getPenColor() = 0;
      34             :     virtual void SAL_CALL setPenColor( ::sal_Int32 _pencolor ) = 0;
      35             : 
      36             :     // Methods
      37             :     virtual ::sal_Bool SAL_CALL isRunning() = 0;
      38             :     virtual ::sal_Int32 SAL_CALL getSlideCount() = 0;
      39             :     virtual ::com::sun::star::uno::Reference< css::drawing::XDrawPage > SAL_CALL getSlideByIndex( ::sal_Int32 Index ) = 0;
      40             :     virtual void SAL_CALL addSlideShowListener( const ::com::sun::star::uno::Reference< css::presentation::XSlideShowListener >& Listener ) = 0;
      41             :     virtual void SAL_CALL removeSlideShowListener( const ::com::sun::star::uno::Reference< css::presentation::XSlideShowListener >& Listener ) = 0;
      42             :     virtual void SAL_CALL gotoNextEffect() = 0;
      43             :     virtual void SAL_CALL gotoPreviousEffect() = 0;
      44             :     virtual void SAL_CALL gotoFirstSlide() = 0;
      45             :     virtual void SAL_CALL gotoNextSlide() = 0;
      46             :     virtual void SAL_CALL gotoPreviousSlide() = 0;
      47             :     virtual void SAL_CALL gotoLastSlide() = 0;
      48             :     virtual void SAL_CALL gotoBookmark( const ::rtl::OUString& Bookmark ) = 0;
      49             :     virtual void SAL_CALL gotoSlide( const ::com::sun::star::uno::Reference< css::drawing::XDrawPage >& Page ) = 0;
      50             :     virtual void SAL_CALL gotoSlideIndex( ::sal_Int32 Index ) = 0;
      51             :     virtual void SAL_CALL stopSound() = 0;
      52             :     virtual void SAL_CALL pause() = 0;
      53             :     virtual void SAL_CALL resume() = 0;
      54             :     virtual ::sal_Bool SAL_CALL isPaused() = 0;
      55             :     virtual void SAL_CALL blankScreen( ::sal_Int32 Color ) = 0;
      56             :     virtual void SAL_CALL activate() = 0;
      57             :     virtual void SAL_CALL deactivate() = 0;
      58             :     virtual ::sal_Bool SAL_CALL isActive() = 0;
      59             :     virtual ::com::sun::star::uno::Reference< css::drawing::XDrawPage > SAL_CALL getCurrentSlide() = 0;
      60             :     virtual ::sal_Int32 SAL_CALL getCurrentSlideIndex() = 0;
      61             :     virtual ::sal_Int32 SAL_CALL getNextSlideIndex() = 0;
      62             :     virtual ::sal_Bool SAL_CALL isEndless() = 0;
      63             :     virtual ::sal_Bool SAL_CALL isFullScreen() = 0;
      64             :     virtual ::com::sun::star::uno::Reference< css::presentation::XSlideShow > SAL_CALL getSlideShow() = 0;
      65             : 
      66             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      67             : 
      68             : protected:
      69           0 :     ~XSlideShowController() throw () {} // avoid warnings about virtual members and non-virtual dtor
      70             : };
      71             : 
      72             : 
      73             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::presentation::XSlideShowController const *);
      74             : } } } }
      75             : 
      76             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::presentation::XSlideShowController > *) SAL_THROW(());
      77             : 
      78             : #endif

Generated by: LCOV version 1.10