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