19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE7_HXX
20 #define INCLUDED_CPPUHELPER_IMPLBASE7_HXX
26 #include "com/sun/star/lang/XTypeProvider.hpp"
38 type_entry m_typeEntries[ 7 + 1 ];
41 template<
typename Ifc1,
typename Ifc2,
typename Ifc3,
typename Ifc4,
typename Ifc5,
typename Ifc6,
typename Ifc7,
typename Impl >
44 class_data* operator ()()
46 static class_data7 s_cd =
49 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
51 CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
52 CPPUHELPER_DETAIL_TYPEENTRY(Ifc2),
53 CPPUHELPER_DETAIL_TYPEENTRY(Ifc3),
54 CPPUHELPER_DETAIL_TYPEENTRY(Ifc4),
55 CPPUHELPER_DETAIL_TYPEENTRY(Ifc5),
56 CPPUHELPER_DETAIL_TYPEENTRY(Ifc6),
57 CPPUHELPER_DETAIL_TYPEENTRY(Ifc7),
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 >
77 :
public css::lang::XTypeProvider
78 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
80 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, ImplHelper7<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
82 #if defined LIBO_INTERNAL_ONLY
91 {
return ImplHelper_query( rType, cd::get(),
this ); }
93 {
return ImplHelper_getTypes( cd::get() ); }
95 {
return ImplHelper_getImplementationId( cd::get() ); }
99 #elif defined __clang__
100 #pragma clang diagnostic push
101 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
104 #if defined _MSC_VER && defined __clang__
105 #pragma clang diagnostic pop
116 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
119 ,
public css::lang::XTypeProvider
120 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
122 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, WeakImplHelper7<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
125 {
return WeakImplHelper_query( rType, cd::get(),
this,
static_cast<OWeakObject *
>(
this) ); }
131 {
return WeakImplHelper_getTypes( cd::get() ); }
133 {
return ImplHelper_getImplementationId( cd::get() ); }
148 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
151 ,
public css::lang::XTypeProvider
152 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
154 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, WeakAggImplHelper7<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
159 {
return WeakAggImplHelper_queryAgg( rType, cd::get(),
this,
static_cast<OWeakAggObject *
>(
this) ); }
165 {
return WeakAggImplHelper_getTypes( cd::get() ); }
167 {
return ImplHelper_getImplementationId( cd::get() ); }
185 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
188 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
190 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, ImplInheritanceHelper7<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
192 template<
typename T1 >
194 template<
typename T1,
typename T2 >
196 BaseClass(arg1, arg2) {}
197 template<
typename T1,
typename T2,
typename T3 >
199 T1
const & arg1, T2
const & arg2, T3
const & arg3):
200 BaseClass(arg1, arg2, arg3) {}
201 template<
typename T1,
typename T2,
typename T3,
typename T4 >
203 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
204 BaseClass(arg1, arg2, arg3, arg4) {}
206 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
208 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
210 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
212 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
215 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
216 T5
const & arg5, T6
const & arg6):
217 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
222 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
228 { BaseClass::acquire(); }
230 { BaseClass::release(); }
232 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
234 {
return ImplHelper_getImplementationId( cd::get() ); }
253 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
256 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
258 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, AggImplInheritanceHelper7<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
260 template<
typename T1 >
262 template<
typename T1,
typename T2 >
264 BaseClass(arg1, arg2) {}
265 template<
typename T1,
typename T2,
typename T3 >
267 T1
const & arg1, T2
const & arg2, T3
const & arg3):
268 BaseClass(arg1, arg2, arg3) {}
269 template<
typename T1,
typename T2,
typename T3,
typename T4 >
271 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
272 BaseClass(arg1, arg2, arg3, arg4) {}
274 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
276 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
278 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
280 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
283 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
284 T5
const & arg5, T6
const & arg6):
285 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
292 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
295 return BaseClass::queryAggregation( rType );
298 { BaseClass::acquire(); }
300 { BaseClass::release(); }
302 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
304 {
return ImplHelper_getImplementationId( cd::get() ); }
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:290
unsigned char sal_Bool
Definition: types.h:34
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:387
signed char sal_Int8
Definition: types.h:39
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:558
Definition: Enterable.hxx:27
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:544
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInt...
Definition: implbase7.hxx:79
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:90
~ImplHelper7()
Definition: implbase7.hxx:103
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:94
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:92
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase7.hxx:121
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: implbase7.hxx:124
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
Definition: implbase7.hxx:126
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:130
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:132
virtual void release() SAL_OVERRIDE
decreasing m_refCount
Definition: implbase7.hxx:128
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase7.hxx:153
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
Definition: implbase7.hxx:162
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:166
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: implbase7.hxx:156
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Called by the delegator or queryInterface.
Definition: implbase7.hxx:158
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Definition: implbase7.hxx:160
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:164
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase7.hxx:189
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:233
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase7.hxx:207
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase7.hxx:202
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase7.hxx:214
virtual void release() SAL_OVERRIDE
Definition: implbase7.hxx:229
ImplInheritanceHelper7()
Definition: implbase7.hxx:219
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2)
Definition: implbase7.hxx:195
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:231
virtual void acquire() SAL_OVERRIDE
Definition: implbase7.hxx:227
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:220
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase7.hxx:198
ImplInheritanceHelper7(T1 const &arg1)
Definition: implbase7.hxx:193
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase7.hxx:257
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase7.hxx:266
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2)
Definition: implbase7.hxx:263
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:303
AggImplInheritanceHelper7()
Definition: implbase7.hxx:287
virtual void acquire() SAL_OVERRIDE
Definition: implbase7.hxx:297
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase7.hxx:275
AggImplInheritanceHelper7(T1 const &arg1)
Definition: implbase7.hxx:261
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:288
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:301
virtual void release() SAL_OVERRIDE
Definition: implbase7.hxx:299
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase7.hxx:282
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:290
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase7.hxx:270
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:44
virtual void release() SAL_OVERRIDE
decreasing m_refCount
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:44
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
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.