Home
last modified time | relevance | path

Searched refs:TypeReaderImpl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/registry/inc/registry/
H A Dreflread.hxx33 typedef void* TypeReaderImpl; typedef
52 void (TYPEREG_CALLTYPE *acquire) (TypeReaderImpl);
53 void (TYPEREG_CALLTYPE *release) (TypeReaderImpl);
54 sal_uInt16 (TYPEREG_CALLTYPE *getMinorVersion) (TypeReaderImpl);
55 sal_uInt16 (TYPEREG_CALLTYPE *getMajorVersion) (TypeReaderImpl);
56 RTTypeClass (TYPEREG_CALLTYPE *getTypeClass) (TypeReaderImpl);
57 void (TYPEREG_CALLTYPE *getUik) (TypeReaderImpl, RTUik*);
62 sal_uInt32 (TYPEREG_CALLTYPE *getFieldCount) (TypeReaderImpl);
69 sal_uInt32 (TYPEREG_CALLTYPE *getMethodCount) (TypeReaderImpl);
81 sal_uInt32 (TYPEREG_CALLTYPE *getReferenceCount) (TypeReaderImpl);
[all …]
/trunk/main/registry/source/
H A Dreflread.cxx1188 static TypeReaderImpl TYPEREG_CALLTYPE createEntry(const sal_uInt8* buffer, sal_uInt32 len, sal_Boo… in createEntry()
1220 static sal_uInt16 TYPEREG_CALLTYPE getMinorVersion(TypeReaderImpl hEntry) in getMinorVersion()
1229 static sal_uInt16 TYPEREG_CALLTYPE getMajorVersion(TypeReaderImpl hEntry) in getMajorVersion()
1273 static void TYPEREG_CALLTYPE getSuperTypeName(TypeReaderImpl hEntry, rtl_uString** pSuperTypeName) in getSuperTypeName()
1295 static void TYPEREG_CALLTYPE getUik(TypeReaderImpl hEntry, RTUik* uik) in getUik()
1349 static sal_uInt32 TYPEREG_CALLTYPE getFieldCount(TypeReaderImpl hEntry) in getFieldCount()
1417 static RTValueType TYPEREG_CALLTYPE getFieldConstValue(TypeReaderImpl hEntry, sal_uInt16 index, RTC… in getFieldConstValue()
1468 static sal_uInt32 TYPEREG_CALLTYPE getMethodCount(TypeReaderImpl hEntry) in getMethodCount()
1500 static sal_uInt32 TYPEREG_CALLTYPE getMethodParamCount(TypeReaderImpl hEntry, sal_uInt16 index) in getMethodParamCount()
1559 static sal_uInt32 TYPEREG_CALLTYPE getMethodExcCount(TypeReaderImpl hEntry, sal_uInt16 index) in getMethodExcCount()
[all …]

Completed in 44 milliseconds