LibreOffice
LibreOffice 5.3 SDK API Reference
|
makes it possible to load resource bundles. More...
import "XResourceBundleLoader.idl";
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... | |
![]() | |
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... | |
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.
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.
com::sun::star::resource::XResourceBundle loadBundle_Default | ( | [in] string | aBaseName | ) | |
raises | ( | com::sun::star::resource::MissingResourceException | |||
) |
loads the appropriate resource bundle.