23 #ifndef INCLUDED_CPPUHELPER_COMPONENT_HXX 24 #define INCLUDED_CPPUHELPER_COMPONENT_HXX 29 #include "com/sun/star/lang/XComponent.hpp" 30 #include "com/sun/star/lang/XTypeProvider.hpp" 34 namespace osl {
class Mutex; }
50 ,
public css::lang::XTypeProvider
51 ,
public css::lang::XComponent
68 virtual css::uno::Any SAL_CALL queryAggregation(
70 virtual void SAL_CALL acquire()
72 virtual void SAL_CALL release()
78 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
SAL_OVERRIDE = 0;
82 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
SAL_OVERRIDE;
86 virtual void SAL_CALL addEventListener(
87 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
88 virtual void SAL_CALL removeEventListener(
89 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
94 virtual void SAL_CALL disposing();
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:43
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:391
Definition: condition.hxx:31
Deprecated.
Definition: component.hxx:48
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:378
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:45
A mutual exclusion synchronization object.
Definition: mutex.hxx:35
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition: types.h:416
Definition: Enterable.hxx:30
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:32
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:439