23 #ifndef INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX 24 #define INCLUDED_CPPUHELPER_IMPLBASE_EX_HXX 33 namespace cppu {
class OWeakAggObject; }
34 namespace cppu {
class OWeakObject; }
55 typedef css::uno::Type
const & (SAL_CALL * fptr_getCppuType)(
void * );
76 #define CPPUHELPER_DETAIL_TYPEENTRY(Ifc) \ 77 { { Ifc::static_type }, \ 78 reinterpret_cast<sal_IntPtr>( static_cast<Ifc *>( reinterpret_cast<Impl *>(16) )) - 16 } 102 type_entry m_typeEntries[ 1 ];
108 css::uno::Type
const & rType,
114 css::uno::Type
const & rType,
120 SAL_CALL ImplHelper_getTypes(
125 SAL_CALL ImplInhHelper_getTypes(
127 css::uno::Sequence< css::uno::Type >
const & rAddTypes );
131 SAL_CALL ImplHelper_getImplementationId(
137 css::uno::Type
const & rType,
144 SAL_CALL WeakImplHelper_getTypes(
150 SAL_CALL WeakAggImplHelper_queryAgg(
151 css::uno::Type
const & rType,
158 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:499
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:587
Base class to implement a UNO object supporting weak references, i.e.
Definition: weakagg.hxx:45
unsigned char sal_Bool
Definition: types.h:38
Definition: Enterable.hxx:30
Base class to implement a UNO object supporting weak references, i.e.
Definition: weak.hxx:47
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:32