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

翻訳前ページへ


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

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

API

SDK

Tips ‘n’ Tricks

Miscellaneous


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


uno_assignData
extern "C"
sal_Bool uno_assignData(
無効の * pDest,
_typelib_TypeDescription * pDestTypeDescr,
無効の * pSource,
_typelib_TypeDescription * pSourceTypeDescr,
uno_QueryInterfaceFunc queryInterface,
uno_AcquireFunc acquire,
uno_ReleaseFunc 解放(する) );

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

Description
割り当てるs a 目的地 value with a source value.
広げるing 転換 WITHOUT data loss is 許すd (e.g., 割り当てるing a long with a short).
Querying for 需要・要求するd interface type is 許すd.
Assignment from any value to a value of type Any and 副/悪徳行為 versa is 許すd.

Parameters
pDest
pointer to 目的地 value
pDestTypeDescr
type description of 目的地 value
pSource
pointer to source value; if 0, then 目的地 value will be 割り当てるd
                        to default value
pSourceTypeDescr
type 目的地 of source value
queryInterface
機能(する)/行事 called each time an interface needs to be queried;
                        defaults (0) to uno
acquire
機能(する)/行事 called each time an interface needs to be acquired;
                        defaults (0) to uno
解放(する)
機能(する)/行事 called each time an interface needs to be 解放(する)d;
                        defaults (0) to uno
Return
true if 目的地 has been 首尾よく 割り当てるd

uno_constructData
extern "C"
無効の uno_constructData(
無効の * pMem,
_typelib_TypeDescription * pTypeDescr );

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

要約
Default 建設するs a value. All simple types are 始める,決める to 0, enums are 始める,決める to their default value.

Parameters
pMem
pointer to memory of value to be 建設するd
pTypeDescr
type description of value to be 建設するd

uno_copyAndConvertData
extern "C"
無効の uno_copyAndConvertData(
無効の * pDest,
無効の * pSource,
_typelib_TypeDescription * pTypeDescr,
_uno_Mapping * mapping );

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

要約
Copy 建設する memory with given value. The size of the 目的地 value must be larger
or equal to the size of the source value. Interfaces are 変えるd/ mapped by mapping parameter.

Parameters
pDest
pointer to 目的地 value memory
pSource
pointer to source value
pTypeDescr
type description of source
mapping
mapping to 変える/ 地図/計画する interfaces

uno_copyData
extern "C"
無効の uno_copyData(
無効の * pDest,
無効の * pSource,
_typelib_TypeDescription * pTypeDescr,
uno_AcquireFunc acquire );

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

要約
Copy 建設する memory with given value. The size of the 目的地 value must be larger
or equal to the size of the source value.

Parameters
pDest
pointer to 目的地 value memory
pSource
pointer to source value
pTypeDescr
type description of source
acquire
機能(する)/行事 called each time an interface needs to be acquired;
                        defaults (0) to uno

uno_destructData
extern "C"
無効の uno_destructData(
無効の * pValue,
_typelib_TypeDescription * pTypeDescr,
uno_ReleaseFunc 解放(する) );

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

要約
Destructs a given value; does NOT 解放する/自由な its memory!

Parameters
pValue
value to be destructed
pTypeDescr
type description of value
解放(する)
機能(する)/行事 called each time an interface pointer needs to be 解放(する)d;
                        defaults (0) to uno

uno_equalData
extern "C"
sal_Bool uno_equalData(
無効の * pVal1,
_typelib_TypeDescription * pVal1TypeDescr,
無効の * pVal2,
_typelib_TypeDescription * pVal2TypeDescr,
uno_QueryInterfaceFunc queryInterface,
uno_ReleaseFunc 解放(する) );

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

要約
実験(する)s if two values are equal. May compare different types (e.g., short to long).

Parameters
pVal1
pointer to a value
pVal1TypeDescr
type description of pVal1
pVal2
pointer to another value
pVal2TypeDescr
type description of pVal2
queryInterface
機能(する)/行事 called each time two interfaces are 実験(する)d whether they belong
                        to the same 反対する; defaults (0) to uno
解放(する)
機能(する)/行事 to 解放(する) queried interfaces; defaults (0) to uno
Return
true if values are equal

uno_type_assignData
extern "C"
sal_Bool uno_type_assignData(
無効の * pDest,
_typelib_TypeDescriptionReference * pDestType,
無効の * pSource,
_typelib_TypeDescriptionReference * pSourceType,
uno_QueryInterfaceFunc queryInterface,
uno_AcquireFunc acquire,
uno_ReleaseFunc 解放(する) );

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

