Difference between revisions of "Using Cpp with the OOo SDK"
From Apache OpenOffice Wiki
SergeMoutou (talk | contribs) |
SergeMoutou (talk | contribs) |
||
Line 10: | Line 10: | ||
**[[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++]] | ||
+ | * [[UNO_registery_and_Bootstrapping|UNO registery and Bootstrapping]] | ||
* [[Constructing_Components|Constructing Components in C++]] | * [[Constructing_Components|Constructing Components in C++]] | ||
* [[CompleteAddIn | OOoCalc addin in C++]] | * [[CompleteAddIn | OOoCalc addin in C++]] |
Revision as of 09:50, 26 May 2006
I would like to provide here informations on using C++ as language to program OOo applications.
- How to install the SDK and compile the C++ examples (see also Welcome to OOo development for Windows)
- The UNO C++ Language
- OpenOffice.org's UNO automation with a binary (executable)
- OpenOffice Calc
- C++ automation of OOoDraw and OOoImpress
- Working with Shapes in C++
- Programming OooWriter with C++
- General Utilities
- UNO registery and Bootstrapping
- Constructing Components in C++
- OOoCalc addin in C++
- GNU Lesser General Public License
See also
- 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/C++ (Complete UNO/C++ document)