19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE12_HXX
20 #define INCLUDED_CPPUHELPER_IMPLBASE12_HXX
35 type_entry m_typeEntries[ 12 + 1 ];
38 template<
typename Ifc1,
typename Ifc2,
typename Ifc3,
typename Ifc4,
typename Ifc5,
typename Ifc6,
typename Ifc7,
typename Ifc8,
typename Ifc9,
typename Ifc10,
typename Ifc11,
typename Ifc12,
typename Impl >
41 class_data* operator ()()
43 static class_data12 s_cd =
46 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
48 CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
49 CPPUHELPER_DETAIL_TYPEENTRY(Ifc2),
50 CPPUHELPER_DETAIL_TYPEENTRY(Ifc3),
51 CPPUHELPER_DETAIL_TYPEENTRY(Ifc4),
52 CPPUHELPER_DETAIL_TYPEENTRY(Ifc5),
53 CPPUHELPER_DETAIL_TYPEENTRY(Ifc6),
54 CPPUHELPER_DETAIL_TYPEENTRY(Ifc7),
55 CPPUHELPER_DETAIL_TYPEENTRY(Ifc8),
56 CPPUHELPER_DETAIL_TYPEENTRY(Ifc9),
57 CPPUHELPER_DETAIL_TYPEENTRY(Ifc10),
58 CPPUHELPER_DETAIL_TYPEENTRY(Ifc11),
59 CPPUHELPER_DETAIL_TYPEENTRY(Ifc12),
60 CPPUHELPER_DETAIL_TYPEENTRY(css::lang::XTypeProvider)
63 return reinterpret_cast< class_data *
>(&s_cd);
77 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11,
class Ifc12 >
79 :
public css::lang::XTypeProvider
80 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12
82 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, ImplHelper12<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12> > > {};
85 {
return ImplHelper_query( rType, cd::get(),
this ); }
87 {
return ImplHelper_getTypes( cd::get() ); }
89 {
return ImplHelper_getImplementationId( cd::get() ); }
91 #if !defined _MSC_VER // public -> protected changes mangled names there
93 #elif defined __clang__
94 #pragma clang diagnostic push
95 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
98 #if defined _MSC_VER && defined __clang__
99 #pragma clang diagnostic pop
110 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11,
class Ifc12 >
113 ,
public css::lang::XTypeProvider
114 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12
116 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, WeakImplHelper12<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12> > > {};
119 {
return WeakImplHelper_query( rType, cd::get(),
this,
static_cast<OWeakObject *
>(
this) ); }
125 {
return WeakImplHelper_getTypes( cd::get() ); }
127 {
return ImplHelper_getImplementationId( cd::get() ); }
142 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11,
class Ifc12 >
145 ,
public css::lang::XTypeProvider
146 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12
148 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, WeakAggImplHelper12<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12> > > {};
153 {
return WeakAggImplHelper_queryAgg( rType, cd::get(),
this,
static_cast<OWeakAggObject *
>(
this) ); }
159 {
return WeakAggImplHelper_getTypes( cd::get() ); }
161 {
return ImplHelper_getImplementationId( cd::get() ); }
179 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11,
class Ifc12 >
182 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12
184 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, ImplInheritanceHelper12<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12> > > {};
186 template<
typename T1 >
188 template<
typename T1,
typename T2 >
190 BaseClass(arg1, arg2) {}
191 template<
typename T1,
typename T2,
typename T3 >
193 T1
const & arg1, T2
const & arg2, T3
const & arg3):
194 BaseClass(arg1, arg2, arg3) {}
195 template<
typename T1,
typename T2,
typename T3,
typename T4 >
197 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
198 BaseClass(arg1, arg2, arg3, arg4) {}
200 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
202 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
204 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
206 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
209 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
210 T5
const & arg5, T6
const & arg6):
211 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
216 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
222 { BaseClass::acquire(); }
224 { BaseClass::release(); }
226 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
228 {
return ImplHelper_getImplementationId( cd::get() ); }
247 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10,
class Ifc11,
class Ifc12 >
250 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12
252 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, AggImplInheritanceHelper12<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12> > > {};
254 template<
typename T1 >
256 template<
typename T1,
typename T2 >
258 BaseClass(arg1, arg2) {}
259 template<
typename T1,
typename T2,
typename T3 >
261 T1
const & arg1, T2
const & arg2, T3
const & arg3):
262 BaseClass(arg1, arg2, arg3) {}
263 template<
typename T1,
typename T2,
typename T3,
typename T4 >
265 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
266 BaseClass(arg1, arg2, arg3, arg4) {}
268 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
270 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
272 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
274 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
277 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
278 T5
const & arg5, T6
const & arg6):
279 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
286 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
289 return BaseClass::queryAggregation( rType );
292 { BaseClass::acquire(); }
294 { BaseClass::release(); }
296 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
298 {
return ImplHelper_getImplementationId( cd::get() ); }