このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


Methods of Class Reader
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


Methods of Class Reader


Reader
Reader();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Creates an 無効の type reader.

Reader
Reader(
const 無効の * 衝撃を和らげるもの,
sal_uInt32 length,
bool copy,
typereg_Version maxVersion );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Creates a type reader.
Description

If the given binary blob is malformed, or of a 見解/翻訳/版 larger than maxVersion, the created type reader is flagged as 無効の.

Parameters
衝撃を和らげるもの
the binary blob 代表するing the type; must point to at
       least length bytes, and need only be byte-提携させるd

       
length
the size in bytes of the binary blob 代表するing the type

       
copy
if true, the type reader creates an 内部の copy of the
       given 衝撃を和らげるもの, and the given 衝撃を和らげるもの is not 接近d after this 建設者
       returns; if 誤った, the type reader 作品 直接/まっすぐに on the given 衝撃を和らげるもの,
       which must remain 利用できる unmodified until the underlying type reader
       is destroyed (公式文書,認める that the lifetime of the underlying type reader can be
       different from the lifetime of this Reader instance)

       
maxVersion
the 最大限 binary blob 見解/翻訳/版 the (弁護士の)依頼人 is 用意が出来ている
       to 扱う; must not be 消極的な

       

Reader
Reader(
const Reader & other );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
株 a type reader between two Reader instances.
Parameters
other
another Reader instance
     

~Reader
~Reader();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Destroys this Reader instance.
Description

The underlying type reader is only destroyed if this instance was its last 使用者.


操作者=
Reader & 操作者=(
const Reader & other );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
取って代わるs the underlying type reader.
Parameters
other
any Reader instance

       
Return
this Reader instance

isValid
bool isValid();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns whether this type reader is valid.
Return
true iff this type reader is valid

getVersion
typereg_Version getVersion();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the binary blob 見解/翻訳/版 of this type reader.
Return
the 見解/翻訳/版 of the binary blob from which this type reader was 建設するd; if this type reader is 無効の, TYPEREG_VERSION_0 is returned

getDocumentation
rtl::OUString getDocumentation();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the documentation of this type reader.
Return
the documentation of this type reader; if this type reader is 無効の, an empty string is returned

getFileName
rtl::OUString getFileName();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

D E P R E C A T E D
要約
Returns the とじ込み/提出する 指名する of this type reader.
Return
the とじ込み/提出する 指名する of this type reader; if this type reader is 無効の, an empty string is returned

getTypeClass
RTTypeClass getTypeClass();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the type class of this type reader.
Description

This 機能(する)/行事 will always return the type class without the 内部の RT_TYPE_PUBLISHED 旗 始める,決める. Use isPublished to 決定する whether this type reader is published.

Return
the type class of this type reader; if this type reader is 無効の, RT_TYPE_INVALID is returned

isPublished
bool isPublished();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns whether this type reader is published.
Return
whether this type reader is published; if this type reader is 無効の, 誤った is returned

getTypeName
rtl::OUString getTypeName();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the type 指名する of this type reader.
Return
the type 指名する of this type reader; if this type reader is 無効の, an empty string is returned

getSuperTypeCount
sal_uInt16 getSuperTypeCount();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the number of 最高の types of this type reader.
Return
the number of 最高の types of this type reader; if this type reader is 無効の, 無 is returned

