Methods
|
RegistryTypeReader( const sal_uInt8 * 衝撃を和らげるもの, sal_uInt32 bufferLen, sal_Bool copyData ); |
建設者.
|
RegistryTypeReader( const RegistryTypeReader & toCopy ); |
Copy 建設者 |
~RegistryTypeReader( ); |
Destructor. The Destructor 解放する/自由なs the data 封鎖する if the copyData 旗 was TRUE. |
RegistryTypeReader &
操作者==( const RegistryTypeReader & toAssign ); |
割り当てる 操作者 |
sal_Bool
isValid( ) const; |
checks if the registry type reader points to a valid Api. |
sal_uInt16
getMinorVersion( ) const; |
returns the minor 見解/翻訳/版 number.
|
sal_uInt16
getMajorVersion( ) const; |
returns the major 見解/翻訳/版 number.
|
RTTypeClass
getTypeClass( ) const; |
returns the typeclass of the type 代表するd by this blob.
|
::rtl::OUString
getTypeName( ) const; |
returns the 十分な qualified 指名する of the type.
|
::rtl::OUString
getSuperTypeName( ) const; |
returns the 十分な qualified 指名する of the supertype.
|
無効の
getUik( RTUik & uik ) const; |
returns the unique identifier for an interface type as an out parameter.
|
::rtl::OUString
getDoku( ) const; |
returns the documentation string of this type.
|
::rtl::OUString
getFileName( ) const; |
returns the IDL filename where the type is defined.
|
sal_uInt32
getFieldCount( ) const; |
returns the number of fields (せいにするs/所有物/資産/財産s, enum values or number
of constants in a module).
|
::rtl::OUString
getFieldName( sal_uInt16 索引 ) const; |
returns the 指名する of the field 明示するd by 索引.
|
::rtl::OUString
getFieldType( sal_uInt16 索引 ) const; |
returns the 十分な qualified 指名する of the field 明示するd by 索引.
|
RTFieldAccess
getFieldAccess( sal_uInt16 索引 ) const; |
returns the 接近 方式 of the field 明示するd by 索引.
|
RTConstValue
getFieldConstValue( sal_uInt16 索引 ) const; |
returns the value of the field 明示するd by 索引.
|
::rtl::OUString
getFieldDoku( sal_uInt16 索引 ) const; |
returns the documentation string for the field 明示するd by 索引.
|
::rtl::OUString
getFieldFileName( sal_uInt16 索引 ) const; |
returns the IDL filename of the field 明示するd by 索引.
|
sal_uInt32
getMethodCount( ) const; |
returns the number of methods of an interface type.
|
::rtl::OUString
getMethodName( sal_uInt16 索引 ) const; |
returns the 指名する of the method 明示するd by 索引.
|
sal_uInt32
getMethodParamCount( sal_uInt16 索引 ) const; |
returns number of parameters of the method 明示するd by 索引.
|
::rtl::OUString
getMethodParamType( sal_uInt16 索引, sal_uInt16 paramIndex ) const; |
returns the 十分な qualified parameter typename.
|
::rtl::OUString
getMethodParamName( sal_uInt16 索引, sal_uInt16 paramIndex ) const; |
returns the 指名する of a parameter.
|
RTParamMode
getMethodParamMode( sal_uInt16 索引, sal_uInt16 paramIndex ) const; |
returns the parameter 方式, if it is an in, out or inout parameter.
|
sal_uInt32
getMethodExcCount( sal_uInt16 索引 ) const; |
returns the number of exceptions which are 宣言するd for the method 明示するd by 索引.
|
::rtl::OUString
getMethodExcType( sal_uInt16 索引, sal_uInt16 excIndex ) const; |
returns the 十分な qualified exception type of the 明示するd exception.
|
::rtl::OUString
getMethodReturnType( sal_uInt16 索引 ) const; |
returns the 十分な qualified return type of the method 明示するd by 索引.
|
RTMethodMode
getMethodMode( sal_uInt16 索引 ) const; |
returns the 十分な qualified exception type of the 明示するd exception.
|
::rtl::OUString
getMethodDoku( sal_uInt16 索引 ) const; |
returns the documentation string of the method 明示するd by 索引.
|
sal_uInt32
getReferenceCount( ) const; |
returns the number of 言及/関連s (supported interfaces, 輸出(する)d services).
|
::rtl::OUString
getReferenceName( sal_uInt16 索引 ) const; |
returns the 十分な qualified typename of the 言及/関連 明示するd by 索引.
|
RTReferenceType
getReferenceType( sal_uInt16 索引 ) const; |
returns the type of the 言及/関連 明示するd by 索引.
|
::rtl::OUString
getReferenceDoku( sal_uInt16 索引 ) const; |
returns the documentation string of the 言及/関連 明示するd by 索引.
|
RTFieldAccess
getReferenceAccess( sal_uInt16 索引 ) const; |
returns the 接近 方式 of the 言及/関連 明示するd by 索引.
|