OpenOffice.org Examples
Hint: if you wish to look at the ooRexx code with syntax highlighting, then you can
use the free and open-source editor "[g]vim"
, which is available for practically
all platforms and can be downloaded from its homepage at
http://www.vim.org/.
- . <directory> (List of this directory)
- Display all of this directory's files and directories.
- .. <directory> (List of parent directory)
- Display all of the parent directory's files and directories.
- ahammer <directory> (List of this directory)
- Updated examples from Andreas Ahammer's Bachelor Thesis.
- burger <directory> (List of this directory)
- Updated examples from Martin Burger's Bachelor Thesis.
- demoFileUriConvert.rxo
- Demonstrate using the OOo interface
com.sun.star.ucb.XFileIdentifierConverter
to convert between operating system dependent paths and the URI (Uniform Resource Locator)
format needed for OOo.
Goes back to a great Java example in an
e-mail by
Ariel Constenla-Haile.
- demoPathSubstitution.rxo
- Demonstrate using the OOo service
com.sun.star.util.PathSubstitution
.
- getUserDirectory.rxo
- Demonstrate using the OOo service
com.sun.star.util.PathSettings
.
Goes back to a great OOo Basic example in an
e-mail by
Carsten Driesner.
- getVersion.rxo
- Demonstrate using the OOo services
com.sun.star.configuration.ConfigurationProvider
and
com.sun.star.configuration.ConfigurationAccess
.
Goes back to a great OOo Basic example in an
e-mail by
Laurent Godard.
- listAllMacros.rxo
- Demonstrate using the OOo singleton
/singletons/com.sun.star.script.browse.theBrowseNodeFactory
and the OOo service
com.sun.star.script.browse.BrowseNodeFactoryViewTypes
.
Goes back to a great OOo Basic example in an
e-mail by
Paolo Mantovani.
- listPathSettings.rxo
- Demonstrate using the OOo service
com.sun.star.util.PathSettings
.
- readme.txt
- Information about the work of Mr. Ahammer and Mr. Burger.
Rony G. Flatscher, 2010-08-22, Wien/Vienna, Austria, Europe