19 #ifndef INCLUDED_CPPUHELPER_COMPONENT_HXX 20 #define INCLUDED_CPPUHELPER_COMPONENT_HXX 25 #include "com/sun/star/lang/XComponent.hpp" 26 #include "com/sun/star/lang/XTypeProvider.hpp" 30 namespace osl {
class Mutex; }
46 ,
public css::lang::XTypeProvider
47 ,
public css::lang::XComponent
64 virtual css::uno::Any SAL_CALL queryAggregation(
66 virtual void SAL_CALL acquire()
68 virtual void SAL_CALL release()
74 virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId()
SAL_OVERRIDE = 0;
78 virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes()
SAL_OVERRIDE;
82 virtual void SAL_CALL addEventListener(
83 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
84 virtual void SAL_CALL removeEventListener(
85 const css::uno::Reference< css::lang::XEventListener >& aListener )
SAL_OVERRIDE;
90 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:39
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:409
Definition: condition.hxx:28
Deprecated.
Definition: component.hxx:44
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition: types.h:396
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
A mutual exclusion synchronization object.
Definition: mutex.hxx:31
Definition: Enterable.hxx:26
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:436