LibreOffice
LibreOffice 6.4 SDK C/C++ API Reference
|
Go to the documentation of this file.
19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE1_HXX
20 #define INCLUDED_CPPUHELPER_IMPLBASE1_HXX
26 #include "com/sun/star/lang/XTypeProvider.hpp"
38 type_entry m_typeEntries[ 1 + 1 ];
41 template<
typename Ifc1,
typename Impl >
struct SAL_WARN_UNUSED ImplClassData1
43 class_data* operator ()()
45 static class_data1 s_cd =
48 { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 },
50 CPPUHELPER_DETAIL_TYPEENTRY(Ifc1),
51 CPPUHELPER_DETAIL_TYPEENTRY(css::lang::XTypeProvider)
54 return reinterpret_cast< class_data *
>(&s_cd);
68 template<
class Ifc1 >
70 :
public css::lang::XTypeProvider
73 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData1 < Ifc1, ImplHelper1<Ifc1> > > {};
75 #if defined LIBO_INTERNAL_ONLY
84 {
return ImplHelper_query( rType, cd::get(),
this ); }
86 {
return ImplHelper_getTypes( cd::get() ); }
88 {
return ImplHelper_getImplementationId( cd::get() ); }
90 #if !defined _MSC_VER // public -> protected changes mangled names there
92 #elif defined __clang__
93 #pragma clang diagnostic push
94 #pragma clang diagnostic ignored "-Wnon-virtual-dtor"
97 #if defined _MSC_VER && defined __clang__
98 #pragma clang diagnostic pop
113 template<
class Ifc1 >
116 ,
public css::lang::XTypeProvider
119 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakImplHelper1< Ifc1 > > > {};
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 >
148 ,
public css::lang::XTypeProvider
151 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakAggImplHelper1< Ifc1 > > > {};
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 >
187 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, ImplInheritanceHelper1< BaseClass, Ifc1 > > > {};
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) {}
219 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
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 >
255 struct cd :
public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, AggImplInheritanceHelper1< BaseClass, Ifc1 > > > {};
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) {}
289 css::uno::Any aRet( ImplHelper_queryNoXInterface( rType, cd::get(),
this ) );
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() ); }
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase1.hxx:85
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase1.hxx:129
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase1.hxx:228
AggImplInheritanceHelper1()
Definition: implbase1.hxx:284
Definition: Enterable.hxx:27
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase1.hxx:118
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase1.hxx:300
ImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase1.hxx:204
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Called by the delegator or queryInterface.
Definition: implbase1.hxx:155
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: implbase1.hxx:153
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase1.hxx:163
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase1.hxx:186
ImplInheritanceHelper1()
Definition: implbase1.hxx:216
virtual void release() SAL_OVERRIDE
If a delegator is set, then the delegators gets released.
Definition: implbase1.hxx:159
ImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase1.hxx:211
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface which...
Definition: implbase1.hxx:150
#define SAL_WARN_UNUSED
Annotate classes where a compiler should warn if an instance is unused.
Definition: types.h:578
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:44
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
AggImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5)
Definition: implbase1.hxx:272
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase1.hxx:87
Helper class for a late-initialized static aggregate, e.g.
Definition: instance.hxx:544
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase1.hxx:285
unsigned char sal_Bool
Definition: types.h:38
virtual css::uno::Sequence< sal_Int8 > getImplementationId() SAL_OVERRIDE
Definition: implbase1.hxx:230
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase1.hxx:298
virtual void release() SAL_OVERRIDE
Definition: implbase1.hxx:296
AggImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4, T5 const &arg5, T6 const &arg6)
Definition: implbase1.hxx:279
virtual void acquire() SAL_OVERRIDE
increasing m_refCount
Definition: implbase1.hxx:123
ImplInheritanceHelper1(T1 const &arg1, T2 const &arg2)
Definition: implbase1.hxx:192
virtual void acquire() SAL_OVERRIDE
Definition: implbase1.hxx:294
ImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase1.hxx:199
#define SAL_NO_VTABLE
Use this for pure virtual classes, e.g.
Definition: types.h:312
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase1.hxx:127
virtual void release() SAL_OVERRIDE
decreasing m_refCount
Definition: implbase1.hxx:125
virtual css::uno::Any queryAggregation(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase1.hxx:287
AggImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase1.hxx:263
ImplInheritanceHelper1(T1 const &arg1)
Definition: implbase1.hxx:190
AggImplInheritanceHelper1(T1 const &arg1, T2 const &arg2)
Definition: implbase1.hxx:260
AggImplInheritanceHelper1(T1 const &arg1)
Definition: implbase1.hxx:258
virtual css::uno::Sequence< css::uno::Type > getTypes() SAL_OVERRIDE
Definition: implbase1.hxx:161
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
Definition: implbase1.hxx:157
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase1.hxx:83
AggImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3, T4 const &arg4)
Definition: implbase1.hxx:267
#define SAL_OVERRIDE
C++11 "override" feature.
Definition: types.h:409
Implementation helper implementing interfaces css::lang::XTypeProvider and css::uno::XInterface inher...
Definition: implbase1.hxx:254
virtual css::uno::Any queryInterface(css::uno::Type const &rType) SAL_OVERRIDE
Definition: implbase1.hxx:217
virtual void acquire() SAL_OVERRIDE
If a delegator is set, then the delegators gets acquired.
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.
css::uno::Any queryInterface(const css::uno::Type &rType, Interface1 *p1)
Compares demanded type to given template argument types.
Definition: queryinterface.hxx:39
Implementation helper implementing interface css::lang::XTypeProvider and method XInterface::queryInt...
Definition: implbase1.hxx:72
virtual void release() SAL_OVERRIDE
decreasing m_refCount
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: implbase1.hxx:121
signed char sal_Int8
Definition: types.h:43
virtual void release() SAL_OVERRIDE
Definition: implbase1.hxx:226
virtual void acquire() SAL_OVERRIDE
Definition: implbase1.hxx:224
~ImplHelper1()
Definition: implbase1.hxx:96
ImplInheritanceHelper1(T1 const &arg1, T2 const &arg2, T3 const &arg3)
Definition: implbase1.hxx:195
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.