xref: /aoo42x/main/odk/index.html (revision d353e71e)
1122c3632SJürgen Schmidt<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2122c3632SJürgen Schmidt<!--
3122c3632SJürgen Schmidt#**************************************************************
4122c3632SJürgen Schmidt#
5122c3632SJürgen Schmidt#  Licensed to the Apache Software Foundation (ASF) under one
6122c3632SJürgen Schmidt#  or more contributor license agreements.  See the NOTICE file
7122c3632SJürgen Schmidt#  distributed with this work for additional information
8122c3632SJürgen Schmidt#  regarding copyright ownership.  The ASF licenses this file
9122c3632SJürgen Schmidt#  to you under the Apache License, Version 2.0 (the
10122c3632SJürgen Schmidt#  "License"); you may not use this file except in compliance
11122c3632SJürgen Schmidt#  with the License.  You may obtain a copy of the License at
12122c3632SJürgen Schmidt#
13122c3632SJürgen Schmidt#    http://www.apache.org/licenses/LICENSE-2.0
14122c3632SJürgen Schmidt#
15122c3632SJürgen Schmidt#  Unless required by applicable law or agreed to in writing,
16122c3632SJürgen Schmidt#  software distributed under the License is distributed on an
17122c3632SJürgen Schmidt#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18122c3632SJürgen Schmidt#  KIND, either express or implied.  See the License for the
19122c3632SJürgen Schmidt#  specific language governing permissions and limitations
20122c3632SJürgen Schmidt#  under the License.
21122c3632SJürgen Schmidt#
22122c3632SJürgen Schmidt#**************************************************************
23122c3632SJürgen Schmidt -->
24cdf0e10cSrcweir<html>
25cdf0e10cSrcweir<head>
26ef1ef8e6SJürgen Schmidt  <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Overview</title>
27cdf0e10cSrcweir  <link rel="stylesheet" type="text/css" href="docs/sdk_styles.css">
28cdf0e10cSrcweir  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
29cdf0e10cSrcweir  <meta name="author" content="J&uuml;rgen Schmidt">
30cdf0e10cSrcweir  <meta name="created" content="2004-12-14">
31cdf0e10cSrcweir</head>
32cdf0e10cSrcweir<body class="sdkbody">
33cdf0e10cSrcweir
34cdf0e10cSrcweir<table class="table1" cellpadding=0>
35cdf0e10cSrcweir  <tr style="background-image:url(docs/images/sdk_head-2.png)">
36cdf0e10cSrcweir    <td colspan="3" align="left"><img src="docs/images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td>
37cdf0e10cSrcweir  </tr>
38cdf0e10cSrcweir  <tr>
39cdf0e10cSrcweir    <td colspan="3"><img  class="nothing30" src="docs/images/nada.gif"></td>
40cdf0e10cSrcweir  </tr>
41cdf0e10cSrcweir  <tr>
42cdf0e10cSrcweir    <td colspan="3">
43cdf0e10cSrcweir      <table class="table2">
44cdf0e10cSrcweir        <tr>
45cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
46cdf0e10cSrcweir          <td>
47ef1ef8e6SJürgen Schmidt            <p>Apache OpenOffice %PRODUCT_RELEASE% software is a complete, feature-rich
48cdf0e10cSrcweir              office productivity suite that provides, in combination with this
49cdf0e10cSrcweir			  SDK, all the essential tools for building and deploying custom
50ef1ef8e6SJürgen Schmidt			  solutions that build on, or integrate with, the Apache OpenOffice %PRODUCT_RELEASE% suite
51cdf0e10cSrcweir			  of products.</p>
52ef1ef8e6SJürgen Schmidt            <p>The SDK is a development kit for Apache OpenOffice %PRODUCT_RELEASE%, which
53cdf0e10cSrcweir			  eases the development of office components. It provides a set of
54cdf0e10cSrcweir			  libraries, binaries, header, and IDL files which have final API's
55cdf0e10cSrcweir			  and can only be extended with new functionality. This set of libraries
56cdf0e10cSrcweir			  and binaries is the minimum set of functions needed to use system
57cdf0e10cSrcweir			  abstraction for base functionality and for using UNO (Universal
58cdf0e10cSrcweir			  Network Objects) component technology. The UNO component model is the
59cdf0e10cSrcweir			  base of the whole Office API. The SDK provides everything necessary
60cdf0e10cSrcweir			  to use the Office API from external programs (e.g. Java, C++) or to
61cdf0e10cSrcweir			  extend the Office functionality with new components (e.g. new filter
62cdf0e10cSrcweir			  components, CalcAddin functions). It is compatible over several
63cdf0e10cSrcweir			  versions because the API remains unaffected and will only be extended
64cdf0e10cSrcweir			  with new functions.</p>
65cdf0e10cSrcweir            <p>The SDK provides the basic building blocks for external developers
66cdf0e10cSrcweir			  to develop components in any language for which a binding exists.
67ef1ef8e6SJürgen Schmidt			  Currently, there are language bindings for Apache OpenOffice %PRODUCT_RELEASE% Basic, Java,
68ef1ef8e6SJürgen Schmidt			  and different C++ compilers on different platforms, for Apache OpenOffice %PRODUCT_RELEASE%,
69cdf0e10cSrcweir			  thus covering the two most commonly used programming languages. There
70cdf0e10cSrcweir			  will be no limit for office automation in heterogeneous environments.
71cdf0e10cSrcweir			  Currently supported platforms of the SDK are Linux, Solaris (sparc,
72cdf0e10cSrcweir			  x86), and Windows.</p>
73cdf0e10cSrcweir            <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
741e9a51a1SJürgen Schmidt              for the API and a complete <a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a> is availbale online in the Apache OpenOffice Wiki, with
75cdf0e10cSrcweir			  lots of examples, which introduce the API, explain the concepts behind
76cdf0e10cSrcweir			  it, and make it possible for all users to quickly get started with
77cdf0e10cSrcweir			  the Office API.</p>
78cdf0e10cSrcweir          </td>
79cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
80cdf0e10cSrcweir        </tr>
81cdf0e10cSrcweir        <tr>
82cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
83cdf0e10cSrcweir          <td><img class="line" src="docs/images/sdk_line-1.gif"></td>
84cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
85cdf0e10cSrcweir        </tr>
86cdf0e10cSrcweir        <tr>
87cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
88cdf0e10cSrcweir          <td>
89cdf0e10cSrcweir             <table class="table3">
90cdf0e10cSrcweir              <tr valign="top">
91cdf0e10cSrcweir                <td colspan="4" class="head1">Content</td>
92cdf0e10cSrcweir              </tr>
93cdf0e10cSrcweir              <tr>
94cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
95cdf0e10cSrcweir              </tr>
96cdf0e10cSrcweir              <tr valign="top">
97cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
98cdf0e10cSrcweir                <td colspan="2"><a href="docs/install.html" title="link to the installation guide">Installation Guide</a></td>
99cdf0e10cSrcweir                <td class="content70">An overview of all necessary
100cdf0e10cSrcweir				installation steps (e.g. environment variables) to use this SDK.</td>
101cdf0e10cSrcweir              </tr>
102cdf0e10cSrcweir              <tr valign="middle">
103cdf0e10cSrcweir                <td><img class="nothing10" src="docs/images/nada.gif"></td>
104cdf0e10cSrcweir                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
105cdf0e10cSrcweir              </tr>
106cdf0e10cSrcweir              <tr valign="top">
107cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
1081e9a51a1SJürgen Schmidt                <td colspan="2"><a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td>
109ef1ef8e6SJürgen Schmidt                <td class="content70">Detailed documentation, explaining the Apache OpenOffice %PRODUCT_RELEASE%
110cdf0e10cSrcweir				API and the concepts behind it, with a rich set of examples,
111cdf0e10cSrcweir				implemented mainly in Java. This documentation is online in the
112ef1ef8e6SJürgen Schmidt				Apache OpenOffice Wiki.</td>
113cdf0e10cSrcweir              </tr>
114cdf0e10cSrcweir              <tr valign="top">
115cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
116cdf0e10cSrcweir                <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>
117ef1ef8e6SJürgen Schmidt                <td class="content70">Complete Apache OpenOffice %PRODUCT_RELEASE% API reference.</td>
118cdf0e10cSrcweir              </tr>
119cdf0e10cSrcweir              <tr valign="top">
120cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
121cdf0e10cSrcweir                <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>
122cdf0e10cSrcweir                <td class="content70">Reference documentation of the Java UNO runtime API.</td>
123cdf0e10cSrcweir              </tr>
124cdf0e10cSrcweir              <tr valign="top">
125cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
126cdf0e10cSrcweir                <td colspan="2"><a href="docs/cpp/ref/names/index.html" title="link to the C++ API reference documentation">C++ Reference</a></td>
127cdf0e10cSrcweir                <td class="content70">Reference documentation of the C++ UNO runtime and a
128cdf0e10cSrcweir				set of C/C++ base and helper functions and classes to abstract from
129cdf0e10cSrcweir				the system layer.</td>
130cdf0e10cSrcweir              </tr>
131cdf0e10cSrcweir              <tr valign="middle">
132cdf0e10cSrcweir                <td><img class="nothing10" src="docs/images/nada.gif"></td>
133cdf0e10cSrcweir                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
134cdf0e10cSrcweir              </tr>
135cdf0e10cSrcweir              <tr valign="top">
136cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
137cdf0e10cSrcweir                <td colspan="2"><a href="docs/tools.html" title="link to the tools overview page">Development Tools</a></td>
138cdf0e10cSrcweir                <td class="content70">Overview and a short description of the UNO
139cdf0e10cSrcweir				development tools.</td>
140cdf0e10cSrcweir              </tr>
141cdf0e10cSrcweir              <tr valign="top">
142cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
143cdf0e10cSrcweir                <td colspan="2"><a href="examples/examples.html" title="link to the examples overview page">Examples</a></td>
144cdf0e10cSrcweir                <td class="content70">A collection of examples in different
145cdf0e10cSrcweir				programming languages (Java, C++, Basic, OLE, CLI).</td>
146cdf0e10cSrcweir              </tr>
147cdf0e10cSrcweir              <tr valign="middle">
148cdf0e10cSrcweir                <td><img class="nothing10" src="docs/images/nada.gif"></td>
149cdf0e10cSrcweir                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
150cdf0e10cSrcweir              </tr>
151cdf0e10cSrcweir              <tr valign="top">
152cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
153cdf0e10cSrcweir                <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>
154cdf0e10cSrcweir                <td class="content70">Link to the OASIS Open Document Format for
155cdf0e10cSrcweir				Office Applications (OpenDocument) Technical Committee where you
156cdf0e10cSrcweir				can find the latest information about the OASIS Open Document XML
157cdf0e10cSrcweir				file format which is the default document format
158ef1ef8e6SJürgen Schmidt				for Apache OpenOffice %PRODUCT_RELEASE%.</td>
159cdf0e10cSrcweir              </tr>
160cdf0e10cSrcweir              <tr valign="top">
161cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
162cdf0e10cSrcweir                <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>
163ef1ef8e6SJürgen Schmidt                <td class="content70">Specification of the initial OpenOffice.org XML File Format.</td>
164cdf0e10cSrcweir              </tr>
165cdf0e10cSrcweir              <tr valign="middle">
166cdf0e10cSrcweir                <td><img class="nothing10" src="docs/images/nada.gif"></td>
167cdf0e10cSrcweir                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
168cdf0e10cSrcweir              </tr>
169cdf0e10cSrcweir              <tr valign="top">
170cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
1711e9a51a1SJürgen Schmidt                <td colspan="2"><a href="LICENSE" title="link to the SDK license file">License</a></td>
172ef1ef8e6SJürgen Schmidt                <td class="content70">The license for the Apache OpenOffice %PRODUCT_RELEASE% SDK.</td>
173cdf0e10cSrcweir              </tr>
174cdf0e10cSrcweir              <tr valign="middle">
175cdf0e10cSrcweir                <td><img class="nothing10" src="docs/images/nada.gif"></td>
176cdf0e10cSrcweir                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
177cdf0e10cSrcweir              </tr>
178cdf0e10cSrcweir              <tr valign="top">
179cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
180cdf0e10cSrcweir              </tr>
181cdf0e10cSrcweir              <tr valign="top">
182cdf0e10cSrcweir                <td colspan="4" class="head1">Additional Resources</td>
183cdf0e10cSrcweir              </tr>
184cdf0e10cSrcweir              <tr valign="top">
185cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
186cdf0e10cSrcweir              </tr>
187cdf0e10cSrcweir              <tr valign="middle">
188*d353e71eSTsutomu Uchino                <td class="content4"><img class="arrow" src="docs/images/arrow-1.gif"></td>
189ef1ef8e6SJürgen Schmidt                <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>
190*d353e71eSTsutomu Uchino                <td width="21%"><a target="_blank" href="http://www.openoffice.org/" title="link to the Apache OpenOffice homepage (online)">Apache OpenOffice&#153;</a></td>
191cdf0e10cSrcweir                <td class="content70">Open Source community project of office-productivity software.</td>
192cdf0e10cSrcweir              </tr>
193cdf0e10cSrcweir            </table>
194cdf0e10cSrcweir          </td>
195cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
196cdf0e10cSrcweir        </tr>
197cdf0e10cSrcweir      </table>
198cdf0e10cSrcweir    </td>
199cdf0e10cSrcweir  </tr>
200cdf0e10cSrcweir  <tr>
201cdf0e10cSrcweir    <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"></td>
202cdf0e10cSrcweir  </tr>
203cdf0e10cSrcweir  <tr>
204cdf0e10cSrcweir    <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
205cdf0e10cSrcweir  </tr>
206cdf0e10cSrcweir  <tr>
207cdf0e10cSrcweir    <td colspan="3">
208cdf0e10cSrcweir      <div class="centertext">
209ef1ef8e6SJürgen Schmidt	<p><img class="apachelogo" src="docs/images/odk-footer-logo.gif" title="Apache Feather" alt="Apache Feather" />
210b8f9e311SRob Weir            Copyright &copy; 2013 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p>
211cdf0e10cSrcweir      </div>
212cdf0e10cSrcweir    </td>
213cdf0e10cSrcweir  </tr>
214cdf0e10cSrcweir</table>
215cdf0e10cSrcweir<map name="Map">
216ef1ef8e6SJürgen Schmidt  <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org">
217cdf0e10cSrcweir</map>
218cdf0e10cSrcweir</body>
219cdf0e10cSrcweir</html>
220