Difference between revisions of "Uno/Cpp"

From Apache OpenOffice Wiki
< Uno
Jump to: navigation, search
m (Moved out the modules.)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
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.
+
{| align=right style="margin-left: 15px; border:1px solid #aaaaaa; background-color:#f9f9f9; padding:5px; font-size: 95%;" class=box
 
+
|---
==Modules==
+
|
{{:Uno/Cpp/Modules}}
+
'''''[[Uno/Cpp/Modules|Modules]]'''''
==Specification==
+
 
<DPL>category=Uno:Cpp
 
<DPL>category=Uno:Cpp
category=Spec</DPL>
+
category=Module
* [http://udk.openoffice.org/common/man/apicppclasses.html Implementation Guide Lines]
+
count=2</DPL>
* [http://api.openoffice.org/docs/cpp/ref/index.html API Reference]
+
* [[Uno/Cpp/Modules|...]]
==Tutorials==
+
'''''[[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
 
<DPL>category=Uno
 
category=Cpp
 
category=Cpp
category=Tutorial</DPL>
+
category=Tutorial
==Code Snippets==
+
count=2</DPL>
 +
* [[Uno/Cpp/Tutorials|...]]
 +
'''''[[Uno/Cpp/Code Snippets|Code Snippets]]'''''
 
<DPL>category=Uno
 
<DPL>category=Uno
 
category=Cpp
 
category=Cpp
 
category=Snippet
 
category=Snippet
category=Uno</DPL>
+
count=2</DPL>
==Implementations==
+
* [[Uno/Cpp/Code Snippets|...]]
 +
'''''[[Uno/Cpp/Tests|Tests]]'''''
 
<DPL>category=Uno:Cpp
 
<DPL>category=Uno:Cpp
category=Impl</DPL>
+
category=Test
==Misc==
+
count=2</DPL>
 +
* [[Uno/Cpp/Tests|...]]
 +
'''''[[Uno/Cpp/Misc|Misc]]'''''
 
<DPL>
 
<DPL>
 
category=Uno:Cpp  
 
category=Uno:Cpp  
Line 28: Line 42:
 
notcategory=Snippet
 
notcategory=Snippet
 
notcategory=Tutorial
 
notcategory=Tutorial
</DPL>
+
count=2</DPL>
 +
* [[Uno/Cpp/Misc|...]]
 +
|}
  
 +
[[Image:Cpp_Uno.jpg|center]]
 +
 +
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.
  
  
[[Category:Development]]
 
[[Category:Uno]]
 
 
[[Category:Uno:Impl]]
 
[[Category:Uno:Impl]]

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