Difference between revisions of "Using Cpp with the OOo SDK"
From Apache OpenOffice Wiki
m (Formating) |
m (Formating) |
||
Line 1: | Line 1: | ||
{{Documentation/Banner}} | {{Documentation/Banner}} | ||
[[Image:HomePageCpp.png]] | [[Image:HomePageCpp.png]] | ||
+ | |||
This site is about using C++ as a language to program OpenOffice extensions. | This site is about using C++ as a language to program OpenOffice extensions. | ||
* Common | * Common | ||
Line 9: | Line 10: | ||
** [[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.org's 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]] | ||
Line 17: | Line 18: | ||
**[[Playing_with_Window_Toolkit_AWT|Playing with Window Toolkit AWT]] | **[[Playing_with_Window_Toolkit_AWT|Playing with Window Toolkit AWT]] | ||
**[[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 registery and Bootstrapping]] |
− | * [[Constructing_Helpers|Constructing Helpers]] | + | ** [[Constructing_Helpers|Constructing Helpers]] |
− | * [[Constructing_Components|Constructing Components in C++]] | + | * Components |
− | * [[Component_and_Dialog|Managing a Dialog in a Component]] | + | ** [[Constructing_Components|Constructing Components in C++]] |
− | * [[Going_further_with_Dialog_and_Component|Going further with Dialog and Components]] | + | ** [[Component_and_Dialog|Managing a Dialog in a Component]] |
+ | ** [[Going_further_with_Dialog_and_Component|Going further with Dialog and Components]] | ||
* AddOns | * AddOns | ||
** [[Add-on|Constructing an Addon]] | ** [[Add-on|Constructing an Addon]] |
Revision as of 01:57, 11 July 2014
This site is about using C++ as a language to program OpenOffice extensions.
- Common
- Writer, Calc, Draw and Impress
- General Utilities
- Components
- AddOns
See also
- General
- French version of this document.
- Developer's Guide
- C++ and UNO tutorial
- Writing a Program to Control OpenOffice.org, by Franco Pingiori — Part 1 and Part 2, Linux Journal
- UNO tutorial
- UNO IDL
- Uno/Article/Types&Reflection
- UNO Introduction
- Working with a database in C++ (not tackled in this document at the moment).
- Compiler versions used by port maintainers and release engineers