19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX
20 #define INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX
29 namespace cppu {
class OWeakAggObject; }
30 namespace cppu {
class OWeakObject; }
51 typedef css::uno::Type
const & (SAL_CALL * fptr_getCppuType)(
void * );
72 #define CPPUHELPER_DETAIL_TYPEENTRY(Ifc) \
73 { { Ifc::static_type }, \
74 reinterpret_cast<sal_IntPtr>( static_cast<Ifc *>( reinterpret_cast<Impl *>(16) )) - 16 }
98 type_entry m_typeEntries[ 1 ];
104 css::uno::Type
const & rType,
110 css::uno::Type
const & rType,
116 SAL_CALL ImplHelper_getTypes(
121 SAL_CALL ImplInhHelper_getTypes(
123 css::uno::Sequence< css::uno::Type >
const & rAddTypes );
127 SAL_CALL ImplHelper_getImplementationId(
133 css::uno::Type
const & rType,
140 SAL_CALL WeakImplHelper_getTypes(
146 SAL_CALL WeakAggImplHelper_queryAgg(
147 css::uno::Type
const & rType,
154 SAL_CALL WeakAggImplHelper_getTypes(