Lines Matching refs:locale
51 interfaces will be notified if either the current locale changes or if
56 But also changing the locale at runtime can be supported in this way.
62 Resolves the passed ResoureID for the current locale. This
63 locale is set during initalisation of the object implementing
83 /** Resolves the passed ResoureID for a specific locale.
87 the use of the current locale.
94 @param locale
95 The locale the string should be resolved for.
96 The locale has to match exactly with one of the locales provided by
102 if no entry exists for the given ResourceID or locale
104 … string resolveStringForLocale( [in] string ResourceID, [in] com::sun::star::lang::Locale locale )
110 and current locale.
122 Checks if the resource contains an entry for the given ResourceID and locale.
126 the use of the current locale.
131 @param locale
132 The locale the entry should be checked for.
133 The locale has to match exactly with one of the locales provided by
138 …boolean hasEntryForIdAndLocale( [in] string ResourceID, [in] com::sun::star::lang::Locale locale );
142 Returns a sequence of all valid Resource IDs for the current locale
150 Returns a sequence of all valid Resource IDs for a specific locale
154 the use of the current locale.
156 @param locale
157 The locale the ResourceIDs should be returned for.
158 The locale has to match exactly with one of the locales provided by
163 sequence<string> getResourceIDsForLocale( [in] com::sun::star::lang::Locale locale );
166 /** Returns the current locale specified in the accessed resource.
168 If no locale is available, the returned Locale structure
171 @returns the used locale
176 /** Returns the default locale of the accessed resource. In many
177 cases this will be the locale of the Office initially used
180 @return the used locale