LCOV - code coverage report
Current view: top level - libreoffice/solver/unxlngi6.pro/inc/offapi/com/sun/star/awt - XExtendedToolkit.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_XEXTENDEDTOOLKIT_HDL
       2             : #define INCLUDED_COM_SUN_STAR_AWT_XEXTENDEDTOOLKIT_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 XFocusListener; } } } }
       8             : namespace com { namespace sun { namespace star { namespace awt { class XKeyHandler; } } } }
       9             : namespace com { namespace sun { namespace star { namespace awt { class XTopWindowListener; } } } }
      10             : #include "com/sun/star/lang/IndexOutOfBoundsException.hdl"
      11             : namespace com { namespace sun { namespace star { namespace awt { class XTopWindow; } } } }
      12             : #include "com/sun/star/uno/XInterface.hdl"
      13             : #include "com/sun/star/uno/Reference.h"
      14             : #include "cppu/macros.hxx"
      15             : #include "sal/types.h"
      16             : 
      17             : namespace com { namespace sun { namespace star { namespace uno { class Type; } } } }
      18             : 
      19             : namespace com { namespace sun { namespace star { namespace awt {
      20             : 
      21        7007 : class SAL_NO_VTABLE XExtendedToolkit : public css::uno::XInterface
      22             : {
      23             : public:
      24             : 
      25             :     // Methods
      26             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual ::sal_Int32 SAL_CALL getTopWindowCount() = 0;
      27             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual ::com::sun::star::uno::Reference< css::awt::XTopWindow > SAL_CALL getTopWindow( ::sal_Int32 nIndex ) = 0;
      28             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual ::com::sun::star::uno::Reference< css::awt::XTopWindow > SAL_CALL getActiveTopWindow() = 0;
      29             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL addTopWindowListener( const ::com::sun::star::uno::Reference< css::awt::XTopWindowListener >& xListener ) = 0;
      30             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL removeTopWindowListener( const ::com::sun::star::uno::Reference< css::awt::XTopWindowListener >& xListener ) = 0;
      31             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL addKeyHandler( const ::com::sun::star::uno::Reference< css::awt::XKeyHandler >& xHandler ) = 0;
      32             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL removeKeyHandler( const ::com::sun::star::uno::Reference< css::awt::XKeyHandler >& xHandler ) = 0;
      33             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL addFocusListener( const ::com::sun::star::uno::Reference< css::awt::XFocusListener >& xListener ) = 0;
      34             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL removeFocusListener( const ::com::sun::star::uno::Reference< css::awt::XFocusListener >& xListener ) = 0;
      35             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL fireFocusGained( const ::com::sun::star::uno::Reference< css::uno::XInterface >& source ) = 0;
      36             :     SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL fireFocusLost( const ::com::sun::star::uno::Reference< css::uno::XInterface >& source ) = 0;
      37             : 
      38             :     static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
      39             : 
      40             : protected:
      41        6585 :     ~XExtendedToolkit() throw () {} // avoid warnings about virtual members and non-virtual dtor
      42             : };
      43             : 
      44             : 
      45             : inline ::com::sun::star::uno::Type const & cppu_detail_getUnoType(SAL_UNUSED_PARAMETER css::awt::XExtendedToolkit const *);
      46             : } } } }
      47             : 
      48             : inline ::com::sun::star::uno::Type const & SAL_CALL getCppuType(const ::com::sun::star::uno::Reference< css::awt::XExtendedToolkit > *) SAL_THROW(());
      49             : 
      50             : #endif

Generated by: LCOV version 1.10