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(
signed char sal_Int8
Definition: types.h:43
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:479
struct SAL_DLLPUBLIC_RTTI _typelib_TypeDescriptionReference typelib_TypeDescriptionReference
Holds a weak reference to a type description.
#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: weakagg.hxx:41
unsigned char sal_Bool
Definition: types.h:38
Definition: Enterable.hxx:26
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:43