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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m (remove link to page that now redirects back in this Wiki anyway)
Line 2: Line 2:
 
[[Image:HomePageCpp.png]]
 
[[Image:HomePageCpp.png]]
  
This site is about using C++ as a language to program OOo extensions.
+
This site is about using C++ as a language to program OpenOffice extensions.
*[[CppSDKAuthors|About the Author and Contributors]]
+
* [[CppSDKAuthors|About the Author and Contributors]]
 
* [[SDKInstallation|How to install the SDK and compile the C++ examples]] (see also [[Windows|Welcome to OOo development for Windows]])
 
* [[SDKInstallation|How to install the SDK and compile the C++ examples]] (see also [[Windows|Welcome to OOo development for Windows]])
 
* [[SDKCppLanguage|The UNO C++ Language]]
 
* [[SDKCppLanguage|The UNO C++ Language]]
Line 32: Line 32:
 
* [[FR/Documentation/Cpp_Guide|French version of this document]].
 
* [[FR/Documentation/Cpp_Guide|French version of this document]].
 
* [[Documentation/DevGuide/OpenOffice.org_Developers_Guide | Developer's Guide]]
 
* [[Documentation/DevGuide/OpenOffice.org_Developers_Guide | Developer's Guide]]
* [[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]
+
* [[Uno/Cpp/Tutorials/Introduction_to_Cpp_Uno|C++ and UNO tutorial]]
 
* 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]]

Revision as of 09:09, 14 March 2013

Template:Documentation/Banner HomePageCpp.png

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

Documentation caution.png I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunatly is not finished (particularly with addon and dialog). Please let this caution banner for a year and remove it after because tradition in OpenOffice documentation is to remove author's names. After a year, it would be also great to remove my name everywhere it appears in other chapters. Thank you in Advance. SergeMoutou 08:52, 26 August 2010 (UTC)

See also

General

Coding

Personal tools