b0c30d9e64
2003/06/19 09:05:44 mi 1.14.2.1: #107198# acessibility / alt-tags added
235 lines
10 KiB
HTML
235 lines
10 KiB
HTML
<html>
|
|
<head>
|
|
<title>[TITLE]</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ürgen Schmidt">
|
|
<meta name="CREATED" content="20020311;11245374">
|
|
<meta name="CHANGEDBY" content="Jürgen Schmidt">
|
|
<meta name="CHANGED" content="20020311;11420968">
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
|
|
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
<tr>
|
|
<td height="15" colspan="3"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#000000" height="1"></td>
|
|
<td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1" alt=""></td>
|
|
<td bgcolor="#000000" height="1" width="222"></td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div align="left"><img src="docs/images/sdk_logo.gif" width="328" height="121" alt="[PRODUCTNAME] SDK"></div>
|
|
</td>
|
|
<td><img src="docs/images/black_dot.gif" width="1" height="121" alt=""></td>
|
|
<td class="logo_color" width="222">
|
|
<div align="center"><img src="docs/images/logo.gif" width="222" height="121" alt=""></div>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#000000" height="1"></td>
|
|
<td><img src="docs/images/black_dot.gif" width="1" height="1" alt=""></td>
|
|
<td bgcolor="#000000" height="1" width="222"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="color1" height="12"></td>
|
|
<td bgcolor="#000000" height="12"><img src="docs/images/black_dot.gif" width="1" height="12" alt=""></td>
|
|
<td class="color2" height="12" width="222"></td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#000000" height="1"></td>
|
|
<td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1" alt=""></td>
|
|
<td bgcolor="#000000" height="1" width="222"></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3" height="8">
|
|
<blockquote>
|
|
<table width="100%" border="0" cellpadding="5">
|
|
<tr>
|
|
<td>
|
|
<P>[PRODUCTNAME] 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 [PRODUCTNAME] suite of products.
|
|
</p>
|
|
<p>The SDK is a development kit for [PRODUCTNAME], 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
|
|
[PRODUCTNAME] Basic, Java, and different C++ compilers on different platforms, for
|
|
[PRODUCTNAME], 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), 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="docs/DevelopersGuide_intro.html" title="link to the Developer's Guide introduction page">Developer's Guide</a>, 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>
|
|
<hr>
|
|
<table width="100%" border="0" cellpadding="4">
|
|
<tr>
|
|
<td colspan="2"><font size="4"><b>Content</b></font></td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="docs/install.html" title="link to the installation guide">
|
|
Installation Guide</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
An overview of all necessary installation steps (e.g. environment variables) to use
|
|
this SDK.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="docs/DevelopersGuide_intro.html" title="link to the Developer's Guide introduction page">Developer's Guide</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
Detailed documentation, explaining the [PRODUCTNAME] API and the concepts behind it,
|
|
with a rich set of examples, implemented mainly in Java.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="docs/common/ref/com/sun/star/module-ix.html" title="link to the IDL reference documentation">IDL Reference</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
Complete [PRODUCTNAME] API reference.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="docs/java/ref/index.html" title="link to the Java UNO runtime API reference documentation">Java UNO Runtime Reference
|
|
</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
Reference documentation of the Java UNO runtime API.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="docs/cpp/ref/index.html" title="link to the C++ API reference documentation">C++ Reference</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
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>
|
|
<td colspan="2"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="docs/tools.html" title="link to the tools overview page">
|
|
Development Tools</a></font>
|
|
</TD>
|
|
<td width=70%>
|
|
Overview and a short description of the UNO development tools.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="examples/examples.html" title="link to the examples overview page">Examples</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
A collection of examples in different programming languages (Java, C++, Basic, OLE).
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a href="docs/common/spec/xml_format/xml_specification.pdf" title="link to the xml file format specification">XML File Format
|
|
Specification</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
Specification of the XML file format used by [PRODUCTNAME], which serves as a reference.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
<table width="100%" border="0" cellpadding="4">
|
|
<tr>
|
|
<td colspan="2"><font size="4"><b>Additional Resources</b></font></td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a target="_blank" href="http://www.sun.com/developers/" title="link to the Sun Developer Resources (online)">Sun Developer Resources</a>
|
|
</font>
|
|
</td>
|
|
<td width=70%>
|
|
Sun's one-stop location for Developers.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a target="_blank" href="http://www.sun.com/staroffice/" title="link to the StarOffice homepage (online)">StarOffice™</a></font>
|
|
</td>
|
|
<td width=70%>
|
|
Full-featured suite of office productivity tools.
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width=30%>
|
|
<font size="3"><a target="_blank" href="http://www.openoffice.org/" title="link to the OpenOffice.org homepage (online)">OpenOffice.org</a></font>
|
|
</TD>
|
|
<td width=70%>
|
|
Open Source community project of office-productivity software.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</blockquote>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3"> </td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#000000" height="1"></td>
|
|
<td bgcolor="#000000"><img src="docs/images/black_dot.gif" width="1" height="1" alt=""></td>
|
|
<td bgcolor="#000000" height="1" width="222"></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="color2" height="6"></td>
|
|
<td bgcolor="#000000" height="6" width="1"><img src="docs/images/black_dot.gif" width="1" height="6" alt=""></td>
|
|
<td class="color1" height="6" width="222"></td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#000000" height="1"></td>
|
|
<td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1" alt=""></td>
|
|
<td bgcolor="#000000" height="1" width="222"></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3" height="8"></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3">
|
|
<p align=center><font size=2><b>Copyright 2003 Sun Microsystems, Inc.</b></font>
|
|
</p>
|
|
 
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|