(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: resource ::

unpublished singleton OfficeResourceLoader
Supported Interface
XResourceBundleLoader
Usage Restrictions
not published
Description
describes a XResourceBundleLoader which provides access to the OpenOffice.org resource files.

An OpenOffice.org installation comes with a number of resource files in an proprietary format, located insisde the installation's program/resource directory. The ::OfficeResoureLoader singleton (available at a component context as value with the key /singletons/com.sun.star.resource.OfficeResourceLoader), provides access to some types of resources within those files.

Clients have to specifiy the resource file base name in the call to XResourceBundleLoader::loadBundle resp. XResourceBundleLoader::loadBundle_Default method. The loader will extent this base name so that the resulting name conforms to the OpenOffice.org resource file naming conventions, and look up the respective resource file, for the requested locale, in OpenOffice.org's installation.

The lookup process uses the fallback mechanism as described at the XResourceBundle interface, except that Locale.getDefault() is not used.

Resource keys, as passed to the XResourceBundle::getDirectElement or ::com::sun::star::container::XNameAccess::getByName, have the following format: <resource_type>:<numeric_identifier>, where <resource_type> specifies the type of the requested resource (see below) and <numeric_identifier> is the numeric identifier of the resource.

The following resource types are currently supported:

  • string: denotes a string resource

Since the numeric resource identifiers are highly build-dependent (e.g. can change with any next OpenOffice.org build), you are strongly discouraged from using the ::OfficeResoureLoader service in a component which targets more than one particular OpenOffice.org build.

Since
OpenOffice.org 2.0.3


Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.