diff options
author | Bertram Nolte <bnolte@openoffice.org> | 2001-10-18 09:35:16 +0000 |
---|---|---|
committer | Bertram Nolte <bnolte@openoffice.org> | 2001-10-18 09:35:16 +0000 |
commit | 8a65ac173e2f2d968c4fcdca5f49e3dc960debda (patch) | |
tree | 9bc1c18601c143c140c609321cda9aa5c83dce36 /odk/examples | |
parent | 51d957bb68a8128d2fca4f863ca152afdc770774 (diff) |
Changed some links from absolute to relative.
Diffstat (limited to 'odk/examples')
-rw-r--r-- | odk/examples/examples.html | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/odk/examples/examples.html b/odk/examples/examples.html index 1cd1884cba86..a9b3abbc4f24 100644 --- a/odk/examples/examples.html +++ b/odk/examples/examples.html @@ -50,8 +50,8 @@ of products.</font></p> <p style="margin-bottom: 0.2cm">The ODK is a set of tools, libraries, jar files, header files and idl files which are necessary to develop components - for the OpenOffice.org using the <a href="http://api.openoffice.org/">OpenOffice - API</a> and the OpenOffice.org component technology <a href="http://udk.openoffice.org/">UNO + for the OpenOffice.org using the <a href="http://api.openoffice.org/index.html">OpenOffice + API</a> and the OpenOffice.org component technology <a href="http://udk.openoffice.org/index.html">UNO (Universal Network Objects)</a>. Furthermore, the tarballs contain all below mentioned examples (C++, Java, and Basic), which demonstrate the UNO technology and the use of the OpenOffice.org API.</p> @@ -68,7 +68,7 @@ <p style="margin-bottom: 0.2cm"><font face="Times New Roman, Times, serif">The OpenOffice.org API defines the interface for accessing office functionality from different programming languages. The OpenOffice API reference manual - is available from <a href="http://api.openoffice.org/">http://api.openoffice.org/</a>.</font></p> + is available from <a href="http://api.openoffice.org/index.html">http://api.openoffice.org/</a>.</font></p> <p style="margin-bottom: 0.2cm"><font face="Times New Roman, serif">The following examples demonstrate how to benefit from the included word processor, spreadsheet, presentation software, graphics program, and database software.</font></p> @@ -96,7 +96,7 @@ 5.2) </td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://udk.openoffice.org/">UNO + <td width="24%" valign="top"><a href="http://udk.openoffice.org/index.html">UNO Development Kit Homepage</a></td> <td width="76%" valign="top">UNO (Universal Network Objects) is an interface based object model. UNO is a specification for a communication model @@ -105,7 +105,7 @@ bindings for Java and different C++ compilers on different platforms.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/">OpenOffice + <td width="24%" valign="top"><a href="http://api.openoffice.org/index.html">OpenOffice API Homepage</a></td> <td width="76%" valign="top">The OpenOffice.org API is based on the OpenOffice.org component technology and consists of a wide range of @@ -124,7 +124,7 @@ components. The text is enhanced with Java and C++ code.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/unbranded-source/browse/%7Echeckout%7E/api/odk/examples/OfficeNetBeansIntegration.html?content-type=text/html">NetBeans</a></td> + <td width="24%" valign="top"><a href="OfficeNetBeansIntegration.html">NetBeans</a></td> <td width="76%" valign="top">If you need an integrated development environment (IDE) you should take NetBeans into account. NetBeans is an open source, modular IDE, written in the Java programming language.</td> @@ -164,53 +164,53 @@ <td width="76%" valign="top"><b>Description</b></td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/CalcAddins/">CalcAddins</a></td> + <td width="24%" valign="top"><a href="java/CalcAddins/">CalcAddins</a></td> <td width="76%" valign="top">This component adds new functions to the spreadsheet application. After registering the component, the inserted functions can be found with help of the functions autopilot. The new functions are assigned to the category <i>Add-in</i>.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/Car/">Car</a></td> + <td width="24%" valign="top"><a href="java/Car/">Car</a></td> <td width="76%" valign="top">The component <i>Car</i> is a very simple, but complete component, which simulates the driving, acceleration, and braking of a car. Moreover, the component demonstrates the use of properties and their listeners.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/ConverterServlet/">ConverterServlet</a></td> + <td width="24%" valign="top"><a href="java/ConverterServlet/">ConverterServlet</a></td> <td width="76%" valign="top">This servlet shows you, how to convert arbitrary documents on a remote running office server. The converted document will be pushed from the web server to the client browser.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"> <a href="http://api.openoffice.org/source/browse/api/odk/examples/java/DocumentConverter/">DocumentConverter</a></td> + <td width="24%" valign="top"> <a href="java/DocumentConverter/">DocumentConverter</a></td> <td width="76%" valign="top">Here, the program offers a service, which converts arbitrary documents to a favored document type.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/DocumentLoader/">DocumentLoader</a></td> + <td width="24%" valign="top"><a href="java/DocumentLoader/">DocumentLoader</a></td> <td width="76%" valign="top">The <i>DocumentLoader</i> can open a new or an existing document.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/DocumentPrinter/">DocumentPrinter</a></td> + <td width="24%" valign="top"><a href="java/DocumentPrinter/">DocumentPrinter</a></td> <td width="76%" valign="top">The <i>DocumentPrinter</i> allows you to print your favored pages of a specified document on your favored printer.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/DocumentSaver/">DocumentSaver</a></td> + <td width="24%" valign="top"><a href="java/DocumentSaver/">DocumentSaver</a></td> <td width="76%" valign="top">The DocumentSaver shows you, how to save a document. Furthermore, you can change the type of your document.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/GraphicsInserter/">GraphicsInserter</a></td> + <td width="24%" valign="top"><a href="java/GraphicsInserter/">GraphicsInserter</a></td> <td width="76%" valign="top">The GraphicsInserter creates a graphics object on an empty text document by setting its position, width, height, and URL.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"> <a href="http://api.openoffice.org/source/browse/api/odk/examples/java/Inspector/">Inspector</a></td> + <td width="24%" valign="top"> <a href="java/Inspector/">Inspector</a></td> <td width="76%" valign="top">The Instance Inspector is primarily an auxiliary tool for developer, which can present information about an object of the Star Office API at run-time. Dependent on the object @@ -223,13 +223,13 @@ those are available with the object concerned.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/NotesAccess/">NotesAccess</a></td> + <td width="24%" valign="top"><a href="java/NotesAccess/">NotesAccess</a></td> <td width="76%" valign="top">This class creates a spreadsheet document and fills it with existing values of documents from a Lotus Notes database.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/ToDo/">ToDo</a></td> + <td width="24%" valign="top"><a href="java/ToDo/">ToDo</a></td> <td width="76%" valign="top"> For every to-do listed in a spreadsheet document this component calculates the start date, day of week of the start date, the end date and the day of week of the end date. @@ -244,18 +244,18 @@ red, you should take a look at your entries.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/WriterSelector/">WriterSelector</a></td> + <td width="24%" valign="top"><a href="java/WriterSelector/">WriterSelector</a></td> <td width="76%" valign="top">This class gives you information on the selected objects (text range, text frame, or graphics) at an OpenOffice.org Server.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/calc/ChartTypeChange/">ChartTypeChange</a></td> + <td width="24%" valign="top"><a href="java/calc/ChartTypeChange/">ChartTypeChange</a></td> <td width="76%" valign="top">This class loads an OpenOffice.org Calc document and changes the type of the embedded chart.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/calc/">EuroAdaption</a></td> + <td width="24%" valign="top"><a href="java/calc/">EuroAdaption</a></td> <td width="76%" valign="top">The application connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>, opens an empty Calc document, enters an example @@ -263,7 +263,7 @@ (Euro), and uses the DM/EUR factor on each cell with a content.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/calc/">SCalc</a></td> + <td width="24%" valign="top"><a href="java/calc/">SCalc</a></td> <td width="76%" valign="top">The program connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. Then an empty calc document will be opened, cell @@ -272,21 +272,21 @@ be inserted.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/draw/">SDraw</a></td> + <td width="24%" valign="top"><a href="java/draw/">SDraw</a></td> <td width="76%" valign="top">This program connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. Afterwards, an empty text document will be created and some shapes will be inserted on the draw page</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/writer/">BookmarkInsertion</a></td> + <td width="24%" valign="top"><a href="java/writer/">BookmarkInsertion</a></td> <td width="76%" valign="top">This application connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. An empty text document will be opened and an example text will be entered. After all some bookmarks will be inserted.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/writer/">HardFormatting</a></td> + <td width="24%" valign="top"><a href="java/writer/">HardFormatting</a></td> <td width="76%" valign="top">This program connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. Furthermore, an empty text document will be opened, @@ -295,7 +295,7 @@ will be checked from the selection.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/writer/">SWriter</a></td> + <td width="24%" valign="top"><a href="java/writer/">SWriter</a></td> <td width="76%" valign="top">The program connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. An empty text document will be created, some @@ -303,14 +303,14 @@ will be inserted.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/writer/">StyleCreation</a></td> + <td width="24%" valign="top"><a href="java/writer/">StyleCreation</a></td> <td width="76%" valign="top">The example connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. An empty text document will be opened, a new paragraph style will be created, and applied.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/writer/">StyleInitialization</a></td> + <td width="24%" valign="top"><a href="java/writer/">StyleInitialization</a></td> <td width="76%" valign="top">The program connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. Thereafter, an empty text document will be opened @@ -318,7 +318,7 @@ be used, in order to apply a different paragraph style on the paragraphs.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/writer/">TextDocumentStructure</a></td> + <td width="24%" valign="top"><a href="java/writer/">TextDocumentStructure</a></td> <td width="76%" bgcolor="#f0f0f0" valign="top">The application connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. An empty text document will be opened, an enumeration @@ -326,7 +326,7 @@ created. </td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/writer/">TextReplace</a></td> + <td width="24%" valign="top"><a href="java/writer/">TextReplace</a></td> <td width="76%" valign="top">The example connects to the office server and gets the <a href="http://api.openoffice.org/common/ref/com/sun/star/lang/XMultiServiceFactory.html">multi service factory</a>. An empty text document will be created, an example @@ -334,7 +334,7 @@ with US spelled words.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/java/com/sun/star/comp/demo/">DemoComponent</a></td> + <td width="24%" valign="top"><a href="java/com/sun/star/comp/demo/">DemoComponent</a></td> <td width="76%" valign="top">This Java program is a demo component, which exports two services.</td> </tr> @@ -359,7 +359,7 @@ <td width="76%" valign="top"><b>Description</b></td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" bgcolor="#f0f0f0" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/cpp/officeclient/">Office + <td width="24%" bgcolor="#f0f0f0" valign="top"><a href="cpp/officeclient/">Office client</a></td> <td width="76%" valign="top"> This component provides a UNO demo component which demonstrates the communication with a local office. The component @@ -421,7 +421,7 @@ <td width="76%" valign="top"><b>Description</b></td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Changing + <td width="24%" valign="top"><a href="basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Changing Appearance</font></a></td> <td width="76%" valign="top">To change the style used for certain words, you can start with the following example. This code searches for the @@ -434,7 +434,7 @@ from an open text document.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Replacing + <td width="24%" valign="top"><a href="basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Replacing Text</font></a></td> <td width="76%" valign="top"> <p>If you regularly receive documents from other people for editing, @@ -448,7 +448,7 @@ </td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Using + <td width="24%" valign="top"><a href="basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Using Regular Expressions</font></a></td> <td width="76%" valign="top"> <p>Another application of automatic text modification is related to @@ -468,7 +468,7 @@ </td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Inserting + <td width="24%" valign="top"><a href="basic/text/modifying_text_automatically/" target="_blank"><font face="Times New Roman, serif">Inserting Bookmarks</font></a></td> <td width="76%" valign="top"> <p>The next example does something very similar. This time, however, @@ -487,7 +487,7 @@ </td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/text/creating_an_index/" target="_blank"><font face="Times New Roman, serif">Creating + <td width="24%" valign="top"><a href="basic/text/creating_an_index/" target="_blank"><font face="Times New Roman, serif">Creating an Index</font></a></td> <td width="76%" valign="top">Indices for text documents can be created manually in StarWriter by clicking on the words that shall appear @@ -495,7 +495,7 @@ indices for several documents, this task should be automated.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/sheet/" target="_blank"><font face="Times New Roman, serif">Adapting + <td width="24%" valign="top"><a href="basic/sheet/" target="_blank"><font face="Times New Roman, serif">Adapting to Euroland</font></a></td> <td width="76%" valign="top">Most of the member of the European Union will abandon their old currency in favor of the new Euro in 2001. @@ -506,7 +506,7 @@ string DM.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/drawing/" target="_blank"><font face="Times New Roman, serif">Import/Export + <td width="24%" valign="top"><a href="basic/drawing/" target="_blank"><font face="Times New Roman, serif">Import/Export of ASCII Files</font></a> </td> <td width="76%" valign="top">You can use the drawing facilities of StarOffice API to generate a picture from ASCII input. One application would @@ -514,7 +514,7 @@ textual data.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/stock_quotes_updater/" target="_blank"><font face="Times New Roman, serif">Stock + <td width="24%" valign="top"><a href="basic/stock_quotes_updater/" target="_blank"><font face="Times New Roman, serif">Stock Quotes Updater</font></a></td> <td width="76%" valign="top">If you want to display stock charts for certain companies, you can fire up your browser every day, go to Yahoo, @@ -528,7 +528,7 @@ and <font face="Courier New, Courier, mono">UpdateChart()</font>.</td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/basic/forms_and_controls/" target="_blank"><font face="Times New Roman, serif">Forms + <td width="24%" valign="top"><a href="basic/forms_and_controls/" target="_blank"><font face="Times New Roman, serif">Forms and Controls</font></a></td> <td width="76%" valign="top">The example document Burger Factory offers you some forms and controls, which you can use to order your desired @@ -554,7 +554,7 @@ <td width="76%" valign="top"><b>Description</b></td> </tr> <tr bgcolor="#f0f0f0"> - <td width="24%" valign="top"><a href="http://api.openoffice.org/source/browse/api/odk/examples/OLE/vbscript/">WriterDemo</a></td> + <td width="24%" valign="top"><a href="OLE/vbscript/">WriterDemo</a></td> <td width="76%" valign="top">This Visual Basic Script creates an empty text document and inserts text, a table, and a text frame.</td> </tr> @@ -573,7 +573,7 @@ <TD WIDTH=50% BGCOLOR="#666699"> <P ALIGN=LEFT><FONT COLOR="#ffffff"> Author: <A HREF="mailto:Bertram.Nolte@sun.com"><FONT COLOR="#ffffff">Bertram Nolte</FONT></A> ( - <!-- #BeginDate format:IS1a -->2001-10-16 4:07 PM<!-- #EndDate --> + <!-- #BeginDate format:IS1a -->2001-10-18 12:25 PM<!-- #EndDate --> )<BR> <I>Copyright 2001 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.</I></FONT> </P> |