xref: /aoo42x/main/odk/index.html (revision cc666cf9)
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">
2899eb6ac2SMatthias Seidel  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
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>
35a02e2aebSMatthias Seidel  <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>
38a02e2aebSMatthias Seidel  <tr>
39cdf0e10cSrcweir    <td colspan="3"><img  class="nothing30" src="docs/images/nada.gif"></td>
40cdf0e10cSrcweir  </tr>
41a02e2aebSMatthias Seidel  <tr>
42a02e2aebSMatthias Seidel    <td colspan="3">
43cdf0e10cSrcweir      <table class="table2">
44a02e2aebSMatthias Seidel        <tr>
45cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
46a02e2aebSMatthias Seidel          <td>
47ef1ef8e6SJürgen Schmidt            <p>Apache OpenOffice %PRODUCT_RELEASE% software is a complete, feature-rich
48*cc666cf9SMatthias Seidel              office productivity suite that provides, in combination with this
49*cc666cf9SMatthias Seidel			  SDK, all the essential tools for building and deploying custom
50*cc666cf9SMatthias Seidel			  solutions that build on, or integrate with, the Apache OpenOffice %PRODUCT_RELEASE% suite
51cdf0e10cSrcweir			  of products.</p>
52*cc666cf9SMatthias Seidel            <p>The SDK is a development kit for Apache OpenOffice %PRODUCT_RELEASE%, which
53*cc666cf9SMatthias Seidel			  eases the development of office components. It provides a set of
54*cc666cf9SMatthias Seidel			  libraries, binaries, header, and IDL files which have final API's
55cdf0e10cSrcweir			  and can only be extended with new functionality. This set of libraries
56*cc666cf9SMatthias Seidel			  and binaries is the minimum set of functions needed to use system
57*cc666cf9SMatthias Seidel			  abstraction for base functionality and for using UNO (Universal
58cdf0e10cSrcweir			  Network Objects) component technology. The UNO component model is the
59*cc666cf9SMatthias Seidel			  base of the whole Office API. The SDK provides everything necessary
60*cc666cf9SMatthias Seidel			  to use the Office API from external programs (e.g. Java, C++) or to
61*cc666cf9SMatthias Seidel			  extend the Office functionality with new components (e.g. new filter
62*cc666cf9SMatthias Seidel			  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>
65*cc666cf9SMatthias Seidel            <p>The SDK provides the basic building blocks for external developers
66*cc666cf9SMatthias Seidel			  to develop components in any language for which a binding exists.
67*cc666cf9SMatthias Seidel			  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%,
69*cc666cf9SMatthias Seidel			  thus covering the two most commonly used programming languages. There
70cdf0e10cSrcweir			  will be no limit for office automation in heterogeneous environments.
71*cc666cf9SMatthias Seidel			  Currently supported platforms of the SDK are Linux, Solaris (sparc,
72cdf0e10cSrcweir			  x86), and Windows.</p>
73*cc666cf9SMatthias Seidel            <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
74*cc666cf9SMatthias Seidel              for the API and a complete <a href="https://wiki.openoffice.org/wiki/Documentation/DevGuide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a> is available online in the Apache OpenOffice Wiki, with
75cdf0e10cSrcweir			  lots of examples, which introduce the API, explain the concepts behind
76*cc666cf9SMatthias Seidel			  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>
81*cc666cf9SMatthias Seidel        <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>
86*cc666cf9SMatthias Seidel        <tr>
87cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
88*cc666cf9SMatthias Seidel          <td>
89cdf0e10cSrcweir             <table class="table3">
90*cc666cf9SMatthias Seidel              <tr valign="top">
91cdf0e10cSrcweir                <td colspan="4" class="head1">Content</td>
92cdf0e10cSrcweir              </tr>
93*cc666cf9SMatthias Seidel              <tr>
94cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
95cdf0e10cSrcweir              </tr>
96*cc666cf9SMatthias Seidel              <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>
99*cc666cf9SMatthias Seidel                <td class="content70">An overview of all necessary
100cdf0e10cSrcweir				installation steps (e.g. environment variables) to use this SDK.</td>
101cdf0e10cSrcweir              </tr>
102*cc666cf9SMatthias Seidel              <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>
106*cc666cf9SMatthias Seidel              <tr valign="top">
107cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
10880295734SMatthias Seidel                <td colspan="2"><a href="https://wiki.openoffice.org/wiki/Documentation/DevGuide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td>
109*cc666cf9SMatthias Seidel                <td class="content70">Detailed documentation, explaining the Apache OpenOffice %PRODUCT_RELEASE%
110*cc666cf9SMatthias Seidel				API and the concepts behind it, with a rich set of examples,
111*cc666cf9SMatthias Seidel				implemented mainly in Java. This documentation is online in the
112ef1ef8e6SJürgen Schmidt				Apache OpenOffice Wiki.</td>
113cdf0e10cSrcweir              </tr>
114*cc666cf9SMatthias Seidel              <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>
119*cc666cf9SMatthias Seidel              <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>
124*cc666cf9SMatthias Seidel              <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>
127*cc666cf9SMatthias Seidel                <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>
131*cc666cf9SMatthias Seidel              <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>
135*cc666cf9SMatthias Seidel              <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>
138*cc666cf9SMatthias Seidel                <td class="content70">Overview and a short description of the UNO
139cdf0e10cSrcweir				development tools.</td>
140cdf0e10cSrcweir              </tr>
141*cc666cf9SMatthias Seidel              <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>
144*cc666cf9SMatthias Seidel                <td class="content70">A collection of examples in different
145cdf0e10cSrcweir				programming languages (Java, C++, Basic, OLE, CLI).</td>
146cdf0e10cSrcweir              </tr>
147*cc666cf9SMatthias Seidel              <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>
151*cc666cf9SMatthias Seidel              <tr valign="top">
152cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
15399eb6ac2SMatthias Seidel                <td colspan="2"><a href="https://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>
154*cc666cf9SMatthias Seidel                <td class="content70">Link to the OASIS Open Document Format for
155*cc666cf9SMatthias Seidel				Office Applications (OpenDocument) Technical Committee where you
156*cc666cf9SMatthias Seidel				can find the latest information about the OASIS Open Document XML
157*cc666cf9SMatthias Seidel				file format which is the default document format
158ef1ef8e6SJürgen Schmidt				for Apache OpenOffice %PRODUCT_RELEASE%.</td>
159cdf0e10cSrcweir              </tr>
160*cc666cf9SMatthias Seidel              <tr valign="top">
161cdf0e10cSrcweir                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
16299eb6ac2SMatthias Seidel                <td colspan="2"><a href="https://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>
165*cc666cf9SMatthias Seidel              <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>
169*cc666cf9SMatthias Seidel              <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>
174*cc666cf9SMatthias Seidel              <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>
178*cc666cf9SMatthias Seidel              <tr valign="top">
179cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
180cdf0e10cSrcweir              </tr>
181*cc666cf9SMatthias Seidel              <tr valign="top">
182cdf0e10cSrcweir                <td colspan="4" class="head1">Additional Resources</td>
183cdf0e10cSrcweir              </tr>
184*cc666cf9SMatthias Seidel              <tr valign="top">
185cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
186cdf0e10cSrcweir              </tr>
187*cc666cf9SMatthias Seidel              <tr valign="middle">
188d353e71eSTsutomu Uchino                <td class="content4"><img class="arrow" src="docs/images/arrow-1.gif"></td>
189b486c179SMatthias Seidel                <td width="5%"><a target="_blank" href="https://www.openoffice.org/api" title="link to the Apache OpenOffice homepage (online)"><img class="appicon" src="docs/images/ooo-main-app_32.png"></a></td>
190b486c179SMatthias Seidel                <td width="21%"><a target="_blank" href="https://www.openoffice.org/api" title="link to the Apache OpenOffice homepage (online)">Apache OpenOffice&trade;</a></td>
191b486c179SMatthias Seidel                <td class="content70">The Apache OpenOffice API Project.</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>
200*cc666cf9SMatthias Seidel  <tr>
201cdf0e10cSrcweir    <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"></td>
202cdf0e10cSrcweir  </tr>
203*cc666cf9SMatthias Seidel  <tr>
204cdf0e10cSrcweir    <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
205cdf0e10cSrcweir  </tr>
206*cc666cf9SMatthias Seidel  <tr>
207*cc666cf9SMatthias Seidel    <td colspan="3">
208cdf0e10cSrcweir      <div class="centertext">
20964c3c3eeSMatthias Seidel	<p><img class="apachelogo" src="docs/images/sdk-footer-logo.png" title="Apache Logo" alt="Apache Logo">
210*cc666cf9SMatthias Seidel            Copyright &copy; 2018 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">
216a02e2aebSMatthias Seidel  <area shape="rect" coords="25,100,385,25" href="https://www.openoffice.org">
217cdf0e10cSrcweir</map>
218cdf0e10cSrcweir</body>
219cdf0e10cSrcweir</html>
220