3 #ifndef INCLUDED_CPPUHELPER_COMPONENT_HXX
4 #define INCLUDED_CPPUHELPER_COMPONENT_HXX
9 #include "com/sun/star/lang/XComponent.hpp"
10 #include "com/sun/star/lang/XTypeProvider.hpp"
14 namespace osl {
class Mutex; }
30 ,
public css::lang::XTypeProvider
31 ,
public css::lang::XComponent
48 virtual css::uno::Any SAL_CALL queryAggregation(
50 virtual void SAL_CALL acquire()
52 virtual void SAL_CALL release()
58 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
SAL_OVERRIDE = 0;
62 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
SAL_OVERRIDE;
66 virtual void SAL_CALL addEventListener(
67 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
68 virtual void SAL_CALL removeEventListener(
69 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
74 virtual void SAL_CALL disposing();
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:25
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:12
Deprecated.
Definition: component.hxx:28
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:23
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition: types.h:396
A mutual exclusion synchronization object.
Definition: mutex.hxx:15
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:371
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:419
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:358