/aoo4110/main/qadevOOo/tests/java/ifc/i18n/ |
H A D | _XExtendedIndexEntrySupplier.java | 36 protected Locale[] locales = null; field in _XExtendedIndexEntrySupplier 61 for (int i = 0; i < locales.length; i++) { in _getAlgorithmList() 66 System.out.println("Locale " + i + ": " + locales[i].Country+","+locales[i].Language); in _getAlgorithmList() 74 "," + locales[i].Language); in _getAlgorithmList() 87 for (int i = 0; i < locales.length; i++) { in _getIndexKey() 108 locales = oObj.getLocaleList(); in _getLocaleList() 155 "," + locales[i].Language); in _loadAlgorithm() 198 for (int i = 0; i < locales.length; i++) { in _usePhoneticEntry() 201 if (locales[i].Language.equals("ja") || in _usePhoneticEntry() 202 locales[i].Language.equals("ko") || in _usePhoneticEntry() [all …]
|
/aoo4110/main/qadevOOo/tests/java/ifc/linguistic2/ |
H A D | _XSupportedLocales.java | 43 public static Locale[] locales = new Locale[0]; field in _XSupportedLocales 50 locales = oObj.getLocales(); in _getLocales() 51 tRes.tested("getLocales()", locales.length > 0); in _getLocales() 72 for (int i=0; i< locales.length; i++) { in _hasLocale() 73 res &= oObj.hasLocale(locales[i]); in _hasLocale()
|
H A D | _XAvailableLocales.java | 41 public static Locale[] locales = new Locale[0]; field in _XAvailableLocales 48 locales = oObj.getAvailableLocales("com.sun.star.linguistic2.Hyphenator"); in _getAvailableLocales() 49 tRes.tested("getAvailableLocales()", locales.length > 0); in _getAvailableLocales()
|
/aoo4110/main/offapi/com/sun/star/resource/ |
H A D | XStringResourceResolver.idl | 96 The locale has to match exactly with one of the locales provided by 133 The locale has to match exactly with one of the locales provided by 158 The locale has to match exactly with one of the locales provided by 186 Returns a sequence of all supported locales 188 @return a sequence of all supported locales
|
H A D | XStringResourceManager.idl | 58 strings for different locales. 164 The locale has to match exactly with one of the locales provided by 208 The locale has to match exactly with one of the locales provided by 285 be reset to 0 if all locales are removed. In all other cases 294 string table all locales are taken into account. So using this
|
H A D | XStringResourcePersistence.idl | 220 All locales and strings previously added to the string resource 222 only contains the locales and strings specified in the binary data.
|
H A D | XLocale.idl | 82 <p>More advanced programs allow users to use different locales 106 a sequence of all locales which are available in the system.
|
H A D | XResourceBundle.idl | 56 <LI> handle multiple locales at once. 58 <LI> be easily modified, later, to support even more locales.
|
/aoo4110/main/scripting/source/storage/ |
H A D | ScriptInfoImpl.hxx | 50 , locales() in ScriptInfoImpl() 67 , locales( __locales ) in ScriptInfoImpl() 77 strpair_map locales; member
|
H A D | ScriptData.hxx | 52 , locales() in ScriptData() 69 , locales( __locales ) in ScriptData() 79 strpair_map locales; member
|
H A D | ScriptElement.cxx | 60 strpair_map::const_iterator mp_it = sII.locales.begin(); in ScriptElement() 61 strpair_map::const_iterator mp_itend = sII.locales.end(); in ScriptElement()
|
H A D | ScriptInfo.cxx | 247 m_scriptData.locales.find( localeLang ); in getDescription() 249 if( str_it == m_scriptData.locales.end() ) in getDescription()
|
H A D | ScriptMetadataImporter.cxx | 349 m_ScriptData.locales[ ms_localeLang ] = ::std::make_pair( in endElement()
|
/aoo4110/main/offapi/com/sun/star/sdb/ |
H A D | DatabaseAccessContext.idl | 45 access beans. It is possible to have different aliases for different locales. 55 The service also provides a default handling for locales, where an alias isn't 57 becomes the default for all other known locales.
|
/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | XOrdinalSuffix.idl | 45 locales. Future enhancements adding functionality for other locales
|
H A D | Collator.idl | 39 Access collation algorithms of different locales.
|
H A D | CalendarDisplayCode.idl | 38 that other calendars or locales may return completely different
|
H A D | NativeNumberMode.idl | 39 locales. However, <const>NATNUM1</const> always tries to convert to
|
H A D | XLocaleData.idl | 125 /** returns all available locales.
|
/aoo4110/main/offapi/com/sun/star/configuration/ |
H A D | AdministrationProvider.idl | 146 locales for which data is present. Locale-dependent values in this case are 148 This also allows targetted setting of values for selected locales.
|
/aoo4110/main/offapi/com/sun/star/linguistic2/ |
H A D | XAvailableLocales.idl | 49 the list of locales supported by the whole of all registered
|
H A D | XConversionDictionaryList.idl | 125 <p>All active dictionaries with matching locales and conversion
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XLocalizedAliases.idl | 48 can be provided in several locales for the same programmatic name.
|
/aoo4110/main/udkapi/com/sun/star/lang/ |
H A D | Locale.idl | 49 locales it supports.</p>
|
/aoo4110/main/vcl/aqua/source/app/ |
H A D | vclnsapp.mm | 177 // NOT localized, that is the same in all locales. Should this be
|