Home
last modified time | relevance | path

Searched refs:newLocale (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sal/rtl/source/
H A Dlocale.c267 rtl_Locale *newLocale = NULL; in rtl_locale_register() local
282 if (rtl_hashtable_find(g_pLocaleTable, key, hashCode, &newLocale)) in rtl_locale_register()
283 return newLocale; in rtl_locale_register()
289 newLocale = (rtl_Locale*)rtl_allocateMemory( sizeof(rtl_Locale) ); in rtl_locale_register()
291 newLocale->Language = sLanguage; in rtl_locale_register()
292 newLocale->Country = sCountry; in rtl_locale_register()
293 newLocale->Variant = sVariant; in rtl_locale_register()
294 newLocale->HashCode = hashCode; in rtl_locale_register()
296 rtl_hashtable_add(&g_pLocaleTable, newLocale); in rtl_locale_register()
298 return newLocale; in rtl_locale_register()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/
H A D_XLocalizable.java51 Locale newLocale = new Locale("de", "DE", ""); in _setLocale() local
52 oObj.setLocale(newLocale); in _setLocale()
55 boolean res = ((getLocale.Country.equals(newLocale.Country)) && in _setLocale()
56 (getLocale.Language.equals(newLocale.Language))); in _setLocale()
59 log.println("Expected Language " + newLocale.Language + in _setLocale()
60 " and Country " + newLocale.Country); in _setLocale()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java180 final String newLocale = locale.getStringValue(); in getLocaleFromRegistry() local
181 if (newLocale != null) in getLocaleFromRegistry()
183 currentLocale = newLocale.replace('-', '_'); in getLocaleFromRegistry()
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx483 void StringResourceImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourceImpl
974 void StringResourcePersistenceImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourcePersistenceImpl
977 StringResourceImpl::newLocale( locale ); in newLocale()
2509 void StringResourceWithStorageImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourceWithStorageImpl
2512 StringResourceImpl::newLocale( locale ); in newLocale()
2864 void StringResourceWithLocationImpl::newLocale( const Locale& locale ) in newLocale() function in stringresource::StringResourceWithLocationImpl
2867 StringResourceImpl::newLocale( locale ); in newLocale()
H A Dstringresource.hxx251 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )
404 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )
518 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )
644 virtual void SAL_CALL newLocale( const ::com::sun::star::lang::Locale& locale )
/trunk/main/basctl/source/basicide/
H A Dlocalizationmgr.cxx714 m_xStringResourceManager->newLocale( rLocale ); in handleAddLocales()
722 m_xStringResourceManager->newLocale( rLocale ); in handleAddLocales()
H A Dbaside3.cxx861 xStringResourceWithLocation->newLocale( rLocale ); in SaveDialog()
/trunk/main/offapi/com/sun/star/resource/
H A DXLocale.idl100 void setDefault( [in] com::sun::star::lang::Locale newLocale );
H A DXStringResourceManager.idl245 void newLocale( [in] com::sun::star::lang::Locale locale )

Completed in 68 milliseconds