3 #ifndef INCLUDED_CPPUHELPER_COMPBASE2_HXX
4 #define INCLUDED_CPPUHELPER_COMPBASE2_HXX
26 template<
class Ifc1,
class Ifc2 >
28 :
public WeakComponentImplHelperBase
29 ,
public css::lang::XTypeProvider
30 ,
public Ifc1,
public Ifc2
32 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakComponentImplHelper2<Ifc1, Ifc2> > > {};
35 : WeakComponentImplHelperBase( rMutex )
38 {
return WeakComponentImplHelper_query( rType, cd::get(),
this, static_cast<WeakComponentImplHelperBase *>(
this) ); }
40 { WeakComponentImplHelperBase::acquire(); }
42 { WeakComponentImplHelperBase::release(); }
44 { WeakComponentImplHelperBase::dispose(); }
46 { WeakComponentImplHelperBase::addEventListener(xListener); }
48 { WeakComponentImplHelperBase::removeEventListener(xListener); }
50 {
return WeakComponentImplHelper_getTypes( cd::get() ); }
52 {
return ImplHelper_getImplementationId( cd::get() ); }
64 template<
class Ifc1,
class Ifc2 >
66 :
public WeakComponentImplHelperBase
67 ,
public css::lang::XTypeProvider
68 ,
public Ifc1,
public Ifc2
70 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, PartialWeakComponentImplHelper2<Ifc1, Ifc2> > > {};
73 : WeakComponentImplHelperBase( rMutex )
76 {
return WeakComponentImplHelper_query( rType, cd::get(),
this, static_cast<WeakComponentImplHelperBase *>(
this) ); }
78 { WeakComponentImplHelperBase::acquire(); }
80 { WeakComponentImplHelperBase::release(); }
82 {
return WeakComponentImplHelper_getTypes( cd::get() ); }
84 {
return ImplHelper_getImplementationId( cd::get() ); }
105 template<
class Ifc1,
class Ifc2 >
107 :
public WeakAggComponentImplHelperBase
108 ,
public css::lang::XTypeProvider
109 ,
public Ifc1,
public Ifc2
111 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakAggComponentImplHelper2<Ifc1, Ifc2> > > {};
114 : WeakAggComponentImplHelperBase( rMutex )
119 {
return WeakAggComponentImplHelper_queryAgg( rType, cd::get(),
this, static_cast<WeakAggComponentImplHelperBase *>(
this) ); }
121 { WeakAggComponentImplHelperBase::acquire(); }
123 { WeakAggComponentImplHelperBase::release(); }
125 {
return WeakAggComponentImplHelper_getTypes( cd::get() ); }
127 {
return ImplHelper_getImplementationId( cd::get() ); }
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase2.hxx:120
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase2.hxx:75
Same as WeakComponentImplHelper2, except doesn't implement addEventListener, removeEventListener and ...
Definition: compbase2.hxx:65
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: compbase2.hxx:83
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase2.hxx:122
virtual void dispose() SAL_OVERRIDE
Definition: compbase2.hxx:43
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase2.hxx:41
virtual void addEventListener(const css::uno::Reference< css::lang::XEventListener > &xListener) SAL_OVERRIDE
Definition: compbase2.hxx:45
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: compbase2.hxx:81
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase2.hxx:118
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: compbase2.hxx:51
Implementation helper supporting css::lang::XTypeProvider and css::lang::XComponent.
Definition: compbase2.hxx:106
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase2.hxx:39
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase2.hxx:77
PartialWeakComponentImplHelper2(::osl::Mutex &rMutex) SAL_NOEXCEPT
Definition: compbase2.hxx:72
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:528
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: compbase2.hxx:49
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase2.hxx:79
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:23
WeakAggComponentImplHelper2(::osl::Mutex &rMutex) SAL_NOEXCEPT
Definition: compbase2.hxx:113
Implementation helper supporting css::lang::XTypeProvider and css::lang::XComponent.
Definition: compbase2.hxx:27
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition: types.h:396
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase2.hxx:37
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:274
A mutual exclusion synchronization object.
Definition: mutex.hxx:15
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:371
WeakComponentImplHelper2(::osl::Mutex &rMutex) SAL_NOEXCEPT
Definition: compbase2.hxx:34
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: compbase2.hxx:124
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase2.hxx:116
virtual void removeEventListener(const css::uno::Reference< css::lang::XEventListener > &xListener) SAL_OVERRIDE
Definition: compbase2.hxx:47
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: compbase2.hxx:126