From f5e707cdebf81b69a45f5dcf2e88c3e488b0fb59 Mon Sep 17 00:00:00 2001 From: Juergen Schmidt Date: Tue, 15 Jun 2010 06:41:02 +0200 Subject: gridcontrol04: i112401: correct version number --- odk/examples/DevelopersGuide/examples.html | 42 +++++++++++++++--------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'odk/examples/DevelopersGuide/examples.html') diff --git a/odk/examples/DevelopersGuide/examples.html b/odk/examples/DevelopersGuide/examples.html index 1a48788f0991..4beca94f9828 100644 --- a/odk/examples/DevelopersGuide/examples.html +++ b/odk/examples/DevelopersGuide/examples.html @@ -1,6 +1,6 @@ - OpenOffice.org 3.2 SDK - Developer's Guide Examples + OpenOffice.org %PRODUCT_RELEASE% SDK - Developer's Guide Examples OpenOffice.org 3.2 Basic and + title="link to the Basic And Dialogs examples">OpenOffice.org %PRODUCT_RELEASE% Basic and Dialogs @@ -233,7 +233,7 @@ examples href="./FirstSteps/FirstUnoContact.java" title="link to FirstSteps/FirstUnoContact.java">FirstUnoContact Shows how to initialize UNO and -get a remote office service manager from a running OpenOffice.org 3.2 in a +get a remote office service manager from a running OpenOffice.org %PRODUCT_RELEASE% in a different process space. @@ -242,7 +242,7 @@ different process space. href="./FirstSteps/FirstLoadComponent.java" title="link to FirstSteps/FirstLoadComponent.java">FirstLoadComponent Demonstrates how to load a -component into OpenOffice.org 3.2 by a Java application. +component into OpenOffice.org %PRODUCT_RELEASE% by a Java application. href="./ProfUNO/InterprocessConn/ConnectionAwareClient.java" title="link to ProfUNO/InterprocessConn/ConnectionAwareClient/.java">ConnectionAwareClient Implements a client which is aware -of losing connection to OpenOffice.org 3.2. +of losing connection to OpenOffice.org %PRODUCT_RELEASE%. href="./ProfUNO/InterprocessConn/UrlResolver.java" title="link to ProfUNO/InterProcessConn/UrlResolver.java">UrlResolver Builds a connection to -OpenOffice.org 3.2 using the URL given on the command line. This example +OpenOffice.org %PRODUCT_RELEASE% using the URL given on the command line. This example shows the usage of XUnoUrlResolver. @@ -364,7 +364,7 @@ shows the usage of office_connect.cxx Builds a connection to -OpenOffice.org 3.2 using C++. +OpenOffice.org %PRODUCT_RELEASE% using C++. href="./Components/DialogComponent/DialogComponent.java" title="link to Components/DialogComponent/DialogComponent.java">DialogComponent.java Implements a component accessing a dialog created - with the OpenOffice.org 3.2 Basic IDE. The component provides methods that + with the OpenOffice.org %PRODUCT_RELEASE% Basic IDE. The component provides methods that can be bound to dialog respectively control events . @@ -942,7 +942,7 @@ document component. 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 OpenOffice.org 3.2 via system +interception. It integrates windows from OpenOffice.org %PRODUCT_RELEASE% 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. @@ -958,7 +958,7 @@ and it's actions. href="./OfficeDev/DesktopEnvironment/FunctionHelper.java" title="link to OfficeDev/DesktopEnvironment/FunctionHelper.java">FunctionHelper This helper comprises all -OpenOffice.org 3.2 API calls. Thus it is possible to learn about these +OpenOffice.org %PRODUCT_RELEASE% API calls. Thus it is possible to learn about these aspects separately from the rest of the application example. @@ -973,7 +973,7 @@ asynchronous events from UNO oneway calls. href="./OfficeDev/DesktopEnvironment/IShutdownListener.java" title="link to OfficeDev/DesktopEnvironment/IShutdownListener.java">IShutdownListener This is a listener interface to -clean up on shutdown of OpenOffice.org 3.2. +clean up on shutdown of OpenOffice.org %PRODUCT_RELEASE%. href="./OfficeDev/DesktopEnvironment/OfficeConnect.java" title=" link to OfficeDev/DesktopEnvironment/OfficeConnect.java">OfficeConnect Builds the remote bridge to -OpenOffice.org 3.2 and exports its UNO service manager for the Java side of +OpenOffice.org %PRODUCT_RELEASE% and exports its UNO service manager for the Java side of the application. @@ -1035,7 +1035,7 @@ the application is registered as an event listener. href="./OfficeDev/DesktopEnvironment/ViewContainer.java" title="link to OfficeDev/DesktopEnvironment/ViewContainer.java">ViewContainer Performs a clean up on the Java -side on OpenOffice.org 3.2 shutdown. +side on OpenOffice.org %PRODUCT_RELEASE% shutdown. @@ -1054,7 +1054,7 @@ side on OpenOffice.org 3.2 shutdown. href="./OfficeDev/OfficeConnect.java" title="link to OfficeDev/OfficeConnect.java">OfficeConnect Builds the remote bridge to -OpenOffice.org 3.2 and exports its UNO service manager to the Java side. +OpenOffice.org %PRODUCT_RELEASE% and exports its UNO service manager to the Java side. href="../../docs/common/ref/com/sun/star/frame/XTerminateListener.html" title="link to the reference documentation of com.sun.star.frame.XTerminationListener"> XTerminateListener. It is called -when OpenOffice.org 3.2 terminates. +when OpenOffice.org %PRODUCT_RELEASE% terminates. @@ -1176,7 +1176,7 @@ of formats. href="./OfficeDev/Linguistic/LinguisticExamples.java" title="link to OfficeDev/Linguistic/LinguisticExamples.java">LinguisticExamples A short example that uses most of -the functionality from the OpenOffice.org 3.2 linguistic API. +the functionality from the OpenOffice.org %PRODUCT_RELEASE% linguistic API. Helper Contains a helper class for the -other examples to connect to OpenOffice.org 3.2 and open or create a drawing +other examples to connect to OpenOffice.org %PRODUCT_RELEASE% and open or create a drawing document. @@ -1808,7 +1808,7 @@ is not implemented. To be more precise. Helper Shows how to connect to -OpenOffice.org 3.2 and create text, drawing or spreadsheet document. This +OpenOffice.org %PRODUCT_RELEASE% and create text, drawing or spreadsheet document. This class is used as a helper class for the other examples. @@ -1863,7 +1863,7 @@ changes. OpenOffice.org 3.2 Basic and Dialogs examples + name="BasicandDialogs">OpenOffice.org %PRODUCT_RELEASE% Basic and Dialogs examples href="./Database/CodeSamples.java" title="link to Database/CodeSamples.java">CodeSamples Creates the connection to -OpenOffice.org 3.2 and executes the code SalesMan samples for database API. +OpenOffice.org %PRODUCT_RELEASE% and executes the code SalesMan samples for database API. href="./Config/ConfigExamples.java" title="link to Config/ConfigExamples.java">ConfigExamples This example connects to a -OpenOffice.org 3.2, gets the configuration manager and accesses the +OpenOffice.org %PRODUCT_RELEASE%, gets the configuration manager and accesses the configuration in various ways. -- cgit