Lines Matching refs:locale

222 …ringResourceImpl::resolveStringForLocale( const ::rtl::OUString& ResourceID, const Locale& locale )  in resolveStringForLocale()  argument
226 LocaleItem* pLocaleItem = getItemForLocale( locale, false ); in resolveStringForLocale()
250 const Locale& locale ) in hasEntryForIdAndLocale() argument
254 LocaleItem* pLocaleItem = getItemForLocale( locale, false ); in hasEntryForIdAndLocale()
281 ( const Locale& locale ) throw (::com::sun::star::uno::RuntimeException) in getResourceIDsForLocale() argument
284 LocaleItem* pLocaleItem = getItemForLocale( locale, false ); in getResourceIDsForLocale()
355 void StringResourceImpl::implSetCurrentLocale( const Locale& locale, in implSetCurrentLocale() argument
363 pLocaleItem = getClosestMatchItemForLocale( locale ); in implSetCurrentLocale()
365 pLocaleItem = getItemForLocale( locale, true ); in implSetCurrentLocale()
380 void StringResourceImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMatch ) in setCurrentLocale() argument
384 implSetCurrentLocale( locale, FindClosestMatch, bUseDefaultIfNoMatch ); in setCurrentLocale()
387 void StringResourceImpl::setDefaultLocale( const Locale& locale ) in setDefaultLocale() argument
393 LocaleItem* pLocaleItem = getItemForLocale( locale, true ); in setDefaultLocale()
438 ( const ::rtl::OUString& ResourceID, const ::rtl::OUString& Str, const Locale& locale ) in setStringForLocale() argument
443 LocaleItem* pLocaleItem = getItemForLocale( locale, false ); in setStringForLocale()
474 void StringResourceImpl::removeIdForLocale( const ::rtl::OUString& ResourceID, const Locale& locale in removeIdForLocale() argument
479 LocaleItem* pLocaleItem = getItemForLocale( locale, false ); in removeIdForLocale()
483 void StringResourceImpl::newLocale( const Locale& locale ) in newLocale() argument
489 if( getItemForLocale( locale, false ) != NULL ) in newLocale()
499 LocaleItem* pLocaleItem = new LocaleItem( locale ); in newLocale()
549 void StringResourceImpl::removeLocale( const Locale& locale ) in removeLocale() argument
555 LocaleItem* pRemoveItem = getItemForLocale( locale, true ); in removeLocale()
660 ( const Locale& locale, sal_Bool bException ) in getItemForLocale() argument
672 if( cmp_locale.Language == locale.Language && in getItemForLocale()
673 cmp_locale.Country == locale.Country && in getItemForLocale()
674 cmp_locale.Variant == locale.Variant ) in getItemForLocale()
692 LocaleItem* StringResourceImpl::getClosestMatchItemForLocale( const Locale& locale ) in getClosestMatchItemForLocale() argument
705 if( cmp_locale.Language == locale.Language && in getClosestMatchItemForLocale()
706 (iPass > 1 || cmp_locale.Country == locale.Country) && in getClosestMatchItemForLocale()
707 (iPass > 0 || cmp_locale.Variant == locale.Variant) ) in getClosestMatchItemForLocale()
895 …ePersistenceImpl::resolveStringForLocale( const ::rtl::OUString& ResourceID, const Locale& locale ) in resolveStringForLocale() argument
898 return StringResourceImpl::resolveStringForLocale( ResourceID, locale ); in resolveStringForLocale()
906 const Locale& locale ) in hasEntryForIdAndLocale() argument
909 return StringResourceImpl::hasEntryForIdAndLocale( ResourceID, locale ); in hasEntryForIdAndLocale()
933 void StringResourcePersistenceImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMat… in setCurrentLocale() argument
936 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale()
938 void StringResourcePersistenceImpl::setDefaultLocale( const Locale& locale ) in setDefaultLocale() argument
941 StringResourceImpl::setDefaultLocale( locale ); in setDefaultLocale()
954 ( const ::rtl::OUString& ResourceID, const ::rtl::OUString& Str, const Locale& locale ) in setStringForLocale() argument
957 StringResourceImpl::setStringForLocale( ResourceID, Str, locale ); in setStringForLocale()
960 ( const Locale& locale ) throw (::com::sun::star::uno::RuntimeException) in getResourceIDsForLocale() argument
962 return StringResourceImpl::getResourceIDsForLocale( locale ); in getResourceIDsForLocale()
969 …sourcePersistenceImpl::removeIdForLocale( const ::rtl::OUString& ResourceID, const Locale& locale ) in removeIdForLocale() argument
972 StringResourceImpl::removeIdForLocale( ResourceID, locale ); in removeIdForLocale()
974 void StringResourcePersistenceImpl::newLocale( const Locale& locale ) in newLocale() argument
977 StringResourceImpl::newLocale( locale ); in newLocale()
979 void StringResourcePersistenceImpl::removeLocale( const Locale& locale ) in removeLocale() argument
982 StringResourceImpl::removeLocale( locale ); in removeLocale()
2430 …eWithStorageImpl::resolveStringForLocale( const ::rtl::OUString& ResourceID, const Locale& locale ) in resolveStringForLocale() argument
2433 return StringResourceImpl::resolveStringForLocale( ResourceID, locale ); in resolveStringForLocale()
2441 const Locale& locale ) in hasEntryForIdAndLocale() argument
2444 return StringResourceImpl::hasEntryForIdAndLocale( ResourceID, locale ); in hasEntryForIdAndLocale()
2452 ( const Locale& locale ) throw (::com::sun::star::uno::RuntimeException) in getResourceIDsForLocale() argument
2454 return StringResourceImpl::getResourceIDsForLocale( locale ); in getResourceIDsForLocale()
2478 void StringResourceWithStorageImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMat… in setCurrentLocale() argument
2481 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale()
2483 void StringResourceWithStorageImpl::setDefaultLocale( const Locale& locale ) in setDefaultLocale() argument
2486 StringResourceImpl::setDefaultLocale( locale ); in setDefaultLocale()
2494 ( const ::rtl::OUString& ResourceID, const ::rtl::OUString& Str, const Locale& locale ) in setStringForLocale() argument
2497 StringResourceImpl::setStringForLocale( ResourceID, Str, locale ); in setStringForLocale()
2504 …sourceWithStorageImpl::removeIdForLocale( const ::rtl::OUString& ResourceID, const Locale& locale ) in removeIdForLocale() argument
2507 StringResourceImpl::removeIdForLocale( ResourceID, locale ); in removeIdForLocale()
2509 void StringResourceWithStorageImpl::newLocale( const Locale& locale ) in newLocale() argument
2512 StringResourceImpl::newLocale( locale ); in newLocale()
2514 void StringResourceWithStorageImpl::removeLocale( const Locale& locale ) in removeLocale() argument
2517 StringResourceImpl::removeLocale( locale ); in removeLocale()
2785 …WithLocationImpl::resolveStringForLocale( const ::rtl::OUString& ResourceID, const Locale& locale ) in resolveStringForLocale() argument
2788 return StringResourceImpl::resolveStringForLocale( ResourceID, locale ); in resolveStringForLocale()
2796 const Locale& locale ) in hasEntryForIdAndLocale() argument
2799 return StringResourceImpl::hasEntryForIdAndLocale( ResourceID, locale ); in hasEntryForIdAndLocale()
2807 ( const Locale& locale ) throw (::com::sun::star::uno::RuntimeException) in getResourceIDsForLocale() argument
2809 return StringResourceImpl::getResourceIDsForLocale( locale ); in getResourceIDsForLocale()
2833 void StringResourceWithLocationImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMa… in setCurrentLocale() argument
2836 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale()
2838 void StringResourceWithLocationImpl::setDefaultLocale( const Locale& locale ) in setDefaultLocale() argument
2841 StringResourceImpl::setDefaultLocale( locale ); in setDefaultLocale()
2849 ( const ::rtl::OUString& ResourceID, const ::rtl::OUString& Str, const Locale& locale ) in setStringForLocale() argument
2852 StringResourceImpl::setStringForLocale( ResourceID, Str, locale ); in setStringForLocale()
2859 …ourceWithLocationImpl::removeIdForLocale( const ::rtl::OUString& ResourceID, const Locale& locale ) in removeIdForLocale() argument
2862 StringResourceImpl::removeIdForLocale( ResourceID, locale ); in removeIdForLocale()
2864 void StringResourceWithLocationImpl::newLocale( const Locale& locale ) in newLocale() argument
2867 StringResourceImpl::newLocale( locale ); in newLocale()
2869 void StringResourceWithLocationImpl::removeLocale( const Locale& locale ) in removeLocale() argument
2872 StringResourceImpl::removeLocale( locale ); in removeLocale()