create a new page, using OOoBasic/Generic/TypeMappings as a template.
Front page
Search
掲示板
Reload
Help
Browse Log
掲示板の使い方
OOo 掲示板3
OOo 掲示板2
OOo 掲示板
掲示板
雑談掲示板
New
List of pages
Recent changes
Backup
簡単ヘルプ
整形ルール
Start:
*UNO Type Mappings [#tfb96a86]
-http://api.openoffice.org/docs/DevelopersGuide/ProfUNO/P...
-http://udk.openoffice.org/python/python-bridge.html
|UNO Type|OOo Basic|Python|Java|C++|Description |
|void|internal type|(None)|void|void|Empty type, used onl...
|boolean|Boolean|bool|boolean|sal_Bool|Can be true or fal...
|byte|Integer|long|byte|sal_Int8|Signed 8-bit integer typ...
|short|Integer|long|short|sal_Int16|Signed 16-bit integer...
|long|Long|long|int|sal_Int32|Signed 32-bit integer type ...
|hyper|internal type|long|long|sal_Int64|Signed 64-bit in...
|float|Single|float|float|float|IEC 60559 single precisio...
|double|Double|float|double|double|IEC 60559 double preci...
|char|internal type|uno.Char|char|sal_Unicode|Represents ...
|string|String|unicode|java.lang.String|rtl::OUString|Rep...
|type|com.sun.star.&br;reflection.XIdlClass|uno.Type|com....
|any|Variant|(uno.Any)|java.lang.Object/&br;com.sun.star....
//DevGuide
End:
*UNO Type Mappings [#tfb96a86]
-http://api.openoffice.org/docs/DevelopersGuide/ProfUNO/P...
-http://udk.openoffice.org/python/python-bridge.html
|UNO Type|OOo Basic|Python|Java|C++|Description |
|void|internal type|(None)|void|void|Empty type, used onl...
|boolean|Boolean|bool|boolean|sal_Bool|Can be true or fal...
|byte|Integer|long|byte|sal_Int8|Signed 8-bit integer typ...
|short|Integer|long|short|sal_Int16|Signed 16-bit integer...
|long|Long|long|int|sal_Int32|Signed 32-bit integer type ...
|hyper|internal type|long|long|sal_Int64|Signed 64-bit in...
|float|Single|float|float|float|IEC 60559 single precisio...
|double|Double|float|double|double|IEC 60559 double preci...
|char|internal type|uno.Char|char|sal_Unicode|Represents ...
|string|String|unicode|java.lang.String|rtl::OUString|Rep...
|type|com.sun.star.&br;reflection.XIdlClass|uno.Type|com....
|any|Variant|(uno.Any)|java.lang.Object/&br;com.sun.star....
//DevGuide
Page: