19 #ifndef INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX 20 #define INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX 24 #include <com/sun/star/lang/XTypeProvider.hpp> 45 typedef css::uno::Type
const & (SAL_CALL * fptr_getCppuType)(
void * );
66 #define CPPUHELPER_DETAIL_TYPEENTRY(Ifc) \ 67 { { Ifc::static_type }, \ 68 reinterpret_cast<sal_IntPtr>( static_cast<Ifc *>( reinterpret_cast<Impl *>(16) )) - 16 } 92 type_entry m_typeEntries[ 1 ];
98 css::uno::Type
const & rType,
104 css::uno::Type
const & rType,
110 SAL_CALL ImplHelper_getTypes(
115 SAL_CALL ImplInhHelper_getTypes(
117 css::uno::Sequence< css::uno::Type >
const & rAddTypes );
121 SAL_CALL ImplHelper_getImplementationId(
127 css::uno::Type
const & rType,
134 SAL_CALL WeakImplHelper_getTypes(
140 SAL_CALL WeakAggImplHelper_queryAgg(
141 css::uno::Type
const & rType,
148 SAL_CALL WeakAggImplHelper_getTypes(
Base class to implement an UNO object supporting weak references, i.e.
Definition: weak.hxx:43
Definition: Enterable.hxx:26
Base class to implement an UNO object supporting weak references, i.e.
Definition: weakagg.hxx:41
const ::com::sun::star::uno::Type & getCppuType(SAL_UNUSED_PARAMETER const ::com::sun::star::uno::Any *)
Gets the meta type of IDL type any.
Definition: Any.h:397
unsigned char sal_Bool
Definition: types.h:48
signed char sal_Int8
Definition: types.h:53
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
struct SAL_DLLPUBLIC_RTTI _typelib_TypeDescriptionReference typelib_TypeDescriptionReference
Holds a weak reference to a type description.