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
+
# How to install the SDK and compile the C++ examples
          ## 1.1 Installation under LINUX
+
## Installation under LINUX
          ## 1.2 Installation under Windows
+
## Installation under Windows
          ## 1.3 Installing with the free MS Visual C++ Toolkit 2003
+
## Installing with the free MS Visual C++ Toolkit 2003
          ## 1.4 The Development Tools of the SDK
+
## The Development Tools of the SDK
          ## 1.5 One Cpp Example
+
## One Cpp Example
    # See also
+
# 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]]

Revision as of 11:49, 20 May 2006

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

  1. How to install the SDK and compile the C++ examples
    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
    5. One Cpp Example
  2. See also
  1. The UNO C++ Language
    1. Our starting Example : Simple Binaries (Executable)
    2. Types
    3. Sequences
    4. Strings
      1. OUString and OString
        1. OUString to OString
        2. OString to OUString
      2. File Path
      3. SDK Example
      4. Sequence of Strings
    5. Any
    6. Files
    7. Threads
    8. To go further : the Enumeration Type Problem
    9. To go further : the Constant Type Problem
  2. See also
Personal tools