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"
50 ,
public css::lang::XTypeProvider
51 ,
public css::lang::XComponent
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition types.h:434
#define SAL_DELETED_FUNCTION
short-circuit extra-verbose API namespaces
Definition types.h:396
#define SAL_OVERRIDE
C++11 "override" feature.
Definition types.h:409
signed char sal_Int8
Definition types.h:43
#define CPPUHELPER_DLLPUBLIC
Definition cppuhelperdllapi.h:32
Definition condition.hxx:31
Definition Enterable.hxx:31
OBroadcastHelperVar< OMultiTypeInterfaceContainerHelper, OMultiTypeInterfaceContainerHelper::keyType > OBroadcastHelper
Definition interfacecontainer.h:608
A mutual exclusion synchronization object.
Definition mutex.hxx:35
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
If a delegator is set, then the delegator is queried for the demanded interface.
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
virtual void dispose() SAL_OVERRIDE
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Called by the delegator or queryInterface.
virtual void addEventListener(const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
OComponentHelper(::osl::Mutex &rMutex)
Constructor.
virtual void disposing()
Called in dispose method after the listeners were notified.
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE=0
virtual void removeEventListener(const css::uno::Reference< css::lang::XEventListener > &aListener) SAL_OVERRIDE
virtual ~OComponentHelper() SAL_OVERRIDE
Destructor.
Base class to implement a UNO object supporting weak references, i.e.
Definition weakagg.hxx:48