19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE7_HXX 20 #define INCLUDED_CPPUHELPER_IMPLBASE7_HXX 35 type_entry m_typeEntries[ 7 + 1 ];
38 template<
typename Ifc1,
typename Ifc2,
typename Ifc3,
typename Ifc4,
typename Ifc5,
typename Ifc6,
typename Ifc7,
typename Impl >
41 class_data* operator ()()
43 static class_data7 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(css::lang::XTypeProvider)
58 return reinterpret_cast< class_data *
>(&s_cd);
72 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
74 :
public css::lang::XTypeProvider
75 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
77 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, ImplHelper7<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
79 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 80 {
return ImplHelper_query( rType, cd::get(),
this ); }
81 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 82 {
return ImplHelper_getTypes( cd::get() ); }
84 {
return ImplHelper_getImplementationId( cd::get() ); }
86 #if !defined _MSC_VER // public -> protected changes mangled names there 88 #elif defined __clang__ 89 #pragma clang diagnostic push 90 #pragma clang diagnostic ignored "-Wnon-virtual-dtor" 93 #if defined _MSC_VER && defined __clang__ 94 #pragma clang diagnostic pop 105 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
108 ,
public css::lang::XTypeProvider
109 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
111 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, WeakImplHelper7<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
113 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 114 {
return WeakImplHelper_query( rType, cd::get(),
this, static_cast<OWeakObject *>(
this) ); }
119 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 120 {
return WeakImplHelper_getTypes( cd::get() ); }
122 {
return ImplHelper_getImplementationId( cd::get() ); }
137 template<
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
140 ,
public css::lang::XTypeProvider
141 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
143 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, WeakAggImplHelper7<Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
145 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 148 {
return WeakAggImplHelper_queryAgg( rType, cd::get(),
this, static_cast<OWeakAggObject *>(
this) ); }
153 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 154 {
return WeakAggImplHelper_getTypes( cd::get() ); }
156 {
return ImplHelper_getImplementationId( cd::get() ); }
174 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
177 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
179 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, ImplInheritanceHelper7<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
181 template<
typename T1 >
183 template<
typename T1,
typename T2 >
185 BaseClass(arg1, arg2) {}
186 template<
typename T1,
typename T2,
typename T3 >
188 T1
const & arg1, T2
const & arg2, T3
const & arg3):
189 BaseClass(arg1, arg2, arg3) {}
190 template<
typename T1,
typename T2,
typename T3,
typename T4 >
192 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
193 BaseClass(arg1, arg2, arg3, arg4) {}
195 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
197 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
199 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
201 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
204 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
205 T5
const & arg5, T6
const & arg6):
206 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
209 virtual css::uno::Any SAL_CALL
queryInterface( css::uno::Type
const & rType )
throw (css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 211 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
217 { BaseClass::acquire(); }
219 { BaseClass::release(); }
220 virtual css::uno::Sequence< css::uno::Type > SAL_CALL
getTypes() throw (
css::uno::RuntimeException, std::exception)
SAL_OVERRIDE 221 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
223 {
return ImplHelper_getImplementationId( cd::get() ); }
242 template<
class BaseClass,
class Ifc1,
class Ifc2,
class Ifc3,
class Ifc4,
class Ifc5,
class Ifc6,
class Ifc7 >
245 ,
public Ifc1,
public Ifc2,
public Ifc3,
public Ifc4,
public Ifc5,
public Ifc6,
public Ifc7
247 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, AggImplInheritanceHelper7<BaseClass, Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7> > > {};
249 template<
typename T1 >
251 template<
typename T1,
typename T2 >
253 BaseClass(arg1, arg2) {}
254 template<
typename T1,
typename T2,
typename T3 >
256 T1
const & arg1, T2
const & arg2, T3
const & arg3):
257 BaseClass(arg1, arg2, arg3) {}
258 template<
typename T1,
typename T2,
typename T3,
typename T4 >
260 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4):
261 BaseClass(arg1, arg2, arg3, arg4) {}
263 typename T1,
typename T2,
typename T3,
typename T4,
typename T5 >
265 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
267 BaseClass(arg1, arg2, arg3, arg4, arg5) {}
269 typename T1,
typename T2,
typename T3,
typename T4,
typename T5,
272 T1
const & arg1, T2
const & arg2, T3
const & arg3, T4
const & arg4,
273 T5
const & arg5, T6
const & arg6):
274 BaseClass(arg1, arg2, arg3, arg4, arg5, arg6) {}
281 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
284 return BaseClass::queryAggregation( rType );
287 { BaseClass::acquire(); }
289 { BaseClass::release(); }
291 {
return ImplInhHelper_getTypes( cd::get(), BaseClass::getTypes() ); }
293 {
return ImplHelper_getImplementationId( cd::get() ); }
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:147
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase7.hxx:175
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:119
virtual void release() SAL_OVERRIDE
Definition: implbase7.hxx:288
Base class to implement an 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:264
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:145
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase7.hxx:203
AggImplInheritanceHelper7(T1 const &arg1)
Definition: implbase7.hxx:250
Definition: Enterable.hxx:26
ImplInheritanceHelper7(T1 const &arg1)
Definition: implbase7.hxx:182
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2)
Definition: implbase7.hxx:252
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:277
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:546
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
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 release() SAL_OVERRIDE
decreasing m_refCount
Definition: implbase7.hxx:117
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:220
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:423
~ImplHelper7()
Definition: implbase7.hxx:92
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase7.hxx:259
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:113
virtual void acquire() SAL_OVERRIDE
Definition: implbase7.hxx:216
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: implbase7.hxx:79
unsigned char sal_Bool
Definition: types.h:48
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase7.hxx:191
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:153
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:292
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase7.hxx:255
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2)
Definition: implbase7.hxx:184
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:209
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInt...
Definition: implbase7.hxx:73
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase7.hxx:187
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Definition: implbase7.hxx:149
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:121
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
Definition: implbase7.hxx:115
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase7.hxx:243
signed char sal_Int8
Definition: types.h:53
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:335
ImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase7.hxx:196
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase7.hxx:138
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
Definition: implbase7.hxx:151
virtual void release() SAL_OVERRIDE
decreasing m_refCount
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase7.hxx:106
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:83
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:290
virtual void acquire() SAL_OVERRIDE
Definition: implbase7.hxx:286
AggImplInheritanceHelper7(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase7.hxx:271
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase7.hxx:279
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase7.hxx:81
AggImplInheritanceHelper7()
Definition: implbase7.hxx:276
virtual void release() SAL_OVERRIDE
Definition: implbase7.hxx:218
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:155
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
ImplInheritanceHelper7()
Definition: implbase7.hxx:208
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase7.hxx:222