19 #ifndef INCLUDED_CPPUHELPER_COMPONENT_HXX
20 #define INCLUDED_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();
C++ class representing an IDL meta type.
Definition: Type.h:55
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:40
inline::com::sun::star::uno::Any queryInterface(const ::com::sun::star::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Deprecated.
Definition: component.hxx:45
A mutual exclusion synchronization object.
Definition: mutex.hxx:32
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:423
#define SAL_THROW(exc)
Definition of function throw clause macros.
Definition: types.h:358