| /AOO41X/main/i18npool/source/textconversion/ |
| H A D | textconversion_zh.cxx | 67 …& aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions) in getCharConversion() argument 75 } else if (nConversionOptions & TextConversionOption::USE_CHARACTER_VARIANTS) { in getCharConversion() 91 …Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions, Sequence<sa… in getWordConversion() argument 110 if (nConversionOptions & TextConversionOption::USE_CHARACTER_VARIANTS) { in getWordConversion() 120 return getCharConversion(aText, nStartPos, nLength, toSChinese, nConversionOptions); in getWordConversion() 139 nConversionOptions); in getWordConversion() 224 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 230 …dates[0] = getConversion( aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversions() 239 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 249 if (nConversionOptions & TextConversionOption::CHARACTER_BY_CHARACTER) in getConversion() [all …]
|
| H A D | textconversion_ko.cxx | 204 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 243 if (nConversionOptions & TextConversionOption::CHARACTER_BY_CHARACTER) { in getConversions() 255 …aLocale, ConversionDictionaryType::HANGUL_HANJA, eDirection, nConversionOptions); // user dictiona… in getConversions() 268 … candidates = xCD->getConversions(aText, start + nStartPos, len, eDirection, nConversionOptions); in getConversions() 294 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 310 …onversions(aText, start, length + nStartPos - start, aLocale, nConversionType, nConversionOptions); in getConversion() 328 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence<sal_Int32… in getConversionWithOffset() argument 332 return getConversion(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversionWithOffset()
|
| H A D | textconversionImpl.cxx | 38 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 46 …eturn xTC->getConversions(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversions() 51 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 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 72 …versionWithOffset(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions, offset); in getConversionWithOffset()
|
| /AOO41X/main/i18npool/inc/ |
| H A D | textconversion.hxx | 197 …Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions, com::sun::s… 198 … aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions);
|