Description
割り当てるs a 目的地 value with a source value.
広げるing 転換 WITHOUT data loss is 許すd (e.g., 割り当てるing a long with a short).
Querying for 需要・要求するd interface type is 許すd.
Assignment from any value to a value of type Any and 副/悪徳行為 versa is 許すd.

Parameters
pDest
pointer to 目的地 value
pDestType
type of 目的地 value
pSource
pointer to source value; if 0, then 目的地 value will be 割り当てるd
                        to default value
pSourceType
type of source value
queryInterface
機能(する)/行事 called each time an interface needs to be queried;
                        defaults (0) to uno
acquire
機能(する)/行事 called each time an interface needs to be acquired;
                        defaults (0) to uno
解放(する)
機能(する)/行事 called each time an interface needs to be 解放(する)d;
                        defaults (0) to uno
Return
true if 目的地 has been 首尾よく 割り当てるd

uno_type_constructData
extern "C"
無効の uno_type_constructData(
無効の * pMem,
_typelib_TypeDescriptionReference * pType );

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

要約
Default 建設するs a value. All simple types are 始める,決める to 0, enums are 始める,決める to their default value.

Parameters
pMem
pointer to memory of value to be 建設するd
pType
type of value to be 建設するd

uno_type_copyAndConvertData
extern "C"
無効の uno_type_copyAndConvertData(
無効の * pDest,
無効の * pSource,
_typelib_TypeDescriptionReference * pType,
_uno_Mapping * mapping );

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

要約
Copy 建設する memory with given value. The size of the 目的地 value must be larger
or equal to the size of the source value. Interfaces are 変えるd/ mapped by mapping parameter.

Parameters
pDest
pointer to 目的地 value memory
pSource
pointer to source value
pType
type of source
mapping
mapping to 変える/ 地図/計画する interfaces

uno_type_copyData
extern "C"
無効の uno_type_copyData(
無効の * pDest,
無効の * pSource,
_typelib_TypeDescriptionReference * pType,
uno_AcquireFunc acquire );

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

要約
Copy 建設する memory with given value. The size of the 目的地 value must be larger
or equal to the size of the source value.

Parameters
pDest
pointer to 目的地 value memory
pSource
pointer to source value
pType
type of source
acquire
機能(する)/行事 called each time an interface needs to be acquired;
                        defaults (0) to uno

uno_type_destructData
extern "C"
無効の uno_type_destructData(
無効の * pValue,
_typelib_TypeDescriptionReference * pType,
uno_ReleaseFunc 解放(する) );

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

要約
Destructs a given value; does NOT 解放する/自由な its memory!

Parameters
pValue
value to be destructed
pType
type of value
解放(する)
機能(する)/行事 called each time an interface pointer needs to be 解放(する)d;
                        defaults (0) to uno

uno_type_equalData
extern "C"
sal_Bool uno_type_equalData(
無効の * pVal1,
_typelib_TypeDescriptionReference * pVal1Type,
無効の * pVal2,
_typelib_TypeDescriptionReference * pVal2Type,
uno_QueryInterfaceFunc queryInterface,
uno_ReleaseFunc 解放(する) );

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

要約
実験(する)s if two values are equal. May compare different types (e.g., short to long).

Parameters
pVal1
pointer to a value
pVal1Type
type of pVal1
pVal2
pointer to another value
pVal2Type
type of pVal2
queryInterface
機能(する)/行事 called each time two interfaces are 実験(する)d whether they belong
                        to the same 反対する; defaults (0) to uno
解放(する)
機能(する)/行事 to 解放(する) queried interfaces; defaults (0) to uno
Return
true if values are equal

uno_type_isAssignableFromData
extern "C"
sal_Bool uno_type_isAssignableFromData(
_typelib_TypeDescriptionReference * pAssignable,
無効の * pFrom,
_typelib_TypeDescriptionReference * pFromType,
uno_QueryInterfaceFunc queryInterface,
uno_ReleaseFunc 解放(する) );

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

Description
実験(する)s whether a value of given type is assignable from given value.
広げるing 転換 WITHOUT data loss is 許すd (e.g., 割り当てるing a long with a short).
Querying for 需要・要求するd interface type is 許すd.
Assignment from any value to a value of type Any and 副/悪徳行為 versa is 許すd.

Parameters
pAssignable
type
pFrom
pointer to value
pFromType
type of value
queryInterface
機能(する)/行事 called each time an interface needs to be queried;
                        defaults (0) to uno
解放(する)
機能(する)/行事 called each time an interface needs to be 解放(する)d;
                        defaults (0) to uno
Return
true if value is 目的地 has been 首尾よく 割り当てるd

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