LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/presentation - XSlideShow.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_XSLIDESHOW_HDL
       2             : #define INCLUDED_COM_SUN_STAR_PRESENTATION_XSLIDESHOW_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 XSlideShowListener; } } } }
       8             : namespace com { namespace sun { namespace star { namespace presentation { class XShapeEventListener; } } } }
       9             : namespace com { namespace sun { namespace star { namespace presentation { class XSlideShowView; } } } }
      10             : namespace com { namespace sun { namespace star { namespace lang { class XMultiServiceFactory; } } } }
      11             : namespace com { namespace sun { namespace star { namespace drawing { class XShape; } } } }
      12             : #include "com/sun/star/beans/PropertyValue.hdl"
      13             : namespace com { namespace sun { namespace star { namespace animations { class XAnimationNode; } } } }
      14             : namespace com { namespace sun { namespace star { namespace drawing { class XDrawPagesSupplier; } } } }
      15             : namespace com { namespace sun { namespace star { namespace drawing { class XDrawPage; } } } }
      16             : #include "com/sun/star/uno/XInterface.hdl"
      17             : #include "com/sun/star/uno/Reference.h"
      18             : #include "com/sun/star/uno/Sequence.h"
      19             : #include "cppu/macros.hxx"
      20             : #include "sal/types.h"
      21             : 
      22             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      23             : 
      24             : namespace com { namespace sun { namespace star { namespace presentation {
      25             : 
      26           0 : class SAL_NO_VTABLE XSlideShow : public css::uno::XInterface
      27             : {
      28             : public:
      29             : 
      30             :     // Methods
      31             :     virtual ::sal_Bool SAL_CALL nextEffect() = 0;
      32             :     virtual ::sal_Bool SAL_CALL previousEffect() = 0;
      33             :     virtual ::sal_Bool SAL_CALL startShapeActivity( const ::com::sun::star::uno::Reference< css::drawing::XShape >& xShape ) = 0;
      34             :     virtual ::sal_Bool SAL_CALL stopShapeActivity( const ::com::sun::star::uno::Reference< css::drawing::XShape >& xShape ) = 0;
      35             :     virtual void SAL_CALL displaySlide( const ::com::sun::star::uno::Reference< css::drawing::XDrawPage >& xSlide, const ::com::sun::star::uno::Reference< css::drawing::XDrawPagesSupplier >& xDrawPages, const ::com::sun::star::uno::Reference< css::animations::XAnimationNode >& aAnimationNode, const ::com::sun::star::uno::Sequence< css::beans::PropertyValue >& aProperties ) = 0;
      36             :     virtual ::sal_Bool SAL_CALL pause( ::sal_Bool bPauseShow ) = 0;
      37             :     virtual ::com::sun::star::uno::Reference< css::drawing::XDrawPage > SAL_CALL getCurrentSlide() = 0;
      38             :     virtual void SAL_CALL registerUserPaintPolygons( const ::com::sun::star::uno::Reference< css::lang::XMultiServiceFactory >& xDocFactory ) = 0;
      39             :     virtual ::sal_Bool SAL_CALL setProperty( const css::beans::PropertyValue& aShowProperty ) = 0;
      40             :     virtual ::sal_Bool SAL_CALL addView( const ::com::sun::star::uno::Reference< css::presentation::XSlideShowView >& xView ) = 0;
      41             :     virtual ::sal_Bool SAL_CALL removeView( const ::com::sun::star::uno::Reference< css::presentation::XSlideShowView >& xView ) = 0;
      42             :     virtual ::sal_Bool SAL_CALL update( double& nNextTimeout ) = 0;
      43             :     virtual void SAL_CALL addSlideShowListener( const ::com::sun::star::uno::Reference< css::presentation::XSlideShowListener >& xListener ) = 0;
      44             :     virtual void SAL_CALL removeSlideShowListener( const ::com::sun::star::uno::Reference< css::presentation::XSlideShowListener >& xListener ) = 0;
      45             :     virtual void SAL_CALL addShapeEventListener( const ::com::sun::star::uno::Reference< css::presentation::XShapeEventListener >& xListener, const ::com::sun::star::uno::Reference< css::drawing::XShape >& xShape ) = 0;
      46             :     virtual void SAL_CALL removeShapeEventListener( const ::com::sun::star::uno::Reference< css::presentation::XShapeEventListener >& xListener, const ::com::sun::star::uno::Reference< css::drawing::XShape >& xShape ) = 0;
      47             :     virtual void SAL_CALL setShapeCursor( const ::com::sun::star::uno::Reference< css::drawing::XShape >& xShape, ::sal_Int16 nPointerShape ) = 0;
      48             : 
      49             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      50             : 
      51             : protected:
      52           0 :     ~XSlideShow() throw () {} // avoid warnings about virtual members and non-virtual dtor
      53             : };
      54             : 
      55             : 
      56             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::presentation::XSlideShow const *);
      57             : } } } }
      58             : 
      59             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::presentation::XSlideShow > *) SAL_THROW(());
      60             : 
      61             : #endif

Generated by: LCOV version 1.10