|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module resource {
sequence< string > getResourceIDsForLocale([in] com::sun::star::lang::Locale locale)
Returns a sequence of all valid Resource IDs for a specific locale.
string resolveString([in] string ResourceID)
Resolves the passed ResourceID for the current locale.
boolean hasEntryForId([in] string ResourceID)
Checks if the resource contains an entry for the given ResourceID and current locale.
Interface to access strings in a resource.
Definition: XStringResourceResolver.idl:40
com::sun::star::lang::Locale getDefaultLocale()
Returns the default locale of the accessed resource.
string resolveStringForLocale([in] string ResourceID, [in] com::sun::star::lang::Locale locale)
Resolves the passed ResourceID for a specific locale.
com::sun::star::lang::Locale getCurrentLocale()
Returns the current locale specified in the accessed resource.
sequence< string > getResourceIDs()
Returns a sequence of all valid Resource IDs for the current locale.
object represents a specific geographical, political, or cultural region.
Definition: Locale.idl:34
is used to signal that a resource is missing.
Definition: MissingResourceException.idl:30
boolean hasEntryForIdAndLocale([in] string ResourceID, [in] com::sun::star::lang::Locale locale)
Checks if the resource contains an entry for the given ResourceID and locale.
Definition: Ambiguous.idl:20
broadcasts each modification made on the date data of the object which supports this interface.
Definition: XModifyBroadcaster.idl:32
sequence< com::sun::star::lang::Locale > getLocales()
Returns a sequence of all supported locales.