getSuperTypeName
rtl::OUString getSuperTypeName(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the type 指名する of a 最高の type of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of 最高の types of this type
       reader

       
Return
the type 指名する of the given 最高の type

getFieldCount
sal_uInt16 getFieldCount();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the number of fields of this type reader.
Return
the number of fields of this type reader; if this type reader is 無効の, 無 is returned

getFieldDocumentation
rtl::OUString getFieldDocumentation(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the documentation of a field of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of fields of this type reader

       
Return
the documentation of the given field

getFieldFileName
rtl::OUString getFieldFileName(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

D E P R E C A T E D
要約
Returns the とじ込み/提出する 指名する of a field of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of fields of this type reader

       
Return
the とじ込み/提出する 指名する of the given field

getFieldFlags
RTFieldAccess getFieldFlags(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the 旗s of a field of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of fields of this type reader

       
Return
the 旗s of the given field

getFieldName
rtl::OUString getFieldName(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the 指名する of a field of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of fields of this type reader

       
Return
the 指名する of the given field

getFieldTypeName
rtl::OUString getFieldTypeName(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the type 指名する of a field of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of fields of this type reader

       
Return
the type 指名する of the given field

getFieldValue
RTConstValue getFieldValue(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the value of a field of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of fields of this type reader

       
Return
the value of the given field

getMethodCount
sal_uInt16 getMethodCount();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the number of methods of this type reader.
Return
the number of methods of this type reader; if this type reader is 無効の, 無 is returned

getMethodDocumentation
rtl::OUString getMethodDocumentation(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the documentation of a method of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of methods of this type reader

       
Return
the documentation of the given method

getMethodFlags
RTMethodMode getMethodFlags(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the 旗s of a method of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of methods of this type reader

       
Return
the 旗s of the given method

getMethodName
rtl::OUString getMethodName(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the 指名する of a method of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of methods of this type reader

       
Return
the 指名する of the given method

getMethodReturnTypeName
rtl::OUString getMethodReturnTypeName(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the return type 指名する of a method of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of methods of this type reader

       
Return
the return type 指名する of the given method

getMethodParameterCount
sal_uInt16 getMethodParameterCount(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the number of parameters of a method of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of methods of this type reader

       
Return
the number of parameters of the given method

getMethodParameterFlags
RTParamMode getMethodParameterFlags(
sal_uInt16 methodIndex,
sal_uInt16 parameterIndex ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the 旗s of a parameter of a method of this type reader.
Parameters
methodIndex
a valid 索引 into the 範囲 of methods of this type
       reader

       
parameterIndex
a valid 索引 into the 範囲 of parameters of the
       given method

       
Return
the 旗s of the given method parameter

getMethodParameterName
rtl::OUString getMethodParameterName(
sal_uInt16 methodIndex,
sal_uInt16 parameterIndex ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the 指名する of a parameter of a method of this type reader.
Parameters
methodIndex
a valid 索引 into the 範囲 of methods of this type
       reader

       
parameterIndex
a valid 索引 into the 範囲 of parameters of the
       given method

       
Return
the 指名する of the given method parameter

getMethodParameterTypeName
rtl::OUString getMethodParameterTypeName(
sal_uInt16 methodIndex,
sal_uInt16 parameterIndex ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the type 指名する of a parameter of a method of this type reader.
Parameters
methodIndex
a valid 索引 into the 範囲 of methods of this type
       reader

       
parameterIndex
a valid 索引 into the 範囲 of parameters of the
       given method

       
Return
the type 指名する of the given method parameter

getMethodExceptionCount
sal_uInt16 getMethodExceptionCount(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the number of exceptions of a method of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of methods of this type reader

       
Return
the number of exceptions of the given method

getMethodExceptionTypeName
rtl::OUString getMethodExceptionTypeName(
sal_uInt16 methodIndex,
sal_uInt16 exceptionIndex ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the type 指名する of an exception of a method of this type reader.
Parameters
methodIndex
a valid 索引 into the 範囲 of methods of this type
       reader

       
exceptionIndex
a valid 索引 into the 範囲 of exceptions of the
       given method

       
Return
the type 指名する of the given method exception

getReferenceCount
sal_uInt16 getReferenceCount();

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO YES NO

要約
Returns the number of 言及/関連s of this type reader.
Return
the number of 言及/関連s of this type reader; if this type reader is 無効の, 無 is returned

getReferenceDocumentation
rtl::OUString getReferenceDocumentation(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the documentation of a 言及/関連 of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of 言及/関連s of this type
       reader

       
Return
the documentation of the given 言及/関連

getReferenceFlags
RTFieldAccess getReferenceFlags(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the 旗s of a 言及/関連 of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of 言及/関連s of this type
       reader

       
Return
the 旗s of the given 言及/関連

getReferenceSort
RTReferenceType getReferenceSort(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the sort of a 言及/関連 of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of 言及/関連s of this type
       reader

       
Return
the sort of the given 言及/関連

getReferenceTypeName
rtl::OUString getReferenceTypeName(
sal_uInt16 索引 ) const;

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO YES NO NO NO YES NO

要約
Returns the type 指名する of a 言及/関連 of this type reader.
Parameters
索引
a valid 索引 into the 範囲 of 言及/関連s of this type
       reader

       
Return
the type 指名する of the given 言及/関連

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.