Lines Matching refs:rLocale
38 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument
41 getLocaleSpecificTextConversion(rLocale); in getConversions()
46 …return xTC->getConversions(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions… in getConversions()
51 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument
54 getLocaleSpecificTextConversion(rLocale); in getConversion()
59 …return xTC->getConversion(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversion()
64 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence< sal_Int3… in getConversionWithOffset() argument
67 getLocaleSpecificTextConversion(rLocale); in getConversionWithOffset()
72 …return xTC->getConversionWithOffset(aText, nStartPos, nLength, rLocale, nConversionType, nConversi… in getConversionWithOffset()
76 TextConversionImpl::interactiveConversion( const Locale& rLocale, sal_Int16 nTextConversionType, sa… in interactiveConversion() argument
79 getLocaleSpecificTextConversion(rLocale); in interactiveConversion()
81 return xTC->interactiveConversion(rLocale, nTextConversionType, nTextConversionOptions); in interactiveConversion()
89 TextConversionImpl::getLocaleSpecificTextConversion(const Locale& rLocale) throw( NoSupportExceptio… in getLocaleSpecificTextConversion() argument
91 if (xMSF.is() && rLocale != aLocale) { in getLocaleSpecificTextConversion()
92 aLocale = rLocale; in getLocaleSpecificTextConversion()