xref: /aoo42x/main/odk/index.html (revision f0795d1b)
1122c3632SJürgen Schmidt<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2122c3632SJürgen Schmidt<!--
3122c3632SJürgen Schmidt#**************************************************************
4508b4038SMatthias Seidel#
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
12508b4038SMatthias Seidel#
13122c3632SJürgen Schmidt#    http://www.apache.org/licenses/LICENSE-2.0
14508b4038SMatthias Seidel#
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.
21508b4038SMatthias Seidel#
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>
39508b4038SMatthias Seidel    <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
48cc666cf9SMatthias Seidel              office productivity suite that provides, in combination with this
49cc666cf9SMatthias Seidel			  SDK, all the essential tools for building and deploying custom
50cc666cf9SMatthias Seidel			  solutions that build on, or integrate with, the Apache OpenOffice %PRODUCT_RELEASE% suite
51cdf0e10cSrcweir			  of products.</p>
52cc666cf9SMatthias Seidel            <p>The SDK is a development kit for Apache OpenOffice %PRODUCT_RELEASE%, which
53cc666cf9SMatthias Seidel			  eases the development of office components. It provides a set of
54cc666cf9SMatthias 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
56cc666cf9SMatthias Seidel			  and binaries is the minimum set of functions needed to use system
57cc666cf9SMatthias Seidel			  abstraction for base functionality and for using UNO (Universal
58cdf0e10cSrcweir			  Network Objects) component technology. The UNO component model is the
59cc666cf9SMatthias Seidel			  base of the whole Office API. The SDK provides everything necessary
60cc666cf9SMatthias Seidel			  to use the Office API from external programs (e.g. Java, C++) or to
61cc666cf9SMatthias Seidel			  extend the Office functionality with new components (e.g. new filter
62cc666cf9SMatthias 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>
65cc666cf9SMatthias Seidel            <p>The SDK provides the basic building blocks for external developers
66cc666cf9SMatthias Seidel			  to develop components in any language for which a binding exists.
67cc666cf9SMatthias 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%,
69cc666cf9SMatthias Seidel			  thus covering the two most commonly used programming languages. There
70cdf0e10cSrcweir			  will be no limit for office automation in heterogeneous environments.
71cc666cf9SMatthias Seidel			  Currently supported platforms of the SDK are Linux, Solaris (sparc,
72cdf0e10cSrcweir			  x86), and Windows.</p>
73cc666cf9SMatthias 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
74cc666cf9SMatthias 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
76cc666cf9SMatthias 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>
81cc666cf9SMatthias 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>
86cc666cf9SMatthias Seidel        <tr>
87cdf0e10cSrcweir          <td><img class="nothing8" src="docs/images/nada.gif"></td>
88cc666cf9SMatthias Seidel          <td>
89cdf0e10cSrcweir             <table class="table3">
90cc666cf9SMatthias Seidel              <tr valign="top">
91cdf0e10cSrcweir                <td colspan="4" class="head1">Content</td>
92cdf0e10cSrcweir              </tr>
93cc666cf9SMatthias Seidel              <tr>
94cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
95cdf0e10cSrcweir              </tr>
96cc666cf9SMatthias 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>
99cc666cf9SMatthias Seidel                <td class="content70">An overview of all necessary
100cdf0e10cSrcweir				installation steps (e.g. environment variables) to use this SDK.</td>
101cdf0e10cSrcweir              </tr>
102cc666cf9SMatthias 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>
106cc666cf9SMatthias 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>
109cc666cf9SMatthias Seidel                <td class="content70">Detailed documentation, explaining the Apache OpenOffice %PRODUCT_RELEASE%
110cc666cf9SMatthias Seidel				API and the concepts behind it, with a rich set of examples,
111cc666cf9SMatthias Seidel				implemented mainly in Java. This documentation is online in the
112ef1ef8e6SJürgen Schmidt				Apache OpenOffice Wiki.</td>
113cdf0e10cSrcweir              </tr>
114cc666cf9SMatthias 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>
119cc666cf9SMatthias 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>
124cc666cf9SMatthias 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>
127cc666cf9SMatthias 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>
131cc666cf9SMatthias 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>
135cc666cf9SMatthias 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>
138cc666cf9SMatthias Seidel                <td class="content70">Overview and a short description of the UNO
139cdf0e10cSrcweir				development tools.</td>
140cdf0e10cSrcweir              </tr>
141cc666cf9SMatthias 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>
144cc666cf9SMatthias Seidel                <td class="content70">A collection of examples in different
145cdf0e10cSrcweir				programming languages (Java, C++, Basic, OLE, CLI).</td>
146cdf0e10cSrcweir              </tr>
147cc666cf9SMatthias 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>
151cc666cf9SMatthias 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>
154cc666cf9SMatthias Seidel                <td class="content70">Link to the OASIS Open Document Format for
155cc666cf9SMatthias Seidel				Office Applications (OpenDocument) Technical Committee where you
156cc666cf9SMatthias Seidel				can find the latest information about the OASIS Open Document XML
157cc666cf9SMatthias Seidel				file format which is the default document format
158ef1ef8e6SJürgen Schmidt				for Apache OpenOffice %PRODUCT_RELEASE%.</td>
159cdf0e10cSrcweir              </tr>
160cc666cf9SMatthias 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>
165cc666cf9SMatthias 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>
169cc666cf9SMatthias 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>
174cc666cf9SMatthias 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>
178cc666cf9SMatthias Seidel              <tr valign="top">
179cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
180cdf0e10cSrcweir              </tr>
181cc666cf9SMatthias Seidel              <tr valign="top">
182cdf0e10cSrcweir                <td colspan="4" class="head1">Additional Resources</td>
183cdf0e10cSrcweir              </tr>
184cc666cf9SMatthias Seidel              <tr valign="top">
185cdf0e10cSrcweir			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
186cdf0e10cSrcweir              </tr>
187cc666cf9SMatthias 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>
19050f633feSmseidel                <td width="21%"><a target="_blank" href="https://www.openoffice.org/api" title="link to the Apache OpenOffice homepage (online)">Apache OpenOffice<sup>&reg;</sup></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>
200cc666cf9SMatthias Seidel  <tr>
201cdf0e10cSrcweir    <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"></td>
202cdf0e10cSrcweir  </tr>
203cc666cf9SMatthias Seidel  <tr>
204cdf0e10cSrcweir    <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
205cdf0e10cSrcweir  </tr>
206cc666cf9SMatthias Seidel  <tr>
207cc666cf9SMatthias 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*f0795d1bSmseidel            Copyright &copy; 2011-2024 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