19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE13_HXX
20 #define INCLUDED_CPPUHELPER_IMPLBASE13_HXX
35 type_entry m_typeEntries[ 13 + 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 Ifc13,
typename Impl >
39 struct ImplClassData13
41 class_data* operator ()()
43 static class_data13 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(Ifc13),
61 CPPUHELPER_DETAIL_TYPEENTRY(css::lang::XTypeProvider)
64 return reinterpret_cast< class_data *
>(&s_cd);
78 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,
class Ifc13 >
80 :
public css::lang::XTypeProvider
81 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12,
public Ifc13
83 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData13< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13, ImplHelper13<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13> > > {};
85 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE
86 {
return ImplHelper_query( rType, cd::get(),
this ); }
87 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE
88 {
return ImplHelper_getTypes( cd::get() ); }
90 {
return ImplHelper_getImplementationId( cd::get() ); }
92 #if !defined _MSC_VER // public -> protected changes mangled names there
94 #elif defined __clang__
95 #pragma clang diagnostic push
96 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
99 #if defined _MSC_VER && defined __clang__
100 #pragma clang diagnostic pop
111 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,
class Ifc13 >
114 ,
public css::lang::XTypeProvider
115 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12,
public Ifc13
117 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData13< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13, WeakImplHelper13<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13> > > {};
119 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE
120 {
return WeakImplHelper_query( rType, cd::get(),
this, static_cast<OWeakObject *>(
this) ); }
125 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE
126 {
return WeakImplHelper_getTypes( cd::get() ); }
128 {
return ImplHelper_getImplementationId( cd::get() ); }
143 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,
class Ifc13 >
146 ,
public css::lang::XTypeProvider
147 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12,
public Ifc13
149 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData13< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13, WeakAggImplHelper13<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13> > > {};
151 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE
154 {
return WeakAggImplHelper_queryAgg( rType, cd::get(),
this, static_cast<OWeakAggObject *>(
this) ); }
159 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE
160 {
return WeakAggImplHelper_getTypes( cd::get() ); }
162 {
return ImplHelper_getImplementationId( cd::get() ); }
180 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,
class Ifc13 >
183 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12,
public Ifc13
185 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData13< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13, ImplInheritanceHelper13<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13> > > {};
187 template<
typename T1 >
189 template<
typename T1,
typename T2 >
191 BaseClass(arg1, arg2) {}
192 template<
typename T1,
typename T2,
typename T3 >
194 T1
const & arg1, T2
const & arg2, T3
const & arg3):
195 BaseClass(arg1, arg2, arg3) {}
196 template<
typename T1,
typename T2,
typename T3,
typename T4 >
198 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
199 BaseClass(arg1, arg2, arg3, arg4) {}
201 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
203 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
205 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
207 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
210 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
211 T5
const & arg5, T6
const & arg6):
212 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
217 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
223 { BaseClass::acquire(); }
225 { BaseClass::release(); }
226 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (css::uno::RuntimeException)
SAL_OVERRIDE
227 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
229 {
return ImplHelper_getImplementationId( cd::get() ); }
248 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,
class Ifc13 >
251 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7,
public Ifc8,
public Ifc9,
public Ifc10,
public Ifc11,
public Ifc12,
public Ifc13
253 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData13< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13, AggImplInheritanceHelper13<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13> > > {};
255 template<
typename T1 >
257 template<
typename T1,
typename T2 >
259 BaseClass(arg1, arg2) {}
260 template<
typename T1,
typename T2,
typename T3 >
262 T1
const & arg1, T2
const & arg2, T3
const & arg3):
263 BaseClass(arg1, arg2, arg3) {}
264 template<
typename T1,
typename T2,
typename T3,
typename T4 >
266 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
267 BaseClass(arg1, arg2, arg3, arg4) {}
269 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
271 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
273 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
275 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
278 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
279 T5
const & arg5, T6
const & arg6):
280 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
287 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
290 return BaseClass::queryAggregation( rType );
293 { BaseClass::acquire(); }
295 { BaseClass::release(); }
296 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (css::uno::RuntimeException)
SAL_OVERRIDE
297 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
299 {
return ImplHelper_getImplementationId( cd::get() ); }
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase13.hxx:298
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase13.hxx:125
~ImplHelper13()
Definition: implbase13.hxx:98
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: implbase13.hxx:157
virtual void acquire() SAL_OVERRIDE
Definition: implbase13.hxx:222
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInt...
Definition: implbase13.hxx:79
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:546
ImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase13.hxx:197
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
AggImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase13.hxx:270
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase13.hxx:161
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:423
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase13.hxx:159
AggImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase13.hxx:265
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.
unsigned char sal_Bool
Definition: types.h:48
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase13.hxx:228
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase13.hxx:144
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: implbase13.hxx:151
AggImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase13.hxx:277
virtual void release() SAL_OVERRIDE
Definition: implbase13.hxx:224
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase13.hxx:87
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Called by the delegator or queryInterface.
Definition: implbase13.hxx:153
AggImplInheritanceHelper13(T1 const &arg1)
Definition: implbase13.hxx:256
ImplInheritanceHelper13(T1 const &arg1, T2 const &arg2)
Definition: implbase13.hxx:190
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase13.hxx:226
signed char sal_Int8
Definition: types.h:53
ImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase13.hxx:209
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:335
ImplInheritanceHelper13()
Definition: implbase13.hxx:214
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Definition: implbase13.hxx:155
virtual void release() SAL_OVERRIDE
decreasing m_refCount
Definition: implbase13.hxx:123
virtual void release() SAL_OVERRIDE
decreasing m_refCount
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase13.hxx:296
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase13.hxx:249
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase13.hxx:89
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: implbase13.hxx:119
AggImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase13.hxx:261
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase13.hxx:283
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase13.hxx:85
virtual void acquire() SAL_OVERRIDE
Definition: implbase13.hxx:292
AggImplInheritanceHelper13(T1 const &arg1, T2 const &arg2)
Definition: implbase13.hxx:258
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase13.hxx:215
virtual void release() SAL_OVERRIDE
Definition: implbase13.hxx:294
AggImplInheritanceHelper13()
Definition: implbase13.hxx:282
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase13.hxx:112
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase13.hxx:181
ImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase13.hxx:202
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
ImplInheritanceHelper13(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase13.hxx:193
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase13.hxx:127
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
Definition: implbase13.hxx:121
ImplInheritanceHelper13(T1 const &arg1)
Definition: implbase13.hxx:188
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase13.hxx:285