3 #ifndef INCLUDED_CPPUHELPER_COMPBASE11_HXX
4 #define INCLUDED_CPPUHELPER_COMPBASE11_HXX
26 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11 >
28 :
public WeakComponentImplHelperBase
29 ,
public css::lang::XTypeProvider
30 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11
32 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData11< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, WeakComponentImplHelper11<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11> > > {};
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,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11 >
66 :
public WeakComponentImplHelperBase
67 ,
public css::lang::XTypeProvider
68 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11
70 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData11< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, PartialWeakComponentImplHelper11<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11> > > {};
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() ); }
104 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11 >
106 :
public WeakAggComponentImplHelperBase
107 ,
public css::lang::XTypeProvider
108 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11
110 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData11< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, WeakAggComponentImplHelper11<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11> > > {};
113 : WeakAggComponentImplHelperBase( rMutex )
118 {
return WeakAggComponentImplHelper_queryAgg( rType, cd::get(),
this, static_cast<WeakAggComponentImplHelperBase *>(
this) ); }
120 { WeakAggComponentImplHelperBase::acquire(); }
122 { WeakAggComponentImplHelperBase::release(); }
124 {
return WeakAggComponentImplHelper_getTypes( cd::get() ); }
126 {
return ImplHelper_getImplementationId( cd::get() ); }
virtual void dispose() SAL_OVERRIDE
Definition: compbase11.hxx:43
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase11.hxx:115
PartialWeakComponentImplHelper11(::osl::Mutex &rMutex) SAL_NOEXCEPT
Definition: compbase11.hxx:72
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: compbase11.hxx:51
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase11.hxx:121
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase11.hxx:79
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase11.hxx:39
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase11.hxx:41
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: compbase11.hxx:81
WeakAggComponentImplHelper11(::osl::Mutex &rMutex) SAL_NOEXCEPT
Definition: compbase11.hxx:112
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase11.hxx:37
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: compbase11.hxx:125
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: compbase11.hxx:49
virtual void addEventListener(const css::uno::Reference< css::lang::XEventListener > &xListener) SAL_OVERRIDE
Definition: compbase11.hxx:45
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:528
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase11.hxx:119
virtual void removeEventListener(const css::uno::Reference< css::lang::XEventListener > &xListener) SAL_OVERRIDE
Definition: compbase11.hxx:47
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:23
Implementation helper supporting css::lang::XTypeProvider and css::lang::XComponent.
Definition: compbase11.hxx:27
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition: types.h:396
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition: compbase11.hxx:77
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:274
Same as WeakComponentImplHelper11, except doesn't implement addEventListener, removeEventListener and...
Definition: compbase11.hxx:65
A mutual exclusion synchronization object.
Definition: mutex.hxx:15
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase11.hxx:117
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: compbase11.hxx:123
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:371
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: compbase11.hxx:75
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: compbase11.hxx:83
WeakComponentImplHelper11(::osl::Mutex &rMutex) SAL_NOEXCEPT
Definition: compbase11.hxx:34
Implementation helper supporting css::lang::XTypeProvider and css::lang::XComponent.
Definition: compbase11.hxx:105