:: com :: sun :: star ::

module resource
Description
Interfaces to access (UI) resource files.

Singletons
::com::sun::star::resource::OfficeResourceLoader describes a ::com::sun::star::resource::XResourceBundleLoader which provides access to the OpenOffice.org resource files.
Interfaces
::com::sun::star::resource::XLocale offers some operations on ::com::sun::star::lang::Locale structures.
::com::sun::star::resource::XResourceBundle [ DEPRECATED ]
Resource bundles contain locale-specific objects.
::com::sun::star::resource::XResourceBundleLoader makes it possible to load resource bundles.
Exceptions
::com::sun::star::resource::MissingResourceException is used to signal that a resource is missing.
Top of Page