28 #ifndef _CPPUHELPER_COMPONENT_HXX_
29 #define _CPPUHELPER_COMPONENT_HXX_
37 #include <com/sun/star/lang/XComponent.hpp>
38 #include <com/sun/star/lang/XEventListener.hpp>
56 ,
public ::com::sun::star::lang::XTypeProvider
57 ,
public ::com::sun::star::lang::XComponent
74 throw (::com::sun::star::uno::RuntimeException);
75 virtual ::com::sun::star::uno::Any SAL_CALL queryAggregation(
77 throw (::com::sun::star::uno::RuntimeException);
78 virtual void SAL_CALL acquire()
80 virtual void SAL_CALL release()
86 virtual ::com::sun::star::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
87 throw(::com::sun::star::uno::RuntimeException) = 0;
91 virtual ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Type > SAL_CALL getTypes()
92 throw (::com::sun::star::uno::RuntimeException);
95 virtual void SAL_CALL dispose()
96 throw(::com::sun::star::uno::RuntimeException);
97 virtual void SAL_CALL addEventListener(
98 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener )
99 throw(::com::sun::star::uno::RuntimeException);
100 virtual void SAL_CALL removeEventListener(
101 const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener )
102 throw(::com::sun::star::uno::RuntimeException);
107 virtual void SAL_CALL disposing();