23 #ifndef INCLUDED_CPPUHELPER_COMPBASE_EX_HXX 24 #define INCLUDED_CPPUHELPER_COMPBASE_EX_HXX 27 #include "com/sun/star/lang/XComponent.hpp" 34 namespace osl {
class Mutex; }
35 namespace cppu {
struct class_data; }
45 ,
public css::lang::XComponent
54 virtual void SAL_CALL disposing();
60 WeakComponentImplHelperBase( ::
osl::Mutex & rMutex );
67 static
void * SAL_CALL operator new(
size_t nSize )
69 static void SAL_CALL
operator delete(
void * pMem )
71 static void * SAL_CALL
operator new( size_t,
void * pMem )
73 static void SAL_CALL
operator delete(
void *,
void * )
78 virtual void SAL_CALL acquire()
80 virtual
void SAL_CALL release()
83 virtual
void SAL_CALL addEventListener(
85 virtual
void SAL_CALL removeEventListener(
93 : public ::
cppu::OWeakAggObject
94 , public
css::lang::XComponent
101 virtual void SAL_CALL disposing();
103 WeakAggComponentImplHelperBase( ::
osl::Mutex & rMutex );
108 static
void * SAL_CALL operator new(
size_t nSize )
110 static void SAL_CALL
operator delete(
void * pMem )
112 static void * SAL_CALL
operator new( size_t,
void * pMem )
114 static void SAL_CALL
operator delete(
void *,
void * )
119 virtual css::uno::Any SAL_CALL queryAggregation(
121 virtual void SAL_CALL acquire()
123 virtual
void SAL_CALL release()
126 virtual
void SAL_CALL addEventListener(
128 virtual
void SAL_CALL removeEventListener(
135 css::uno::Type const & rType,
138 ::
cppu::WeakComponentImplHelperBase * pBase );
147 css::uno::Type const & rType,
150 ::
cppu::WeakAggComponentImplHelperBase * pBase );
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
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:294
Definition: condition.hxx:31
SAL_DLLPUBLIC void * rtl_allocateMemory(sal_Size Bytes) SAL_THROW_EXTERN_C()
Allocate memory.
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
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:47
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:32
SAL_DLLPUBLIC void rtl_freeMemory(void *Ptr) SAL_THROW_EXTERN_C()
Free memory.
This struct contains the standard variables of a broadcaster.
Definition: interfacecontainer.h:439