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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
I want to provide here informations on using C++ as language to program OOo applications.
 
I want to provide here informations on using C++ as language to program OOo applications.
 
* [[SDKInstallation | How to install the SDK and compile the C++ examples]]
 
* [[SDKInstallation | How to install the SDK and compile the C++ examples]]
# How to install the SDK and compile the C++ examples
+
# Installation under LINUX
## Installation under LINUX
+
# Installation under Windows
## Installation under Windows
+
# Installing with the free MS Visual C++ Toolkit 2003
## Installing with the free MS Visual C++ Toolkit 2003
+
# The Development Tools of the SDK
## The Development Tools of the SDK
+
 
## One Cpp Example
 
## One Cpp Example
# See also
 
 
* [[SDKCppLanguage | The UNO C++ Language]]
 
* [[SDKCppLanguage | The UNO C++ Language]]
# The UNO C++ Language
 
## Our starting Example : Simple Binaries (Executable)
 
## Types
 
## Sequences
 
## Strings
 
### OUString and OString
 
#### OUString to OString
 
####OString to OUString
 
### File Path
 
### SDK Example
 
### Sequence of Strings
 
## Any
 
## Files
 
## Threads
 
## To go further : the Enumeration Type Problem
 
## To go further : the Constant Type Problem
 
# See also
 
 
 
* [[UNO_automation_with_a_binary_(executable)|OpenOffice.org's UNO automation with a binary (executable)]]
 
* [[UNO_automation_with_a_binary_(executable)|OpenOffice.org's UNO automation with a binary (executable)]]
 
* [[OpenOffice_Calc|OpenOffice Calc]]
 
* [[OpenOffice_Calc|OpenOffice Calc]]
* [[C++_automation_of_OOoDraw_and_OOoImpress|C++ automation of OOoDraw and OOoImpress]]
+
* [[Programming_OOoDraw_and_OOoImpress|C++ automation of OOoDraw and OOoImpress]]
 
* [[CompleteAddIn | OOoCalc addin in C++]]
 
* [[CompleteAddIn | OOoCalc addin in C++]]
  
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Uno:Cpp]]
 
[[Category:Uno:Cpp]]

Revision as of 11:56, 20 May 2006

I want to provide here informations on using C++ as language to program OOo applications.

  1. Installation under LINUX
  2. Installation under Windows
  3. Installing with the free MS Visual C++ Toolkit 2003
  4. The Development Tools of the SDK
    1. One Cpp Example
Personal tools