Lines Matching refs:sal_uInt16

54 	sal_uInt16			(TYPEREG_CALLTYPE *getMinorVersion) 	(TypeReaderImpl);
55 sal_uInt16 (TYPEREG_CALLTYPE *getMajorVersion) (TypeReaderImpl);
63 void (TYPEREG_CALLTYPE *getFieldName) (TypeReaderImpl, rtl_uString**, sal_uInt16);
64 void (TYPEREG_CALLTYPE *getFieldType) (TypeReaderImpl, rtl_uString**, sal_uInt16);
65 RTFieldAccess (TYPEREG_CALLTYPE *getFieldAccess) (TypeReaderImpl, sal_uInt16);
66 …RTValueType (TYPEREG_CALLTYPE *getFieldConstValue) (TypeReaderImpl, sal_uInt16, RTConstValueUni…
67 void (TYPEREG_CALLTYPE *getFieldDoku) (TypeReaderImpl, rtl_uString**, sal_uInt16);
68 void (TYPEREG_CALLTYPE *getFieldFileName) (TypeReaderImpl, rtl_uString**, sal_uInt16);
70 void (TYPEREG_CALLTYPE *getMethodName) (TypeReaderImpl, rtl_uString**, sal_uInt16);
71 sal_uInt32 (TYPEREG_CALLTYPE *getMethodParamCount) (TypeReaderImpl, sal_uInt16);
72 … (TYPEREG_CALLTYPE *getMethodParamType) (TypeReaderImpl, rtl_uString**, sal_uInt16, sal_uInt16);
73 … (TYPEREG_CALLTYPE *getMethodParamName) (TypeReaderImpl, rtl_uString**, sal_uInt16, sal_uInt16);
74 RTParamMode (TYPEREG_CALLTYPE *getMethodParamMode) (TypeReaderImpl, sal_uInt16, sal_uInt16);
75 sal_uInt32 (TYPEREG_CALLTYPE *getMethodExcCount) (TypeReaderImpl, sal_uInt16);
76 … (TYPEREG_CALLTYPE *getMethodExcType) (TypeReaderImpl, rtl_uString**, sal_uInt16, sal_uInt16);
77 void (TYPEREG_CALLTYPE *getMethodReturnType) (TypeReaderImpl, rtl_uString**, sal_uInt16);
78 RTMethodMode (TYPEREG_CALLTYPE *getMethodMode) (TypeReaderImpl, sal_uInt16);
79 void (TYPEREG_CALLTYPE *getMethodDoku) (TypeReaderImpl, rtl_uString**, sal_uInt16);
82 void (TYPEREG_CALLTYPE *getReferenceName) (TypeReaderImpl, rtl_uString**, sal_uInt16);
83 RTReferenceType (TYPEREG_CALLTYPE *getReferenceType) (TypeReaderImpl, sal_uInt16);
84 void (TYPEREG_CALLTYPE *getReferenceDoku) (TypeReaderImpl, rtl_uString**, sal_uInt16);
85 RTFieldAccess (TYPEREG_CALLTYPE *getReferenceAccess) (TypeReaderImpl, sal_uInt16);
139 inline sal_uInt16 getMinorVersion() const;
147 inline sal_uInt16 getMajorVersion() const;
189 inline ::rtl::OUString getFieldName( sal_uInt16 index ) const;
193 inline ::rtl::OUString getFieldType( sal_uInt16 index ) const;
197 inline RTFieldAccess getFieldAccess( sal_uInt16 index ) const;
203 inline RTConstValue getFieldConstValue( sal_uInt16 index ) const;
209 inline ::rtl::OUString getFieldDoku( sal_uInt16 index ) const;
216 inline ::rtl::OUString getFieldFileName( sal_uInt16 index ) const;
224 inline ::rtl::OUString getMethodName( sal_uInt16 index ) const;
228 inline sal_uInt32 getMethodParamCount( sal_uInt16 index ) const;
235 inline ::rtl::OUString getMethodParamType( sal_uInt16 index, sal_uInt16 paramIndex ) const;
242 inline ::rtl::OUString getMethodParamName( sal_uInt16 index, sal_uInt16 paramIndex ) const;
249 inline RTParamMode getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex ) const;
255 inline sal_uInt32 getMethodExcCount( sal_uInt16 index ) const;
262 inline ::rtl::OUString getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex ) const;
266 inline ::rtl::OUString getMethodReturnType( sal_uInt16 index ) const;
273 inline RTMethodMode getMethodMode( sal_uInt16 index ) const;
279 inline ::rtl::OUString getMethodDoku( sal_uInt16 index ) const;
289 inline ::rtl::OUString getReferenceName( sal_uInt16 index ) const;
295 inline RTReferenceType getReferenceType( sal_uInt16 index ) const;
301 inline ::rtl::OUString getReferenceDoku( sal_uInt16 index ) const;
309 inline RTFieldAccess getReferenceAccess( sal_uInt16 index ) const;
352 inline sal_uInt16 RegistryTypeReader::getMinorVersion() const in getMinorVersion()
358 inline sal_uInt16 RegistryTypeReader::getMajorVersion() const in getMajorVersion()
398 inline ::rtl::OUString RegistryTypeReader::getFieldName( sal_uInt16 index ) const in getFieldName()
405 inline ::rtl::OUString RegistryTypeReader::getFieldType( sal_uInt16 index ) const in getFieldType()
412 inline RTFieldAccess RegistryTypeReader::getFieldAccess( sal_uInt16 index ) const in getFieldAccess()
415 inline RTConstValue RegistryTypeReader::getFieldConstValue( sal_uInt16 index ) const in getFieldConstValue()
422 inline ::rtl::OUString RegistryTypeReader::getFieldDoku( sal_uInt16 index ) const in getFieldDoku()
429 inline ::rtl::OUString RegistryTypeReader::getFieldFileName( sal_uInt16 index ) const in getFieldFileName()
439 inline ::rtl::OUString RegistryTypeReader::getMethodName( sal_uInt16 index ) const in getMethodName()
446 inline sal_uInt32 RegistryTypeReader::getMethodParamCount( sal_uInt16 index ) const in getMethodParamCount()
449 inline ::rtl::OUString RegistryTypeReader::getMethodParamType( sal_uInt16 index, sal_uInt16 paramIn… in getMethodParamType()
456 inline ::rtl::OUString RegistryTypeReader::getMethodParamName( sal_uInt16 index, sal_uInt16 paramIn… in getMethodParamName()
463 inline RTParamMode RegistryTypeReader::getMethodParamMode( sal_uInt16 index, sal_uInt16 paramIndex … in getMethodParamMode()
466 inline sal_uInt32 RegistryTypeReader::getMethodExcCount( sal_uInt16 index ) const in getMethodExcCount()
469 inline ::rtl::OUString RegistryTypeReader::getMethodExcType( sal_uInt16 index, sal_uInt16 excIndex … in getMethodExcType()
476 inline ::rtl::OUString RegistryTypeReader::getMethodReturnType( sal_uInt16 index ) const in getMethodReturnType()
483 inline RTMethodMode RegistryTypeReader::getMethodMode( sal_uInt16 index ) const in getMethodMode()
486 inline ::rtl::OUString RegistryTypeReader::getMethodDoku( sal_uInt16 index ) const in getMethodDoku()
496 inline ::rtl::OUString RegistryTypeReader::getReferenceName( sal_uInt16 index ) const in getReferenceName()
503 inline RTReferenceType RegistryTypeReader::getReferenceType( sal_uInt16 index ) const in getReferenceType()
506 inline ::rtl::OUString RegistryTypeReader::getReferenceDoku( sal_uInt16 index ) const in getReferenceDoku()
513 inline RTFieldAccess RegistryTypeReader::getReferenceAccess( sal_uInt16 index ) const in getReferenceAccess()