Searched refs:FindClosestMatch (Results 1 – 5 of 5) sorted by relevance
/trunk/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 356 sal_Bool FindClosestMatch, sal_Bool bUseDefaultIfNoMatch ) in implSetCurrentLocale() argument 362 if( FindClosestMatch ) in implSetCurrentLocale() 380 void StringResourceImpl::setCurrentLocale( const Locale& locale, sal_Bool FindClosestMatch ) in setCurrentLocale() argument 384 implSetCurrentLocale( locale, FindClosestMatch, bUseDefaultIfNoMatch ); in setCurrentLocale() 577 sal_Bool FindClosestMatch = false; in removeLocale() local 578 setCurrentLocale( pFallbackItem->m_locale, FindClosestMatch ); in removeLocale() 869 sal_Bool FindClosestMatch = true; in implInitializeCommonParameters() local 871 implSetCurrentLocale( aCurrentLocale, FindClosestMatch, bUseDefaultIfNoMatch ); in implInitializeCommonParameters() 936 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale() 2481 StringResourceImpl::setCurrentLocale( locale, FindClosestMatch ); in setCurrentLocale() [all …]
|
H A D | stringresource.hxx | 166 sal_Bool FindClosestMatch, sal_Bool bUseDefaultIfNoMatch ) 234 …_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool FindClosestMatch ) 387 …_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool FindClosestMatch ) 501 …_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool FindClosestMatch ) 627 …_CALL setCurrentLocale( const ::com::sun::star::lang::Locale& locale, ::sal_Bool FindClosestMatch )
|
/trunk/main/offapi/com/sun/star/resource/ |
H A D | XStringResourceManager.idl | 85 @param FindClosestMatch 102 [in] boolean FindClosestMatch
|
H A D | StringResourceWithStorage.idl | 56 called with FindClosestMatch=true.
|
H A D | StringResourceWithLocation.idl | 56 called with FindClosestMatch=true.
|
Completed in 36 milliseconds