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 >
39 struct ImplClassData10
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> > > {};
82 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 83 {
return ImplHelper_query( rType, cd::get(),
this ); }
84 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 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> > > {};
116 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 117 {
return WeakImplHelper_query( rType, cd::get(),
this, static_cast<OWeakObject *>(
this) ); }
122 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 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> > > {};
148 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 151 {
return WeakAggImplHelper_queryAgg( rType, cd::get(),
this, static_cast<OWeakAggObject *>(
this) ); }
156 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 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() ); }
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:423
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase10.hxx:124
virtual void release() SAL_OVERRIDE
decreasing m_refCount
Definition: implbase10.hxx:120
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:335
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInt...
Definition: implbase10.hxx:76
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase10.hxx:122
ImplInheritanceHelper10(T1 const &arg1)
Definition: implbase10.hxx:185
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase10.hxx:84
virtual void release() SAL_OVERRIDE
Definition: implbase10.hxx:221
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase10.hxx:109
AggImplInheritanceHelper10()
Definition: implbase10.hxx:279
signed char sal_Int8
Definition: types.h:53
AggImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase10.hxx:262
ImplInheritanceHelper10(T1 const &arg1, T2 const &arg2)
Definition: implbase10.hxx:187
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase10.hxx:282
virtual css::uno::Any queryInterface(const css::uno::Type &rType) SAL_OVERRIDE
If a delegator is set, then the delegator is queried for the demanded interface.
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase10.hxx:212
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase10.hxx:141
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase10.hxx:86
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
Definition: implbase10.hxx:118
virtual void acquire() SAL_OVERRIDE
Definition: implbase10.hxx:289
AggImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase10.hxx:274
AggImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase10.hxx:267
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase10.hxx:293
virtual void release() SAL_OVERRIDE
Definition: implbase10.hxx:291
unsigned char sal_Bool
Definition: types.h:48
AggImplInheritanceHelper10(T1 const &arg1)
Definition: implbase10.hxx:253
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
ImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase10.hxx:190
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
If a delegator is set, then the delegator is queried for the demanded interface.
Definition: implbase10.hxx:148
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase10.hxx:178
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase10.hxx:295
Definition: Enterable.hxx:26
Base class to implement an UNO object supporting weak references, i.e.
Definition: weak.hxx:43
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
Definition: implbase10.hxx:154
virtual void acquire() SAL_OVERRIDE
Definition: implbase10.hxx:219
ImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase10.hxx:194
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Called by the delegator or queryInterface.
Definition: implbase10.hxx:150
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase10.hxx:246
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase10.hxx:280
AggImplInheritanceHelper10(T1 const &arg1, T2 const &arg2)
Definition: implbase10.hxx:255
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Definition: implbase10.hxx:152
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Basic queryInterface() implementation supporting com::sun::star::uno::XWeak and com::sun::star::uno::...
Definition: implbase10.hxx:116
AggImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase10.hxx:258
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:546
ImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase10.hxx:206
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase10.hxx:82
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase10.hxx:223
~ImplHelper10()
Definition: implbase10.hxx:95
ImplInheritanceHelper10()
Definition: implbase10.hxx:211
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase10.hxx:156
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase10.hxx:158
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase10.hxx:225
virtual void release() SAL_OVERRIDE
decreasing m_refCount
ImplInheritanceHelper10(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase10.hxx:199
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41