LibreOffice
LibreOffice 4.3 SDK API Reference
Public Member Functions | List of all members
XResourceBundleLoader Interface Referencepublished

makes it possible to load resource bundles. More...

import"XResourceBundleLoader.idl";

Inheritance diagram for XResourceBundleLoader:
XInterface OfficeResourceLoader

Public Member Functions

com::sun::star::resource::XResourceBundle loadBundle_Default ([in] string aBaseName) raises ( com::sun::star::resource::MissingResourceException )
 loads the appropriate resource bundle. More...
 
com::sun::star::resource::XResourceBundle loadBundle ([in] string abaseName, [in] com::sun::star::lang::Locale aLocale) raises ( com::sun::star::resource::MissingResourceException )
 loads the appropriate resource bundle subclass. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

makes it possible to load resource bundles.

The search algorithm is specified in the documentation of XResourceBundle. The implementations must follow the name scheme, but it is allowed to search in several locations.

See also
MissingResourceException
XResourceBundle
Locale

Member Function Documentation

loads the appropriate resource bundle subclass.

loads the appropriate resource bundle.


The documentation for this interface was generated from the following file: