Difference between revisions of "Using Cpp with the OOo SDK"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Coding)
m (General)
Line 23: Line 23:
 
= See also=
 
= See also=
 
== General ==
 
== General ==
* [[Uno/Cpp/Tutorials/Introduction_to_Cpp_Uno|C++ and UNO tutorial]]
+
* [[Uno/Cpp/Tutorials/Introduction_to_Cpp_Uno|C++ and UNO tutorial]] and the corresponding original article [http://udk.openoffice.org/cpp/man/tutorial/unointro.html A Guide to C++ UNO]
 
* Writing a Program to Control OpenOffice.org, by Franco Pingiori — [http://www.linuxjournal.com/article/8550 Part 1] and [http://www.linuxjournal.com/article/8608 Part 2], Linux Journal
 
* Writing a Program to Control OpenOffice.org, by Franco Pingiori — [http://www.linuxjournal.com/article/8550 Part 1] and [http://www.linuxjournal.com/article/8608 Part 2], Linux Journal
 
* [[Tutorial_UNO_Library|UNO tutorial]]
 
* [[Tutorial_UNO_Library|UNO tutorial]]
Line 29: Line 29:
 
* [[Uno/Article/Types%26Reflection]]
 
* [[Uno/Article/Types%26Reflection]]
 
* [http://udk.openoffice.org/common/man/concept/unointro.html UNO Introduction]
 
* [http://udk.openoffice.org/common/man/concept/unointro.html UNO Introduction]
* [http://udk.openoffice.org/cpp/man/tutorial/unointro.html A Guide to C++ UNO]
 
 
* [http://perso.wanadoo.fr/moutou/MyUNODoc_HTML/UNOCppAPI.html UNO/C++] (Complete UNO/C++ document)  
 
* [http://perso.wanadoo.fr/moutou/MyUNODoc_HTML/UNOCppAPI.html UNO/C++] (Complete UNO/C++ document)  
 
* [http://www.oooforum.org/forum/viewtopic.phtml?t=8702 Working with a database in C++] (not tackled in this document at the moment).
 
* [http://www.oooforum.org/forum/viewtopic.phtml?t=8702 Working with a database in C++] (not tackled in this document at the moment).

Revision as of 16:20, 1 January 2008

HomePageCpp.png

This site is about using C++ as a language to program OOo extensions.

See also

General

Coding

Personal tools