1<html> 2<head> 3 <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Overview</title> 4 <link rel="stylesheet" type="text/css" href="docs/sdk_styles.css"> 5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 6 <meta name="author" content="Jürgen Schmidt"> 7 <meta name="created" content="2004-12-14"> 8</head> 9<body class="sdkbody"> 10 11<table class="table1" cellpadding=0> 12 <tr style="background-image:url(docs/images/sdk_head-2.png)"> 13 <td colspan="3" align="left"><img src="docs/images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td> 14 </tr> 15 <tr> 16 <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"></td> 17 </tr> 18 <tr> 19 <td colspan="3"> 20 <table class="table2"> 21 <tr> 22 <td><img class="nothing8" src="docs/images/nada.gif"></td> 23 <td> 24 <p>Apache OpenOffice %PRODUCT_RELEASE% software is a complete, feature-rich 25 office productivity suite that provides, in combination with this 26 SDK, all the essential tools for building and deploying custom 27 solutions that build on, or integrate with, the Apache OpenOffice %PRODUCT_RELEASE% suite 28 of products.</p> 29 <p>The SDK is a development kit for Apache OpenOffice %PRODUCT_RELEASE%, which 30 eases the development of office components. It provides a set of 31 libraries, binaries, header, and IDL files which have final API's 32 and can only be extended with new functionality. This set of libraries 33 and binaries is the minimum set of functions needed to use system 34 abstraction for base functionality and for using UNO (Universal 35 Network Objects) component technology. The UNO component model is the 36 base of the whole Office API. The SDK provides everything necessary 37 to use the Office API from external programs (e.g. Java, C++) or to 38 extend the Office functionality with new components (e.g. new filter 39 components, CalcAddin functions). It is compatible over several 40 versions because the API remains unaffected and will only be extended 41 with new functions.</p> 42 <p>The SDK provides the basic building blocks for external developers 43 to develop components in any language for which a binding exists. 44 Currently, there are language bindings for Apache OpenOffice %PRODUCT_RELEASE% Basic, Java, 45 and different C++ compilers on different platforms, for Apache OpenOffice %PRODUCT_RELEASE%, 46 thus covering the two most commonly used programming languages. There 47 will be no limit for office automation in heterogeneous environments. 48 Currently supported platforms of the SDK are Linux, Solaris (sparc, 49 x86), and Windows.</p> 50 <p>The SDK also contains <a href="docs/common/ref/com/sun/star/module-ix.html" title="link to the IDL reference documentation"> reference</a> documentation 51 for the API and a complete <a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Apache OpenOffice_Developers_Guide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a> is availbale online in the Apache OpenOffice Wiki, with 52 lots of examples, which introduce the API, explain the concepts behind 53 it, and make it possible for all users to quickly get started with 54 the Office API.</p> 55 </td> 56 <td><img class="nothing8" src="docs/images/nada.gif"></td> 57 </tr> 58 <tr> 59 <td><img class="nothing8" src="docs/images/nada.gif"></td> 60 <td><img class="line" src="docs/images/sdk_line-1.gif"></td> 61 <td><img class="nothing8" src="docs/images/nada.gif"></td> 62 </tr> 63 <tr> 64 <td><img class="nothing8" src="docs/images/nada.gif"></td> 65 <td> 66 <table class="table3"> 67 <tr valign="top"> 68 <td colspan="4" class="head1">Content</td> 69 </tr> 70 <tr> 71 <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td> 72 </tr> 73 <tr valign="top"> 74 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 75 <td colspan="2"><a href="docs/install.html" title="link to the installation guide">Installation Guide</a></td> 76 <td class="content70">An overview of all necessary 77 installation steps (e.g. environment variables) to use this SDK.</td> 78 </tr> 79 <tr valign="middle"> 80 <td><img class="nothing10" src="docs/images/nada.gif"></td> 81 <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td> 82 </tr> 83 <tr valign="top"> 84 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 85 <td colspan="2"><a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Apache OpenOffice_Developers_Guide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td> 86 <td class="content70">Detailed documentation, explaining the Apache OpenOffice %PRODUCT_RELEASE% 87 API and the concepts behind it, with a rich set of examples, 88 implemented mainly in Java. This documentation is online in the 89 Apache OpenOffice Wiki.</td> 90 </tr> 91 <tr valign="top"> 92 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 93 <td colspan="2"><a href="docs/common/ref/com/sun/star/module-ix.html" title="link to the IDL reference documentation">IDL Reference</a></td> 94 <td class="content70">Complete Apache OpenOffice %PRODUCT_RELEASE% API reference.</td> 95 </tr> 96 <tr valign="top"> 97 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 98 <td colspan="2"><a href="docs/java/ref/index.html" title="link to the Java UNO runtime API reference documentation">Java UNO Runtime Reference </a></td> 99 <td class="content70">Reference documentation of the Java UNO runtime API.</td> 100 </tr> 101 <tr valign="top"> 102 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 103 <td colspan="2"><a href="docs/cpp/ref/names/index.html" title="link to the C++ API reference documentation">C++ Reference</a></td> 104 <td class="content70">Reference documentation of the C++ UNO runtime and a 105 set of C/C++ base and helper functions and classes to abstract from 106 the system layer.</td> 107 </tr> 108 <tr valign="middle"> 109 <td><img class="nothing10" src="docs/images/nada.gif"></td> 110 <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td> 111 </tr> 112 <tr valign="top"> 113 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 114 <td colspan="2"><a href="docs/tools.html" title="link to the tools overview page">Development Tools</a></td> 115 <td class="content70">Overview and a short description of the UNO 116 development tools.</td> 117 </tr> 118 <tr valign="top"> 119 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 120 <td colspan="2"><a href="examples/examples.html" title="link to the examples overview page">Examples</a></td> 121 <td class="content70">A collection of examples in different 122 programming languages (Java, C++, Basic, OLE, CLI).</td> 123 </tr> 124 <tr valign="middle"> 125 <td><img class="nothing10" src="docs/images/nada.gif"></td> 126 <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td> 127 </tr> 128 <tr valign="top"> 129 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 130 <td colspan="2"><a href="http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=office" title="link to the OASIS Open Office XML Format TC (online)">OASIS Open Document Format for Office Applications (OpenDocument) TC</a></td> 131 <td class="content70">Link to the OASIS Open Document Format for 132 Office Applications (OpenDocument) Technical Committee where you 133 can find the latest information about the OASIS Open Document XML 134 file format which is the default document format 135 for Apache OpenOffice %PRODUCT_RELEASE%.</td> 136 </tr> 137 <tr valign="top"> 138 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 139 <td colspan="2"><a href="http://xml.openoffice.org/xml_specification.pdf" title="link to the OpenOffice.org XML File Format Specification">OpenOffice.org XML File Format</a></td> 140 <td class="content70">Specification of the initial OpenOffice.org XML File Format.</td> 141 </tr> 142 <tr valign="middle"> 143 <td><img class="nothing10" src="docs/images/nada.gif"></td> 144 <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td> 145 </tr> 146 <tr valign="top"> 147 <td class="content4"><img src="docs/images/arrow-1.gif"></td> 148 <td colspan="2"><a href="share/readme/LICENSE_en-US.html" title="link to the SDK license file">License</a></td> 149 <td class="content70">The license for the Apache OpenOffice %PRODUCT_RELEASE% SDK.</td> 150 </tr> 151 <tr valign="middle"> 152 <td><img class="nothing10" src="docs/images/nada.gif"></td> 153 <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td> 154 </tr> 155 <tr valign="top"> 156 <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td> 157 </tr> 158 <tr valign="top"> 159 <td colspan="4" class="head1">Additional Resources</td> 160 </tr> 161 <tr valign="top"> 162 <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td> 163 </tr> 164 <tr valign="middle"> 165 <td class="content4"><img class="arrow" src="docs/images/arrow-1.gif"</td> 166 <td width="5%"><a target="_blank" href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage (online)"><img class="appicon" src="docs/images/ooo-main-app_32.png"></a></td> 167 <td width="21%"><a target="_blank" href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage (online)">Apache OpenOffice™</a></td> 168 <td class="content70">Open Source community project of office-productivity software.</td> 169 </tr> 170 </table> 171 </td> 172 <td><img class="nothing8" src="docs/images/nada.gif"></td> 173 </tr> 174 </table> 175 </td> 176 </tr> 177 <tr> 178 <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"></td> 179 </tr> 180 <tr> 181 <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td> 182 </tr> 183 <tr> 184 <td colspan="3"> 185 <div class="centertext"> 186 <p><img class="apachelogo" src="docs/images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" /> 187 Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOfifce.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> 188 </div> 189 </td> 190 </tr> 191</table> 192<map name="Map"> 193 <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org"> 194</map> 195</body> 196</html> 197