19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE10_HXX
20 #define INCLUDED_CPPUHELPER_IMPLBASE10_HXX
35 type_entry m_typeEntries[ 10 + 1 ];
38 template<
typename Ifc1,
typename Ifc2,
typename Ifc3,
typename Ifc4,
typename Ifc5,
typename Ifc6,
typename Ifc7,
typename Ifc8,
typename Ifc9,
typename Ifc10,
typename Impl >
41 class_data* operator ()()
43 static class_data10 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(css::lang::XTypeProvider)
61 return reinterpret_cast< class_data *
>(&s_cd);
75 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10 >
77 :
public css::lang::XTypeProvider
78 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10
80 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, ImplHelper10<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10> > > {};
83 {
return ImplHelper_query( rType, cd::get(),
this ); }
85 {
return ImplHelper_getTypes( cd::get() ); }
87 {
return ImplHelper_getImplementationId( cd::get() ); }
89 #if !defined _MSC_VER // public -> protected changes mangled names there
91 #elif defined __clang__
92 #pragma clang diagnostic push
93 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
96 #if defined _MSC_VER && defined __clang__
97 #pragma clang diagnostic pop
108 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10 >
111 ,
public css::lang::XTypeProvider
112 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10
114 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, WeakImplHelper10<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10> > > {};
117 {
return WeakImplHelper_query( rType, cd::get(),
this,
static_cast<OWeakObject *
>(
this) ); }
123 {
return WeakImplHelper_getTypes( cd::get() ); }
125 {
return ImplHelper_getImplementationId( cd::get() ); }
140 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10 >
143 ,
public css::lang::XTypeProvider
144 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10
146 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, WeakAggImplHelper10<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10> > > {};
151 {
return WeakAggImplHelper_queryAgg( rType, cd::get(),
this,
static_cast<OWeakAggObject *
>(
this) ); }
157 {
return WeakAggImplHelper_getTypes( cd::get() ); }
159 {
return ImplHelper_getImplementationId( cd::get() ); }
177 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10 >
180 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10
182 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, ImplInheritanceHelper10<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10> > > {};
184 template<
typename T1 >
186 template<
typename T1,
typename T2 >
188 BaseClass(arg1, arg2) {}
189 template<
typename T1,
typename T2,
typename T3 >
191 T1
const & arg1, T2
const & arg2, T3
const & arg3):
192 BaseClass(arg1, arg2, arg3) {}
193 template<
typename T1,
typename T2,
typename T3,
typename T4 >
195 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
196 BaseClass(arg1, arg2, arg3, arg4) {}
198 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
200 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
202 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
204 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
207 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
208 T5
const & arg5, T6
const & arg6):
209 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
214 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
220 { BaseClass::acquire(); }
222 { BaseClass::release(); }
224 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
226 {
return ImplHelper_getImplementationId( cd::get() ); }
245 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7,
class Ifc8,
class Ifc9,
class Ifc10 >
248 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10
250 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, AggImplInheritanceHelper10<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10> > > {};
252 template<
typename T1 >
254 template<
typename T1,
typename T2 >
256 BaseClass(arg1, arg2) {}
257 template<
typename T1,
typename T2,
typename T3 >
259 T1
const & arg1, T2
const & arg2, T3
const & arg3):
260 BaseClass(arg1, arg2, arg3) {}
261 template<
typename T1,
typename T2,
typename T3,
typename T4 >
263 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
264 BaseClass(arg1, arg2, arg3, arg4) {}
266 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
268 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
270 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
272 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
275 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
276 T5
const & arg5, T6
const & arg6):
277 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
284 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
287 return BaseClass::queryAggregation( rType );
290 { BaseClass::acquire(); }
292 { BaseClass::release(); }
294 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
296 {
return ImplHelper_getImplementationId( cd::get() ); }