diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:54:18 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-31 14:54:18 +0000 |
commit | 7c2e88198a32054cc9b4fc6704da2b5a48eae930 (patch) | |
tree | be36cfea40d31fe5e75b482ab062ada1abea957a | |
parent | ff92e2431522fc69c64fefce4a3679bd999324fe (diff) |
INTEGRATION: CWS sdksample (1.16.108); FILE MERGED
2005/01/24 14:56:40 jsc 1.16.108.5: #i38748# change name of OASIS commitee
2004/12/21 17:15:44 jsc 1.16.108.4: #i38748# redesigned and updated
2004/11/26 17:18:57 jsc 1.16.108.3: #i37906# insert link to OASIS, update links to DevGuide
2004/11/25 10:29:21 jsc 1.16.108.2: #i29308# insert Solaris x86 as supported platform
2004/11/19 14:28:23 jsc 1.16.108.1: #i29308# link to named objects directly (C++ reference)
-rw-r--r-- | odk/index.html | 248 |
1 files changed, 1 insertions, 247 deletions
diff --git a/odk/index.html b/odk/index.html index aafc2fd30ed9..abf162be3781 100644 --- a/odk/index.html +++ b/odk/index.html @@ -1,247 +1 @@ -<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 class="logo_color"><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 bgcolor="#000000" height="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 class="color1" height="12"></td> - <td class="color2" 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"> - <table width=100% border="0" cellpadding="5"> - <tr> - <td align=center><img src="docs/images/nada.gif" width="25" height="8"></td> - <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> <td align=center><img src="docs/images/nada.gif" width="33" height="8"></td> - - <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> - <tr> - <td colspan="2"> </td> - </tr> - <tr> - <td width=30%> - <font size="3"><a href="license.html" title="link to the SDK license file">License</a></font> - </td> - <td width=70%> - The license for the [PRODUCTNAME] SDK. - </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 align=center><img src="docs/images/nada.gif" width="33" height="8"></td> - - </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> - <td align=center><img src="docs/images/nada.gif" width="25" height="8"></td> - </tr> - </table> - </td> - </tr> - <tr> - <td colspan="3"> </td> - </tr> - <tr> - <td bgcolor="#000000" height="1"></td> - <td bgcolor="#000000" height="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 class="color2" height="6"></td> - <td class="color1" 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> +<html>
<head>
<title>[TITLE] - 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ü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.gif)">
<td colspan="2" align="left"><img src="docs/images/sdk_head-1.gif" width="335" height="109" usemap="#Map" border="0"></td>
<td align=right><img src="docs/images/sdk_head-3.gif" width="32" height="109"></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>[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,
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="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>
</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="docs/DevelopersGuide_intro.html" title="link to the Developer's Guide introduction page">Developer's Guide</a></td>
<td class="content70">Detailed documentation, explaining the [PRODUCTNAME]
API and the concepts behind it, with a rich set of examples,
implemented mainly in Java.</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 [PRODUCTNAME] 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 [PRODUCTNAME].</td>
</tr>
<tr valign="top">
<td class="content4"><img src="docs/images/arrow-1.gif"></td>
<td colspan="2"><a href="docs/common/spec/xml_format/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="license.html" title="link to the SDK license file">License</a></td>
<td class="content70">The license for the [PRODUCTNAME] 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="top">
<td class="content4"><img src="docs/images/arrow-1.gif"></td>
<td colspan="2"><a target="_blank" href="http://www.sun.com/developers/" title="link to the Sun Developer Resources (online)">Sun Developer Resources</a></td>
<td class="content70">Sun's one-stop location for Developers.</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="middle">
<td class="content4"><img class="arrow" src="docs/images/arrow-2.gif"</td>
<td width="5%"><a target="_blank" href="http://www.sun.com/staroffice/" title="link to the StarOffice homepage (online)"><img class="appicon" src="docs/images/so-main-app_32.png"></a></td>
<td width="21%"><a target="_blank" href="http://www.sun.com/staroffice/" title="link to the StarOffice homepage (online)">StarOffice™</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-3.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</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 align="center"><p>Copyright 2004 Sun Microsystems, Inc.</p></div>
</td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="10,68,93,105" href="http://www.sun.com">
</map>
</body>
</html>
\ No newline at end of file |