summaryrefslogtreecommitdiff
path: root/odk/index.html
blob: f926fdc0d7b5faff9f7e3a03d837bfc3a0700380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<html>
<head>
  <title>OpenOffice.org 3.2 SDK - SDK</title>
  <link rel="stylesheet" type="text/css" href="docs/sdk_styles.css">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="author" content="J&uuml;rgen Schmidt">
  <meta name="created" content="2004-12-14">
</head>
<body class="sdkbody">

<table class="table1" cellpadding=0>
  <tr style="background-image:url(docs/images/sdk_head-2.png)"> 
    <td colspan="3" align="left"><img src="docs/images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td>
  </tr>
  <tr> 
    <td colspan="3"><img  class="nothing30" src="docs/images/nada.gif"></td>
  </tr>
  <tr> 
    <td colspan="3"> 
      <table class="table2">
        <tr> 
          <td><img class="nothing8" src="docs/images/nada.gif"></td>
          <td> 
            <p>OpenOffice.org 3.2 software is a complete, feature-rich
              office productivity suite that provides, in combination with this 
			  SDK, all the essential tools for building and deploying custom 
			  solutions that build on, or integrate with, the OpenOffice.org 3.2 suite 
			  of products.</p>
            <p>The SDK is a development kit for OpenOffice.org 3.2, which 
			  eases the development of office components. It provides a set of 
			  libraries, binaries, header, and IDL files which have final API's 
			  and can only be extended with new functionality. This set of libraries
			  and binaries is the minimum set of functions needed to use system 
			  abstraction for base functionality and for using UNO (Universal 
			  Network Objects) component technology. The UNO component model is the
			  base of the whole Office API. The SDK provides everything necessary 
			  to use the Office API from external programs (e.g. Java, C++) or to 
			  extend the Office functionality with new components (e.g. new filter 
			  components, CalcAddin functions). It is compatible over several 
			  versions because the API remains unaffected and will only be extended
			  with new functions.</p>
            <p>The SDK provides the basic building blocks for external developers 
			  to develop components in any language for which a binding exists. 
			  Currently, there are language bindings for OpenOffice.org 3.2 Basic, Java, 
			  and different C++ compilers on different platforms, for OpenOffice.org 3.2,
			  thus covering the two most commonly used programming languages. There 
			  will be no limit for office automation in heterogeneous environments.
			  Currently supported platforms of the SDK are Linux, Solaris (sparc, 
			  x86), and Windows.</p>
            <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 
              for the API and a complete <a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a> is availbale online in the OpenOffice.org Wiki, with 
			  lots of examples, which introduce the API, explain the concepts behind
			  it, and make it possible for all users to quickly get started with 
			  the Office API.</p>
          </td>
          <td><img class="nothing8" src="docs/images/nada.gif"></td>
        </tr>
        <tr> 
          <td><img class="nothing8" src="docs/images/nada.gif"></td>
          <td><img class="line" src="docs/images/sdk_line-1.gif"></td>
          <td><img class="nothing8" src="docs/images/nada.gif"></td>
        </tr>
        <tr> 
          <td><img class="nothing8" src="docs/images/nada.gif"></td>
          <td> 
             <table class="table3">
              <tr valign="top"> 
                <td colspan="4" class="head1">Content</td>
              </tr>
              <tr> 
			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <td colspan="2"><a href="docs/install.html" title="link to the installation guide">Installation Guide</a></td>
                <td class="content70">An overview of all necessary 
				installation steps (e.g. environment variables) to use this SDK.</td>
              </tr>
              <tr valign="middle"> 
                <td><img class="nothing10" src="docs/images/nada.gif"></td>
                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <td colspan="2"><a href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide" title="link to the Developer's Guide in the Wiki">Developer's Guide</a></td>
                <td class="content70">Detailed documentation, explaining the OpenOffice.org 3.2 
				API and the concepts behind it, with a rich set of examples, 
				implemented mainly in Java. This documentation is online in the 
				OpenOffice.org Wiki.</td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <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>
                <td class="content70">Complete OpenOffice.org 3.2 API reference.</td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <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>
                <td class="content70">Reference documentation of the Java UNO runtime API.</td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <td colspan="2"><a href="docs/cpp/ref/names/index.html" title="link to the C++ API reference documentation">C++ Reference</a></td>
                <td class="content70">Reference documentation of the C++ UNO runtime and a 
				set of C/C++ base and helper functions and classes to abstract from
				the system layer.</td>
              </tr>
              <tr valign="middle"> 
                <td><img class="nothing10" src="docs/images/nada.gif"></td>
                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <td colspan="2"><a href="docs/tools.html" title="link to the tools overview page">Development Tools</a></td>
                <td class="content70">Overview and a short description of the UNO 
				development tools.</td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <td colspan="2"><a href="examples/examples.html" title="link to the examples overview page">Examples</a></td>
                <td class="content70">A collection of examples in different 
				programming languages (Java, C++, Basic, OLE, CLI).</td>
              </tr>
              <tr valign="middle"> 
                <td><img class="nothing10" src="docs/images/nada.gif"></td>
                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <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>
                <td class="content70">Link to the OASIS Open Document Format for 
				Office Applications (OpenDocument) Technical Committee where you 
				can find the latest information about the OASIS Open Document XML 
				file format which is the default document format 
				for OpenOffice.org 3.2.</td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <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>
                <td class="content70">Specification of the initial OpenOffice.org 
				XML File Format.</td>
              </tr>
              <tr valign="middle"> 
                <td><img class="nothing10" src="docs/images/nada.gif"></td>
                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
              </tr>
              <tr valign="top"> 
                <td class="content4"><img src="docs/images/arrow-1.gif"></td>
                <td colspan="2"><a href="share/readme/LICENSE_en-US.html" title="link to the SDK license file">License</a></td>
                <td class="content70">The license for the OpenOffice.org 3.2 SDK.</td>
              </tr>
              <tr valign="middle"> 
                <td><img class="nothing10" src="docs/images/nada.gif"></td>
                <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
              </tr>
              <tr valign="top"> 
			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
              </tr>
              <tr valign="top"> 
                <td colspan="4" class="head1">Additional Resources</td>
              </tr>
              <tr valign="top"> 
			    <td colspan="4"><img class="nothing8" src="docs/images/nada.gif"></td>
              </tr>
              <tr valign="middle"> 
                <td class="content4"><img class="arrow" src="docs/images/arrow-1.gif"</td>
                <td width="5%"><a target="_blank" href="http://www.oracle.com/us/products/applications/open-office" title="link to the Oracle Open Office homepage (online)"><img  class="appicon" src="docs/images/orc-main-app_32.png"></a></td>
                <td width="21%"><a target="_blank" href="http://www.oracle.com/us/products/applications/open-office" title="link to the Oracle Open Office homepage (online)">Oracle Open Office&#153</a></td>
                <td class="content70">Full-featured suite of office productivity tools.</td>
              </tr>
              <tr valign="middle"> 
                <td class="content4"><img class="arrow" src="docs/images/arrow-1.gif"</td>
                <td width="5%"><a target="_blank" href="http://www.openoffice.org/" title="link to the OpenOffice.org homepage (online)"><img class="appicon" src="docs/images/ooo-main-app_32.png"></a></td>
                <td width="21%"><a target="_blank" href="http://www.openoffice.org/" title="link to the OpenOffice.org homepage (online)">OpenOffice.org&#153</a></td>
                <td class="content70">Open Source community project of office-productivity software.</td>
              </tr>
            </table>
          </td>
          <td><img class="nothing8" src="docs/images/nada.gif"></td>
        </tr>
      </table>
    </td>
  </tr>
  <tr> 
    <td colspan="3"><img class="nothing30" src="docs/images/nada.gif"></td>
  </tr>
  <tr> 
    <td colspan="3"><img class="line" src="docs/images/sdk_line-1.gif"></td>
  </tr>
  <tr> 
    <td colspan="3"> 
      <div class="centertext">
	<p><img class="oraclelogo" src="docs/images/odk-footer-logo.gif" title="Sponsored by Oracle" alt="Oracle Logo" />
            Copyright &copy; 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.<p>
      </div>
    </td>
  </tr>
</table>
<map name="Map">
  <area shape="rect" coords="10,68,93,105" href="http://www.oracle.com">
</map>
</body>
</html>