summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/examples.html
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/examples.html')
-rw-r--r--odk/examples/DevelopersGuide/examples.html89
1 files changed, 43 insertions, 46 deletions
diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html
index da1453107f49..1a48788f0991 100644
--- a/odk/examples/DevelopersGuide/examples.html
+++ b/odk/examples/DevelopersGuide/examples.html
@@ -1,6 +1,6 @@
<html>
<head>
- <title>[TITLE] - Developer's Guide Examples</title>
+ <title>OpenOffice.org 3.2 SDK - Developer's Guide Examples</title>
<link rel="stylesheet" type="text/css"
href="../../docs/sdk_styles.css">
<meta http-equiv="Content-Type"
@@ -12,13 +12,9 @@
<a name="examples"></a>
<table class="table1" cellpadding="0">
<tbody>
- <tr style="background-image: url(../../docs/images/sdk_head-2.gif);">
- <td class="background" colspan="2" align="left"><img
- src="../../docs/images/sdk_head-1.gif" usemap="#Map" border="0"
- height="109" width="335"></td>
- <td class="background" align="right"><img
- src="../../docs/images/sdk_head-3.gif" height="109" width="32"></td>
- </tr>
+ <tr style="background-image:url(../../docs/images/sdk_head-2.png); backgorund-position: bottom; ">
+ <td class="background" 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="nothing10"
src="../../docs/images/nada.gif"></td>
@@ -138,7 +134,7 @@ Presentation Documents</a></td>
<td class="content3"><img
src="../../docs/images/arrow-1.gif"></td>
<td><a href="#BasicandDialogs"
- title="link to the Basic And Dialogs examples">[PRODUCTNAME] Basic and
+ title="link to the Basic And Dialogs examples">OpenOffice.org 3.2 Basic and
Dialogs</a></td>
</tr>
<tr valign="top">
@@ -198,7 +194,7 @@ Content Broker (UCB)</a></td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -237,7 +233,7 @@ examples</a></td>
href="./FirstSteps/FirstUnoContact.java"
title="link to FirstSteps/FirstUnoContact.java">FirstUnoContact</a></td>
<td class="cell80">Shows how to initialize UNO and
-get a remote office service manager from a running [PRODUCTNAME] in a
+get a remote office service manager from a running OpenOffice.org 3.2 in a
different process space.</td>
</tr>
<tr>
@@ -246,7 +242,7 @@ different process space.</td>
href="./FirstSteps/FirstLoadComponent.java"
title="link to FirstSteps/FirstLoadComponent.java">FirstLoadComponent</a></td>
<td class="cell80">Demonstrates how to load a
-component into [PRODUCTNAME] by a Java application.</td>
+component into OpenOffice.org 3.2 by a Java application.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -269,7 +265,7 @@ drawing document.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -337,7 +333,7 @@ mechanism in C++.</td>
href="./ProfUNO/InterprocessConn/ConnectionAwareClient.java"
title="link to ProfUNO/InterprocessConn/ConnectionAwareClient/.java">ConnectionAwareClient</a></td>
<td class="cell80">Implements a client which is aware
-of losing connection to [PRODUCTNAME].</td>
+of losing connection to OpenOffice.org 3.2.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -345,7 +341,7 @@ of losing connection to [PRODUCTNAME].</td>
href="./ProfUNO/InterprocessConn/UrlResolver.java"
title="link to ProfUNO/InterProcessConn/UrlResolver.java">UrlResolver</a></td>
<td class="cell80">Builds a connection to
-[PRODUCTNAME] using the URL given on the command line. This example
+OpenOffice.org 3.2 using the URL given on the command line. This example
shows the usage of <a
href="../../docs/common/ref/com/sun/star/bridge/XUnoUrlResolver.html"
title="link to the reference documentation of com.sun.star.bridge.XUnoResolver"><code>XUnoUrlResolver</code></a>.</td>
@@ -368,7 +364,7 @@ shows the usage of <a
href="./ProfUNO/CppBinding/office_connect.cxx"
title="link to ProfUNO/CppBinding/office_connect.java">office_connect.cxx</a></td>
<td class="cell80">Builds a connection to
-[PRODUCTNAME] using C++.</td>
+OpenOffice.org 3.2 using C++.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -729,7 +725,7 @@ for the image shrink component and instantiates it.</td>
href="./Components/DialogComponent/DialogComponent.java"
title="link to Components/DialogComponent/DialogComponent.java">DialogComponent.java</a></td>
<td class="cell80">Implements a component accessing a dialog created
- with the [PRODUCTNAME] Basic IDE. The component provides methods that
+ with the OpenOffice.org 3.2 Basic IDE. The component provides methods that
can be bound to dialog respectively control events .</td>
</tr>
<tr>
@@ -770,7 +766,7 @@ for the image shrink component and instantiates it.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -946,7 +942,7 @@ document component.</td>
<td class="cell80">This is the main part of a demo
application based on the framework APIs. It mainly shows the mechanisms
to load, store and convert documents, as well as dispatch and dispatch
-interception. It integrates windows from [PRODUCTNAME] via system
+interception. It integrates windows from OpenOffice.org 3.2 via system
window handle. This is the same mechanism as used by the OOoBean, but
the OOoBean itself is not used here, just the JNI window handle access.</td>
</tr>
@@ -962,7 +958,7 @@ and it's actions.</td>
href="./OfficeDev/DesktopEnvironment/FunctionHelper.java"
title="link to OfficeDev/DesktopEnvironment/FunctionHelper.java">FunctionHelper</a></td>
<td class="cell80">This helper comprises all
-[PRODUCTNAME] API calls. Thus it is possible to learn about these
+OpenOffice.org 3.2 API calls. Thus it is possible to learn about these
aspects separately from the rest of the application example.</td>
</tr>
<tr>
@@ -977,7 +973,7 @@ asynchronous events from UNO oneway calls.</td>
href="./OfficeDev/DesktopEnvironment/IShutdownListener.java"
title="link to OfficeDev/DesktopEnvironment/IShutdownListener.java">IShutdownListener</a></td>
<td class="cell80">This is a listener interface to
-clean up on shutdown of [PRODUCTNAME].</td>
+clean up on shutdown of OpenOffice.org 3.2.</td>
</tr>
<tr>
<td class="cell20"><a
@@ -1008,7 +1004,7 @@ get the window handle of the Java window.</td>
href="./OfficeDev/DesktopEnvironment/OfficeConnect.java"
title=" link to OfficeDev/DesktopEnvironment/OfficeConnect.java">OfficeConnect</a></td>
<td class="cell80">Builds the remote bridge to
-[PRODUCTNAME] and exports its UNO service manager for the Java side of
+OpenOffice.org 3.2 and exports its UNO service manager for the Java side of
the application.</td>
</tr>
<tr>
@@ -1039,7 +1035,7 @@ the application is registered as an event listener.</td>
href="./OfficeDev/DesktopEnvironment/ViewContainer.java"
title="link to OfficeDev/DesktopEnvironment/ViewContainer.java">ViewContainer</a></td>
<td class="cell80">Performs a clean up on the Java
-side on [PRODUCTNAME] shutdown.</td>
+side on OpenOffice.org 3.2 shutdown.</td>
</tr>
</tbody>
</table>
@@ -1058,7 +1054,7 @@ side on [PRODUCTNAME] shutdown.</td>
href="./OfficeDev/OfficeConnect.java"
title="link to OfficeDev/OfficeConnect.java">OfficeConnect</a></td>
<td class="cell80">Builds the remote bridge to
-[PRODUCTNAME] and exports its UNO service manager to the Java side.</td>
+OpenOffice.org 3.2 and exports its UNO service manager to the Java side.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -1114,7 +1110,7 @@ TerminateListener and shows the use of them in a running program.</td>
href="../../docs/common/ref/com/sun/star/frame/XTerminateListener.html"
title="link to the reference documentation of com.sun.star.frame.XTerminationListener">
<code>XTerminateListener</code></a>. It is called
-when [PRODUCTNAME] terminates.</td>
+when OpenOffice.org 3.2 terminates.</td>
</tr>
</tbody>
</table>
@@ -1180,7 +1176,7 @@ of formats.</td>
href="./OfficeDev/Linguistic/LinguisticExamples.java"
title="link to OfficeDev/Linguistic/LinguisticExamples.java">LinguisticExamples</a></td>
<td class="cell80">A short example that uses most of
-the functionality from the [PRODUCTNAME] linguistic API.</td>
+the functionality from the OpenOffice.org 3.2 linguistic API.</td>
</tr>
<tr>
<td class="cell20"><a
@@ -1381,7 +1377,7 @@ runtime.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -1454,7 +1450,7 @@ definition to match your installation!</p>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -1557,7 +1553,7 @@ settings like splitting sheeting sheets and selecting cells.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -1661,7 +1657,7 @@ URLs.</td>
<td class="cell20"><a href="./Drawing/Helper.java"
title="link to Drawing/Helper.java">Helper</a></td>
<td class="cell80">Contains a helper class for the
-other examples to connect to [PRODUCTNAME] and open or create a drawing
+other examples to connect to OpenOffice.org 3.2 and open or create a drawing
document.</td>
</tr>
<tr>
@@ -1735,7 +1731,7 @@ text styles in shapes.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -1812,7 +1808,7 @@ is not implemented. To be more precise.</td>
<td class="cell20"><a href="./Charts/Helper.java"
title="link to Charts/Helper.java">Helper</a></td>
<td class="cell80">Shows how to connect to
-[PRODUCTNAME] and create text, drawing or spreadsheet document. This
+OpenOffice.org 3.2 and create text, drawing or spreadsheet document. This
class is used as a helper class for the other examples.</td>
</tr>
<tr>
@@ -1853,7 +1849,7 @@ changes.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -1867,7 +1863,7 @@ changes.</td>
<tbody>
<tr>
<td colspan="2" class="head1"><a
- name="BasicandDialogs">[PRODUCTNAME] Basic and Dialogs examples</a></td>
+ name="BasicandDialogs">OpenOffice.org 3.2 Basic and Dialogs examples</a></td>
<td align="right"> <a href="#examples"
title="link to the Developer's Guide examples overview"><img
class="navigate" src="../../docs/images/nav_up.png"></a> <a
@@ -1944,7 +1940,7 @@ bar </li>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -1989,7 +1985,7 @@ the example. </td>
href="./Database/CodeSamples.java"
title="link to Database/CodeSamples.java">CodeSamples</a></td>
<td class="cell80">Creates the connection to
-[PRODUCTNAME] and executes the code SalesMan samples for database API.</td>
+OpenOffice.org 3.2 and executes the code SalesMan samples for database API.</td>
</tr>
<tr>
<td class="cell20"><img
@@ -2191,7 +2187,7 @@ class.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -2510,7 +2506,7 @@ pressed key on the console.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -2633,7 +2629,7 @@ resources.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -2672,7 +2668,7 @@ Management examples</a></td>
href="./Config/ConfigExamples.java"
title="link to Config/ConfigExamples.java">ConfigExamples</a></td>
<td class="cell80">This example connects to a
-[PRODUCTNAME], gets the configuration manager and accesses the
+OpenOffice.org 3.2, gets the configuration manager and accesses the
configuration in various ways.</td>
</tr>
</tbody>
@@ -2687,7 +2683,7 @@ configuration in various ways.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -2741,7 +2737,7 @@ documents as well as how to control toolbar visibility.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -2877,7 +2873,7 @@ about the currently focused object like its name, description, and role.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -2935,7 +2931,7 @@ for the Office application.</td>
</tr>
<tr>
<td colspan="3"><img class="line"
- src="../../docs/images/sdk_line-2.gif"></td>
+ src="../../docs/images/sdk_line-1.gif"></td>
</tr>
<tr>
<td class="content1"><img class="nothing8"
@@ -3021,8 +3017,9 @@ for the Office application.</td>
</tr>
<tr>
<td colspan="3">
- <div align="center">
- <p>Copyright &copy; 1995, 2010, Oracle and/or its affiliates. All rights reserved.</p>
+ <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>