Difference between revisions of "Uno/Cpp"

From Apache OpenOffice Wiki
< Uno
Jump to: navigation, search
(Moved content from :Uno:Category)
 
(23 intermediate revisions by one other user not shown)
Line 1: Line 1:
==C++ Uno==
+
{| align=right style="margin-left: 15px; border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%;" class=box
C++ Uno is the implementation of the [[Uno/Spec|Uno Specifications]] for C++. C++ Uno is implemented on top of [[Uno/Binary|Binary Uno]], which basically provides a 'C' API.
+
|---
 +
|
 +
'''''[[Uno/Cpp/Modules|Modules]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Module
 +
count=2</DPL>
 +
* [[Uno/Cpp/Modules|...]]
 +
'''''[[Uno/Cpp/Specifications|Specifications]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Spec
 +
count=2</DPL>
 +
* [[Uno/Cpp/Specifications|...]]
 +
'''''[[Uno/Cpp/Implementations|Implementations]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Impl
 +
count=2</DPL>
 +
* [[Uno/Cpp/Implementations|...]]
 +
'''''[[Uno/Cpp/Tutorials|Tutorials]]'''''
 +
<DPL>category=Uno
 +
category=Cpp
 +
category=Tutorial
 +
count=2</DPL>
 +
* [[Uno/Cpp/Tutorials|...]]
 +
'''''[[Uno/Cpp/Code Snippets|Code Snippets]]'''''
 +
<DPL>category=Uno
 +
category=Cpp
 +
category=Snippet
 +
count=2</DPL>
 +
* [[Uno/Cpp/Code Snippets|...]]
 +
'''''[[Uno/Cpp/Tests|Tests]]'''''
 +
<DPL>category=Uno:Cpp
 +
category=Test
 +
count=2</DPL>
 +
* [[Uno/Cpp/Tests|...]]
 +
'''''[[Uno/Cpp/Misc|Misc]]'''''
 +
<DPL>
 +
category=Uno:Cpp
 +
notcategory=Spec
 +
notcategory=Impl
 +
notcategory=Test
 +
notcategory=Snippet
 +
notcategory=Tutorial
 +
count=2</DPL>
 +
* [[Uno/Cpp/Misc|...]]
 +
|}
  
===Modules===
+
[[Image:Cpp_Uno.jpg|center]]
* [http://udk.openoffice.org/source/browse/udk/cppu cppu] - parts of C++ UNO runtime
+
* [http://udk.openoffice.org/source/browse/udk/cppuhelper cppuhelper] - C++ UNO runtime
+
  
===Specification===
+
C++ Uno is the implementation of the [[Uno/Spec|Uno Specifications]] for C++. C++ Uno is implemented on top of [[Uno/Binary|Binary Uno]], which basically provides a 'C' API.
<DPL>category=Uno:Cpp:Spec</DPL>
+
===Implementation===
+
<DPL>category=Uno:Cpp:Impl</DPL>
+
===Test===
+
<DPL>category=Uno:Cpp:Test</DPL>
+
  
  
[[Category:Development]]
+
[[Category:Uno:Impl]]
[[Category:Uno]]
+

Latest revision as of 12:00, 28 March 2010

Modules

Specifications

Implementations

Tutorials

Code Snippets

Tests

Misc

Cpp Uno.jpg

C++ Uno is the implementation of the Uno Specifications for C++. C++ Uno is implemented on top of Binary Uno, which basically provides a 'C' API.

Personal tools