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

翻訳前ページへ


全世界の 機能(する)/行事s in Namespace in Sourcefile writer.h
Language

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


全世界の 機能(する)/行事s in 全世界の Namespace C++
in Sourcefile writer.h


typereg_writer_create
extern "C"
無効の * typereg_writer_create(
typereg_Version 見解/翻訳/版,
const rtl_uString * documentation,
const rtl_uString * fileName,
RTTypeClass typeClass,
sal_Bool published,
const rtl_uString * typeName,
sal_uInt16 superTypeCount,
sal_uInt16 fieldCount,
sal_uInt16 methodCount,
sal_uInt16 referenceCount );

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

要約
Creates a type writer working on a binary blob that 代表するs a UNOIDL type.
Description

操作/手術s on a returned 扱う are not multi-thread–安全な.

Parameters
見解/翻訳/版
the 見解/翻訳/版 of the created type writer; must not be 消極的な

   
documentation
the documentation; must not be null

   
fileName
the とじ込み/提出する 指名する; must not be null (deprecated, use an empty string)

   
typeClass
the type class of the created type writer

   
published
whether the created type writer is published; for a type
   class that cannot be published, this should be 誤った

   
typeName
the type 指名する of the created type writer; must not be null

   
superTypeCount
the number of 最高の types of the created type writer

   
fieldCount
the number of fields of the created type writer

   
methodCount
the number of methods of the created type writer

   
referenceCount
the number of 言及/関連s of the created type writer

   
Return
a 扱う on the type writer; if an out-of-memory 条件 occurs, null is returned, and no type writer is created
Since
UDK 3.2.0

typereg_writer_destroy
extern "C"
無効の typereg_writer_destroy(
無効の * 扱う );

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

要約
Destroys a type writer.
Parameters
扱う
a 扱う on a type writer 得るd from a call to
   typereg_writer_create; must not be null

   
Since
UDK 3.2.0

typereg_writer_getBlob
extern "C"
const 無効の * typereg_writer_getBlob(
無効の * 扱う,
sal_uInt32 * size );

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

要約
Returns the blob of a type writer.
Parameters
扱う
a 扱う on a type writer; must not be null

   
size
an out-parameter 得るing the size of the blob; must not be null

   
Return
a (byte-提携させるd) pointer to the blob; the returned pointer and the returned size remain valid until the next 機能(する)/行事 is called on the given type writer; if an out-of-memory 条件 occurs, null is returned and size is not 修正するd

typereg_writer_setFieldData
extern "C"
sal_Bool typereg_writer_setFieldData(
無効の * 扱う,
sal_uInt16 索引,
const rtl_uString * documentation,
const rtl_uString * fileName,
RTFieldAccess 旗s,
const rtl_uString * 指名する,
const rtl_uString * typeName,
RTValueType valueType,
RTConstValueUnion valueValue );

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

要約
始める,決めるs the data of a field of a type writer.
Parameters
扱う
a 扱う on a type writer; must not be null

   
索引
a valid 索引 into the 範囲 of fields of the given type writer

   
documentation
the documentation of the field; must not be null

   
fileName
the とじ込み/提出する 指名する of the field; must not be null (deprecated, use an empty string)

   
旗s
the 旗s of the field

   
指名する
the 指名する of the field; must not be null

   
typeName
the type 指名する of the field; must not be null

   
valueType
the type of the value of the field

   
valueValue
the value of the value of the field

   
Return
誤った iff an out-of-memory 条件 ocurred, in which 事例/患者 the type writer is not 修正するd
Since
UDK 3.2.0

typereg_writer_setMethodData
extern "C"
sal_Bool typereg_writer_setMethodData(
無効の * 扱う,
sal_uInt16 索引,
const rtl_uString * documentation,
RTMethodMode 旗s,
const rtl_uString * 指名する,
const rtl_uString * returnTypeName,
sal_uInt16 parameterCount,
sal_uInt16 exceptionCount );

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

要約
始める,決めるs the data of a method of a type writer.
Parameters
扱う
a 扱う on a type writer; must not be null

   
索引
a valid 索引 into the 範囲 of methods of the given type writer

   
documentation
the documentation of the method; must not be null

   
旗s
the 旗s of the method

   
指名する
the 指名する of the method; must not be null

   
returnTypeName
the return type 指名する of the method; must not be null

   
parameterCount
the number of parameters of the method

   
exceptionCount
the number of exceptions of the method

   
Return
誤った iff an out-of-memory 条件 ocurred, in which 事例/患者 the type writer is not 修正するd
Since
UDK 3.2.0

typereg_writer_setMethodExceptionTypeName
extern "C"
sal_Bool typereg_writer_setMethodExceptionTypeName(
無効の * 扱う,
sal_uInt16 methodIndex,
sal_uInt16 exceptionIndex,
const rtl_uString * typeName );

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

要約
始める,決めるs an exception type 指名する of a method of a type writer.
Parameters
扱う
a 扱う on a type writer; must not be null

   
methodIndex
a valid 索引 into the 範囲 of methods of the given type
   writer

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

   
typeName
the exception type 指名する; must not be null

   
Return
誤った iff an out-of-memory 条件 ocurred, in which 事例/患者 the type writer is not 修正するd
Since
UDK 3.2.0

typereg_writer_setMethodParameterData
extern "C"
sal_Bool typereg_writer_setMethodParameterData(
無効の * 扱う,
sal_uInt16 methodIndex,
sal_uInt16 parameterIndex,
RTParamMode 旗s,
const rtl_uString * 指名する,
const rtl_uString * typeName );

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

要約
始める,決めるs the data of a parameter of a method of a type writer.
Parameters
扱う
a 扱う on a type writer; must not be null

   
methodIndex
a valid 索引 into the 範囲 of methods of the given type
   writer

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

   
旗s
the 旗s of the parameter

   
指名する
the 指名する of the parameter; must not be null

   
typeName
the type 指名する of the parameter; must not be null

   
Return
誤った iff an out-of-memory 条件 ocurred, in which 事例/患者 the type writer is not 修正するd
Since
UDK 3.2.0

typereg_writer_setReferenceData
extern "C"
sal_Bool typereg_writer_setReferenceData(
無効の * 扱う,
sal_uInt16 索引,
const rtl_uString * documentation,
RTReferenceType sort,
RTFieldAccess 旗s,
const rtl_uString * typeName );

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

要約
始める,決めるs the data of a 言及/関連 of a type writer.
Parameters
扱う
a 扱う on a type writer; must not be null

   
索引
a valid 索引 into the 範囲 of 言及/関連s of the given type
   writer

   
documentation
the documentation of the 言及/関連; must not be null

   
sort
the sort of the 言及/関連

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

   
typeName
the type 指名する of the 言及/関連; must not be null

   
Return
誤った iff an out-of-memory 条件 ocurred, in which 事例/患者 the type writer is not 修正するd
Since
UDK 3.2.0

typereg_writer_setSuperTypeName
extern "C"
sal_Bool typereg_writer_setSuperTypeName(
無効の * 扱う,
sal_uInt16 索引,
const rtl_uString * typeName );

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

要約
始める,決めるs the type 指名する of a 最高の type of a type writer.
Parameters
扱う
a 扱う on a type writer; must not be null

   
索引
a valid 索引 into the 範囲 of 最高の types of the given type
   writer

   
typeName
the 最高の type 指名する; must not be null

   
Return
誤った iff an out-of-memory 条件 ocurred, in which 事例/患者 the type writer is not 修正するd
Since
UDK 3.2.0

最高の,を越す 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.