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 : namespace com { namespace sun { namespace star { namespace awt { class XFocusListener; } } } }
7 : namespace com { namespace sun { namespace star { namespace awt { class XKeyHandler; } } } }
8 : namespace com { namespace sun { namespace star { namespace awt { class XTopWindow; } } } }
9 : namespace com { namespace sun { namespace star { namespace awt { class XTopWindowListener; } } } }
10 : #include "com/sun/star/lang/IndexOutOfBoundsException.hdl"
11 : #include "com/sun/star/uno/RuntimeException.hdl"
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 17745 : 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() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
27 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual ::com::sun::star::uno::Reference< css::awt::XTopWindow > SAL_CALL getTopWindow( ::sal_Int32 nIndex ) /* throw (css::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException) */ = 0;
28 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual ::com::sun::star::uno::Reference< css::awt::XTopWindow > SAL_CALL getActiveTopWindow() /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
29 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL addTopWindowListener( const ::com::sun::star::uno::Reference< css::awt::XTopWindowListener >& xListener ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
30 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL removeTopWindowListener( const ::com::sun::star::uno::Reference< css::awt::XTopWindowListener >& xListener ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
31 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL addKeyHandler( const ::com::sun::star::uno::Reference< css::awt::XKeyHandler >& xHandler ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
32 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL removeKeyHandler( const ::com::sun::star::uno::Reference< css::awt::XKeyHandler >& xHandler ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
33 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL addFocusListener( const ::com::sun::star::uno::Reference< css::awt::XFocusListener >& xListener ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
34 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL removeFocusListener( const ::com::sun::star::uno::Reference< css::awt::XFocusListener >& xListener ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
35 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL fireFocusGained( const ::com::sun::star::uno::Reference< css::uno::XInterface >& source ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
36 : SAL_DEPRECATED_INTERNAL("marked @deprecated in UNOIDL") virtual void SAL_CALL fireFocusLost( const ::com::sun::star::uno::Reference< css::uno::XInterface >& source ) /* throw (::com::sun::star::uno::RuntimeException) */ = 0;
37 :
38 : static inline ::com::sun::star::uno::Type const & SAL_CALL static_type(void * = 0);
39 :
40 : protected:
41 17736 : ~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
|