Difference between revisions of "Using Cpp with the OOo SDK"
From Apache OpenOffice Wiki
SergeMoutou (talk | contribs) m |
SergeMoutou (talk | contribs) m (→Coding) |
||
Line 39: | Line 39: | ||
[[Category:Tutorial]] | [[Category:Tutorial]] | ||
+ | [[Category:Cpp]] | ||
[[Category:Development]] | [[Category:Development]] | ||
[[Category:Developer Documentation]] | [[Category:Developer Documentation]] | ||
[[Category:Uno]] | [[Category:Uno]] | ||
[[Category:Article]] | [[Category:Article]] |
Revision as of 15:50, 3 March 2008
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++
- OOoCalc addin in C++
- XML, Filters and Files
- GNU Lesser General Public License
See also
General
- 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
- UNO/C++ (Complete UNO/C++ document)
- Working with a database in C++ (not tackled in this document at the moment).
- Compiler versions used by port maintainers and release engineers