19 #ifndef _CPPUHELPER_COMPONENT_HXX_
20 #define _CPPUHELPER_COMPONENT_HXX_
28 #include <com/sun/star/lang/XComponent.hpp>
29 #include <com/sun/star/lang/XEventListener.hpp>
47 ,
public ::com::sun::star::lang::XTypeProvider
48 ,
public ::com::sun::star::lang::XComponent
65 throw (::com::sun::star::uno::RuntimeException);
66 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
68 throw (::com::sun::star::uno::RuntimeException);
69 virtual void SAL_CALL acquire()
71 virtual void SAL_CALL release()
77 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
78 throw(::com::sun::star::uno::RuntimeException) = 0;
82 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
83 throw (::com::sun::star::uno::RuntimeException);
86 virtual void SAL_CALL dispose()
87 throw(::com::sun::star::uno::RuntimeException);
88 virtual void SAL_CALL addEventListener(
89 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener )
90 throw(::com::sun::star::uno::RuntimeException);
91 virtual void SAL_CALL removeEventListener(
92 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener )
93 throw(::com::sun::star::uno::RuntimeException);
98 virtual void SAL_CALL disposing();