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.
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 OpenOffice
- API and the OpenOffice.org component technology UNO
+ for the OpenOffice.org using the OpenOffice
+ API and the OpenOffice.org component technology UNO
(Universal Network Objects). 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.
@@ -68,7 +68,7 @@
The
OpenOffice.org API defines the interface for accessing office functionality
from different programming languages. The OpenOffice API reference manual
- is available from http://api.openoffice.org/.
+ is available from http://api.openoffice.org/.
The
following examples demonstrate how to benefit from the included word processor,
spreadsheet, presentation software, graphics program, and database software.
@@ -96,7 +96,7 @@
5.2)
- UNO
+ | UNO
Development Kit Homepage |
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. |
- OpenOffice
+ | OpenOffice
API Homepage |
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. |
- NetBeans |
+ NetBeans |
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. |
@@ -164,53 +164,53 @@
Description |
- CalcAddins |
+ CalcAddins |
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 Add-in. |
- Car |
+ Car |
The component Car 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. |
- ConverterServlet |
+ ConverterServlet |
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. |
- DocumentConverter |
+ DocumentConverter |
Here, the program offers a service, which
converts arbitrary documents to a favored document type. |
- DocumentLoader |
+ DocumentLoader |
The DocumentLoader can open a new
or an existing document. |
- DocumentPrinter |
+ DocumentPrinter |
The DocumentPrinter allows you to
print your favored pages of a specified document on your favored printer. |
- DocumentSaver |
+ DocumentSaver |
The DocumentSaver shows you, how to save
a document. Furthermore, you can change the type of your document. |
- GraphicsInserter |
+ GraphicsInserter |
The GraphicsInserter creates a graphics
object on an empty text document by setting its position, width, height,
and URL. |
- Inspector |
+ Inspector |
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. |
- NotesAccess |
+ NotesAccess |
This class creates a spreadsheet document
and fills it with existing values of documents from a Lotus Notes
database. |
- ToDo |
+ ToDo |
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. |
- WriterSelector |
+ WriterSelector |
This class gives you information on the
selected objects (text range, text frame, or graphics) at an OpenOffice.org
Server. |
- ChartTypeChange |
+ ChartTypeChange |
This class loads an OpenOffice.org Calc
document and changes the type of the embedded chart. |
- EuroAdaption |
+ EuroAdaption |
The application connects to the office
server and gets the multi
service factory, 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. |
- SCalc |
+ SCalc |
The program connects to the office server
and gets the multi
service factory. Then an empty calc document will be opened, cell
@@ -272,21 +272,21 @@
be inserted. |
- SDraw |
+ SDraw |
This program connects to the office server
and gets the multi
service factory. Afterwards, an empty text document will be created
and some shapes will be inserted on the draw page |
- BookmarkInsertion |
+ BookmarkInsertion |
This application connects to the office
server and gets the multi
service factory. An empty text document will be opened and an
example text will be entered. After all some bookmarks will be inserted. |
- HardFormatting |
+ HardFormatting |
This program connects to the office server
and gets the multi
service factory. Furthermore, an empty text document will be opened,
@@ -295,7 +295,7 @@
will be checked from the selection. |
- SWriter |
+ SWriter |
The program connects to the office server
and gets the multi
service factory. An empty text document will be created, some
@@ -303,14 +303,14 @@
will be inserted. |
- StyleCreation |
+ StyleCreation |
The example connects to the office server
and gets the multi
service factory. An empty text document will be opened, a new
paragraph style will be created, and applied. |
- StyleInitialization |
+ StyleInitialization |
The program connects to the office server
and gets the multi
service factory. 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. |
- TextDocumentStructure |
+ TextDocumentStructure |
The application connects
to the office server and gets the multi
service factory. An empty text document will be opened, an enumeration
@@ -326,7 +326,7 @@
created. |
- TextReplace |
+ TextReplace |
The example connects to the office server
and gets the multi
service factory. An empty text document will be created, an example
@@ -334,7 +334,7 @@
with US spelled words. |
- DemoComponent |
+ DemoComponent |
This Java program is a demo component,
which exports two services. |
@@ -359,7 +359,7 @@
Description |
- Office
+ | Office
client |
This component provides a UNO demo component
which demonstrates the communication with a local office. The component
@@ -421,7 +421,7 @@
| Description |
- Changing
+ | Changing
Appearance |
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. |
- Replacing
+ | Replacing
Text |
If you regularly receive documents from other people for editing,
@@ -448,7 +448,7 @@
|
- Using
+ | Using
Regular Expressions |
Another application of automatic text modification is related to
@@ -468,7 +468,7 @@
|
- Inserting
+ | Inserting
Bookmarks |
The next example does something very similar. This time, however,
@@ -487,7 +487,7 @@
|
- Creating
+ | Creating
an Index |
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. |
- Adapting
+ | Adapting
to Euroland |
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. |
- Import/Export
+ | Import/Export
of ASCII Files |
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. |
- Stock
+ | Stock
Quotes Updater |
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 UpdateChart(). |
- Forms
+ | Forms
and Controls |
The example document Burger Factory offers
you some forms and controls, which you can use to order your desired
@@ -554,7 +554,7 @@
| Description |
- WriterDemo |
+ WriterDemo |
This Visual Basic Script creates an empty
text document and inserts text, a table, and a text frame. |
@@ -573,7 +573,7 @@
Author: Bertram
Nolte (
- 2001-10-16 4:07 PM
+ 2001-10-18 12:25 PM
)
Copyright 2001 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto,
CA 94303 USA.
|