Difference between revisions of "Using Cpp with the OOo SDK"
From Apache OpenOffice Wiki
SergeMoutou (talk | contribs) m (→General) |
SergeMoutou (talk | contribs) m |
||
Line 22: | Line 22: | ||
* [[Add-on|Constructing an Addon]] | * [[Add-on|Constructing an Addon]] | ||
* [[CompleteAddIn | OOoCalc addin in C++]] | * [[CompleteAddIn | OOoCalc addin in C++]] | ||
+ | * [[[[Writing_Professional_Components|Writing professional Components]] | ||
* [[XML_and_Filter |XML, Filters and Files]] | * [[XML_and_Filter |XML, Filters and Files]] | ||
* [[MakeFile|Appendix : Using make utility]] with SDK | * [[MakeFile|Appendix : Using make utility]] with SDK |
Revision as of 14:42, 3 August 2009
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
- Going further with Dialog and Components
- Constructing an Addon
- OOoCalc addin in C++
- [[Writing professional Components
- 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