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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Undo revision 247130 by DiGro (talk))
m
Line 4: Line 4:
 
==== Common ====
 
==== Common ====
 
* [[CppSDKAuthors|About the Author and Contributors]]
 
* [[CppSDKAuthors|About the Author and Contributors]]
* [http://openoffice.apache.org/license.html| The SDK is licensed under ALv2]
+
* [https://www.apache.org/licenses/LICENSE-2.0|The SDK is licensed under ALv2]
 
* [[SDKInstallation|How to install the SDK and compile the C++ examples]]
 
* [[SDKInstallation|How to install the SDK and compile the C++ examples]]
 
* [[SDKCppLanguage|The UNO C++ Language]]
 
* [[SDKCppLanguage|The UNO C++ Language]]
* [[UNO_automation_with_a_binary_(executable)|OpenOffice.org's UNO automation with a binary (executable)]]
+
* [[UNO_automation_with_a_binary_(executable)|OpenOffice UNO automation with a binary (executable)]]
 
==== Writer, Calc, Draw and Impress ====
 
==== Writer, Calc, Draw and Impress ====
* [[Programming OooWriter |Programming OooWriter with C++]]
+
* [[Programming OooWriter |Programming OOoWriter with C++]]
 
* [[Calc/API/Programming|OpenOffice Calc]]
 
* [[Calc/API/Programming|OpenOffice Calc]]
 
* [[Programming_OOoDraw_and_OOoImpress|Programming OOoDraw and OOoImpress with C++]]
 
* [[Programming_OOoDraw_and_OOoImpress|Programming OOoDraw and OOoImpress with C++]]
Line 17: Line 17:
 
*[[Executing_an_OOoBasic_macro_with_Cpp|Executing an OOoBasic macro with C++]]
 
*[[Executing_an_OOoBasic_macro_with_Cpp|Executing an OOoBasic macro with C++]]
 
* [[IDL_Files_and_Cpp|IDL Files and C++]]
 
* [[IDL_Files_and_Cpp|IDL Files and C++]]
* [[UNO_registery_and_Bootstrapping|UNO registery and Bootstrapping]]
+
* [[UNO_registery_and_Bootstrapping|UNO registry and Bootstrapping]]
 
* [[Constructing_Helpers|Constructing Helpers]]
 
* [[Constructing_Helpers|Constructing Helpers]]
 
==== Components ====
 
==== Components ====
Line 28: Line 28:
 
* [[CompleteAddIn | OOoCalc AddOn in C++]]
 
* [[CompleteAddIn | OOoCalc AddOn in C++]]
 
* [[XML_and_Filter |XML, Filters and Files]]
 
* [[XML_and_Filter |XML, Filters and Files]]
{{Warn|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. 08:52, 26 August 2010 (UTC)}}  
+
{{Warn|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, unfortunately is not finished (particularly with add-on 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. 08:52, 26 August 2010 (UTC)}}  
 
= See also=
 
= See also=
 
==== General ====
 
==== General ====

Revision as of 11:41, 21 June 2021

doc OOo

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

Common

Writer, Calc, Draw and Impress

General Utilities

Components

AddOns

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, unfortunately is not finished (particularly with add-on 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. 08:52, 26 August 2010 (UTC)

See also

General

Coding

Personal tools