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

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 29: Line 29:
 
* [[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]]
 
* [[CompleteAddIn | OOoCalc addin in C++]]
 
* [[CompleteAddIn | OOoCalc addin in C++]]
  
 
[[Category:Development]]
 
[[Category:Development]]
 
[[Category:Uno:Cpp]]
 
[[Category:Uno:Cpp]]

Revision as of 11:53, 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