Using Cpp with the OOo SDK
From Apache OpenOffice Wiki
Revision as of 17:25, 17 June 2009 by SergeMoutou (talk | contribs)
This site is about using C++ as a language to program OOo extensions.
- About the Author and Contributors
- 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
- IDL Files and C++
- UNO registery and Bootstrapping
- Constructing Helpers
- Constructing Components in C++
- Managing a Dialog in a Component
- Constructing an Addon
- OOoCalc addin in C++
- XML, Filters and Files
- Appendix : Using make utility with SDK
- GNU Lesser General Public License
See also
General
- French version of this document.
- Developer's Guide
- C++ and UNO tutorial and the corresponding original article A Guide to C++ UNO
- 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