Difference between revisions of "Using Cpp with the OOo SDK"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DocBanner}}
 
{{DocBanner}}
 +
<!-- 2021-10-01 removed/updated Warn from original author: {{Warn|I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunately is not finished (particularly with add-on and dialog). Please let this caution banner for a year and remove it after because tradition in OpenOffice documentation is to remove author's names. After a year, it would be also great to remove my name everywhere it appears in other chapters. Thank you in advance. 08:52, 26 August 2010 (UTC)}}-->
 +
{{Warn|The original author wants you to know that: "I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunately is not finished (particularly with add-on and dialog)."}}
  
 
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 ====
 
* [[CppSDKAuthors|About the Author and Contributors]]
 
* [[CppSDKAuthors|About the Author and Contributors]]
* [https://www.apache.org/licenses/LICENSE-2.0|The SDK is licensed under ALv2]
+
* [https://www.apache.org/licenses/LICENSE-2.0 The SDK is licensed under ALv2]
 
* [[SDKInstallation|How to install the SDK and compile the C++ examples]]
 
* [[SDKInstallation|How to install the SDK and compile the C++ examples]]
 
* [[SDKCppLanguage|The UNO C++ Language]]
 
* [[SDKCppLanguage|The UNO C++ Language]]
Line 28: Line 30:
 
* [[CompleteAddIn | OOoCalc AddOn in C++]]
 
* [[CompleteAddIn | OOoCalc AddOn in C++]]
 
* [[XML_and_Filter |XML, Filters and Files]]
 
* [[XML_and_Filter |XML, Filters and Files]]
{{Warn|I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunately is not finished (particularly with add-on and dialog). Please let this caution banner for a year and remove it after because tradition in OpenOffice documentation is to remove author's names. After a year, it would be also great to remove my name everywhere it appears in other chapters. Thank you in advance. 08:52, 26 August 2010 (UTC)}}
+
 
= See also=
 
= See also=
 
==== General ====
 
==== General ====
Line 38: Line 40:
 
* [[Tutorial_UNO_IDL|UNO IDL]]
 
* [[Tutorial_UNO_IDL|UNO IDL]]
 
* [[Uno/Article/Types%26Reflection]]
 
* [[Uno/Article/Types%26Reflection]]
* [http://udk.openoffice.org/common/man/concept/unointro.html UNO Introduction]
+
* [https://wiki.openoffice.org/wiki/Uno/Cpp/Tutorials/Introduction_to_Cpp_Uno UNO Introduction]
 
* [http://www.oooforum.org/forum/viewtopic.phtml?t=8702 Working with a database in C++] (not tackled in this document at the moment).
 
* [http://www.oooforum.org/forum/viewtopic.phtml?t=8702 Working with a database in C++] (not tackled in this document at the moment).
 
* [[Compiler_versions_used_by_port_maintainers_and_release_engineers|Compiler versions used by port maintainers and release engineers]]
 
* [[Compiler_versions_used_by_port_maintainers_and_release_engineers|Compiler versions used by port maintainers and release engineers]]

Latest revision as of 12:12, 1 October 2021

doc OOo
Documentation caution.png The original author wants you to know that: "I have decided to give up with this C++ documentation. My last work was to add two chapters in summer 2009. I have done nothing more during last year. I only want to say this document is completely free, unfortunately is not finished (particularly with add-on and dialog)."

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

Coding

Personal tools