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() ); }
97 #if !defined _MSC_VER // public -> protected changes mangled names there 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() ); }
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInt...
Definition: implbase7.hxx:76
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:94
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:409
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:312
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::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:132
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase7.hxx:214
AggImplInheritanceHelper7(T1 const &arg1)
Definition: implbase7.hxx:261
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase7.hxx:254
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
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
virtual void acquire() SAL_OVERRIDE
Definition: implbase7.hxx:297
virtual void release() SAL_OVERRIDE
decreasing m_refCount
Definition: implbase7.hxx:128
~ImplHelper7()
Definition: implbase7.hxx:103
signed char sal_Int8
Definition: types.h:43
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Definition: implbase7.hxx:160
virtual void release() SAL_OVERRIDE
decreasing m_refCount
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
Definition: implbase7.hxx:126
ImplInheritanceHelper7(T1 const &arg1)
Definition: implbase7.hxx:193
ImplInheritanceHelper7()
Definition: implbase7.hxx:219
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Called by the delegator or queryInterface.
Definition: implbase7.hxx:158
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:578
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2)
Definition: implbase7.hxx:195
virtual void release() SAL_OVERRIDE
Definition: implbase7.hxx:229
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:544
virtual void acquire() SAL_OVERRIDE
Definition: implbase7.hxx:227
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:92
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
AggImplInheritanceHelper7()
Definition: implbase7.hxx:287
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase7.hxx:266
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:166
unsigned char sal_Bool
Definition: types.h:38
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase7.hxx:270
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:233
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
Definition: implbase7.hxx:162
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:303
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:90
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:231
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase7.hxx:117
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase7.hxx:207
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
Definition: Enterable.hxx:26
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:164
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:290
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 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::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:301
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase7.hxx:149
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase7.hxx:202
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:43
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase7.hxx:275
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase7.hxx:186
virtual void release() SAL_OVERRIDE
Definition: implbase7.hxx:299
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2)
Definition: implbase7.hxx:263