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

          Line data    Source code
       1             : #ifndef INCLUDED_COM_SUN_STAR_AWT_XWINDOW_HDL
       2             : #define INCLUDED_COM_SUN_STAR_AWT_XWINDOW_HDL
       3             : 
       4             : #include "sal/config.h"
       5             : 
       6             : #include "com/sun/star/uno/RuntimeException.hdl"
       7             : namespace com { namespace sun { namespace star { namespace awt { class XMouseListener; } } } }
       8             : namespace com { namespace sun { namespace star { namespace awt { class XMouseMotionListener; } } } }
       9             : namespace com { namespace sun { namespace star { namespace awt { class XKeyListener; } } } }
      10             : namespace com { namespace sun { namespace star { namespace awt { class XPaintListener; } } } }
      11             : namespace com { namespace sun { namespace star { namespace awt { class XFocusListener; } } } }
      12             : namespace com { namespace sun { namespace star { namespace awt { class XWindowListener; } } } }
      13             : #include "com/sun/star/awt/Rectangle.hdl"
      14             : #include "com/sun/star/lang/XComponent.hdl"
      15             : #include "com/sun/star/uno/Reference.h"
      16             : #include "cppu/macros.hxx"
      17             : #include "sal/types.h"
      18             : 
      19             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      20             : 
      21             : namespace com { namespace sun { namespace star { namespace awt {
      22             : 
      23        8249 : class SAL_NO_VTABLE XWindow : public css::lang::XComponent
      24             : {
      25             : public:
      26             : 
      27             :     // Methods
      28             :     virtual void SAL_CALL setPosSize( ::sal_Int32 X, ::sal_Int32 Y, ::sal_Int32 Width, ::sal_Int32 Height, ::sal_Int16 Flags ) = 0;
      29             :     virtual css::awt::Rectangle SAL_CALL getPosSize() = 0;
      30             :     virtual void SAL_CALL setVisible( ::sal_Bool Visible ) = 0;
      31             :     virtual void SAL_CALL setEnable( ::sal_Bool Enable ) = 0;
      32             :     virtual void SAL_CALL setFocus() = 0;
      33             :     virtual void SAL_CALL addWindowListener( const ::com::sun::star::uno::Reference< css::awt::XWindowListener >& xListener ) = 0;
      34             :     virtual void SAL_CALL removeWindowListener( const ::com::sun::star::uno::Reference< css::awt::XWindowListener >& xListener ) = 0;
      35             :     virtual void SAL_CALL addFocusListener( const ::com::sun::star::uno::Reference< css::awt::XFocusListener >& xListener ) = 0;
      36             :     virtual void SAL_CALL removeFocusListener( const ::com::sun::star::uno::Reference< css::awt::XFocusListener >& xListener ) = 0;
      37             :     virtual void SAL_CALL addKeyListener( const ::com::sun::star::uno::Reference< css::awt::XKeyListener >& xListener ) = 0;
      38             :     virtual void SAL_CALL removeKeyListener( const ::com::sun::star::uno::Reference< css::awt::XKeyListener >& xListener ) = 0;
      39             :     virtual void SAL_CALL addMouseListener( const ::com::sun::star::uno::Reference< css::awt::XMouseListener >& xListener ) = 0;
      40             :     virtual void SAL_CALL removeMouseListener( const ::com::sun::star::uno::Reference< css::awt::XMouseListener >& xListener ) = 0;
      41             :     virtual void SAL_CALL addMouseMotionListener( const ::com::sun::star::uno::Reference< css::awt::XMouseMotionListener >& xListener ) = 0;
      42             :     virtual void SAL_CALL removeMouseMotionListener( const ::com::sun::star::uno::Reference< css::awt::XMouseMotionListener >& xListener ) = 0;
      43             :     virtual void SAL_CALL addPaintListener( const ::com::sun::star::uno::Reference< css::awt::XPaintListener >& xListener ) = 0;
      44             :     virtual void SAL_CALL removePaintListener( const ::com::sun::star::uno::Reference< css::awt::XPaintListener >& xListener ) = 0;
      45             : 
      46             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      47             : 
      48             : protected:
      49        1327 :     ~XWindow() throw () {} // avoid warnings about virtual members and non-virtual dtor
      50             : };
      51             : 
      52             : 
      53             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::awt::XWindow const *);
      54             : } } } }
      55             : 
      56             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::awt::XWindow > *) SAL_THROW(());
      57             : 
      58             : #endif

Generated by: LCOV version 1.10