23#ifndef INCLUDED_CPPUHELPER_IMPLBASE6_HXX
24#define INCLUDED_CPPUHELPER_IMPLBASE6_HXX
30#include "com/sun/star/lang/XTypeProvider.hpp"
42 type_entry m_typeEntries[ 6 + 1 ];
45 template<
typename Ifc1,
typename Ifc2,
typename Ifc3,
typename Ifc4,
typename Ifc5,
typename Ifc6,
typename Impl >
48 class_data* operator ()()
50 static class_data6 s_cd =
53 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
55 CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
56 CPPUHELPER_DETAIL_TYPEENTRY(Ifc2),
57 CPPUHELPER_DETAIL_TYPEENTRY(Ifc3),
58 CPPUHELPER_DETAIL_TYPEENTRY(Ifc4),
59 CPPUHELPER_DETAIL_TYPEENTRY(Ifc5),
60 CPPUHELPER_DETAIL_TYPEENTRY(Ifc6),
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 >
80 :
public css::lang::XTypeProvider
81 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6
83 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, ImplHelper6<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6> > > {};
85#if defined LIBO_INTERNAL_ONLY
94 {
return ImplHelper_query( rType,
cd::get(),
this ); }
96 {
return ImplHelper_getTypes(
cd::get() ); }
98 {
return ImplHelper_getImplementationId(
cd::get() ); }
113 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6 >
116 ,
public css::lang::XTypeProvider
117 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6
119 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, WeakImplHelper6<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6> > > {};
122 {
return WeakImplHelper_query( rType,
cd::get(),
this,
static_cast<OWeakObject *
>(
this) ); }
128 {
return WeakImplHelper_getTypes(
cd::get() ); }
130 {
return ImplHelper_getImplementationId(
cd::get() ); }
145 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6 >
148 ,
public css::lang::XTypeProvider
149 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6
151 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, WeakAggImplHelper6<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6> > > {};
156 {
return WeakAggImplHelper_queryAgg( rType,
cd::get(),
this,
static_cast<OWeakAggObject *
>(
this) ); }
162 {
return WeakAggImplHelper_getTypes(
cd::get() ); }
164 {
return ImplHelper_getImplementationId(
cd::get() ); }
182 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6 >
185 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6
187 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, ImplInheritanceHelper6<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6> > > {};
189 template<
typename T1 >
191 template<
typename T1,
typename T2 >
193 BaseClass(arg1, arg2) {}
194 template<
typename T1,
typename T2,
typename T3 >
196 T1
const & arg1, T2
const & arg2, T3
const & arg3):
197 BaseClass(arg1, arg2, arg3) {}
198 template<
typename T1,
typename T2,
typename T3,
typename T4 >
200 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
201 BaseClass(arg1, arg2, arg3, arg4) {}
203 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
205 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
207 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
209 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
212 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
213 T5
const & arg5, T6
const & arg6):
214 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
222 return BaseClass::queryInterface( rType );
225 { BaseClass::acquire(); }
227 { BaseClass::release(); }
229 {
return ImplInhHelper_getTypes(
cd::get(), BaseClass::getTypes() ); }
231 {
return ImplHelper_getImplementationId(
cd::get() ); }
250 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6 >
253 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6
255 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, AggImplInheritanceHelper6<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6> > > {};
257 template<
typename T1 >
259 template<
typename T1,
typename T2 >
261 BaseClass(arg1, arg2) {}
262 template<
typename T1,
typename T2,
typename T3 >
264 T1
const & arg1, T2
const & arg2, T3
const & arg3):
265 BaseClass(arg1, arg2, arg3) {}
266 template<
typename T1,
typename T2,
typename T3,
typename T4 >
268 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
269 BaseClass(arg1, arg2, arg3, arg4) {}
271 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
273 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
275 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
277 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
280 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
281 T5
const & arg5, T6
const & arg6):
282 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
286 {
return BaseClass::queryInterface( rType ); }
292 return BaseClass::queryAggregation( rType );
295 { BaseClass::acquire(); }
297 { BaseClass::release(); }
299 {
return ImplInhHelper_getTypes(
cd::get(), BaseClass::getTypes() ); }
301 {
return ImplHelper_getImplementationId(
cd::get() ); }
#define SAL_NOEXCEPT
Macro for C++11 "noexcept" vs.
Definition types.h:434
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition types.h:312
unsigned char sal_Bool
Definition types.h:38
#define SAL_OVERRIDE
C++11 "override" feature.
Definition types.h:409
signed char sal_Int8
Definition types.h:43
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition types.h:611
Definition Enterable.hxx:31
Helper class for a late-initialized static aggregate, e.g.
Definition instance.hxx:548
rtl::StaticAggregate< class_data, ImplClassData6< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, ImplHelper6< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6 > > >::get static class_data * get()
Definition instance.hxx:556
Template C++ class representing an IDL sequence.
Definition Sequence.h:61
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInt...
Definition implbase6.hxx:82
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition implbase6.hxx:93
~ImplHelper6() SAL_NOEXCEPT
Definition implbase6.hxx:103
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition implbase6.hxx:97
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition implbase6.hxx:95
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition implbase6.hxx:118
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition implbase6.hxx:129
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
decreasing m_refCount
Definition implbase6.hxx:125
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 implbase6.hxx:121
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition implbase6.hxx:127
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
increasing m_refCount
Definition implbase6.hxx:123
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition implbase6.hxx:150
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition implbase6.hxx:163
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Called by the delegator or queryInterface.
Definition implbase6.hxx:155
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
Definition implbase6.hxx:159
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition implbase6.hxx:161
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Definition implbase6.hxx:157
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 implbase6.hxx:153
ImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition implbase6.hxx:199
ImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition implbase6.hxx:204
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition implbase6.hxx:228
ImplInheritanceHelper6()
Definition implbase6.hxx:216
ImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition implbase6.hxx:211
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition implbase6.hxx:217
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition implbase6.hxx:224
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition implbase6.hxx:226
ImplInheritanceHelper6(T1 const &arg1, T2 const &arg2)
Definition implbase6.hxx:192
ImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition implbase6.hxx:195
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition implbase6.hxx:230
ImplInheritanceHelper6(T1 const &arg1)
Definition implbase6.hxx:190
AggImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition implbase6.hxx:267
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition implbase6.hxx:300
AggImplInheritanceHelper6(T1 const &arg1, T2 const &arg2)
Definition implbase6.hxx:260
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
Definition implbase6.hxx:296
AggImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition implbase6.hxx:279
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition implbase6.hxx:298
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
Definition implbase6.hxx:294
AggImplInheritanceHelper6()
Definition implbase6.hxx:284
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition implbase6.hxx:287
AggImplInheritanceHelper6(T1 const &arg1)
Definition implbase6.hxx:258
AggImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition implbase6.hxx:272
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition implbase6.hxx:285
AggImplInheritanceHelper6(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition implbase6.hxx:263
OWeakObject()
Default Constructor.
Definition weak.hxx:100
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
increasing m_refCount
virtual void release() SAL_NOEXCEPT SAL_OVERRIDE
decreasing m_refCount
virtual void acquire() SAL_NOEXCEPT SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
OWeakAggObject()
Constructor.
Definition weakagg.hxx:52
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 void release() SAL_NOEXCEPT SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
C++ class representing an IDL any.
Definition Any.h:58
bool hasValue() const
Tests if any contains a value.
Definition Any.h:193
C++ class representing an IDL meta type.
Definition Type.h:59