| /trunk/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 229 …dates[0] = getConversion( aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversions() 238 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 247 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 242 if (nConversionOptions & TextConversionOption::CHARACTER_BY_CHARACTER) { in getConversions() 254 …aLocale, ConversionDictionaryType::HANGUL_HANJA, eDirection, nConversionOptions); // user dictiona… in getConversions() 267 … candidates = xCD->getConversions(aText, start + nStartPos, len, eDirection, nConversionOptions); in getConversions() 293 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 308 …onversions(aText, start, length + nStartPos - start, aLocale, nConversionType, nConversionOptions); in getConversion() 326 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence<sal_Int32… in getConversionWithOffset() argument 329 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 45 …eturn xTC->getConversions(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversions() 50 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 57 …return xTC->getConversion(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions); in getConversion() 62 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence< sal_Int3… in getConversionWithOffset() argument 69 …versionWithOffset(aText, nStartPos, nLength, rLocale, nConversionType, nConversionOptions, offset); in getConversionWithOffset()
|
| /trunk/main/i18npool/inc/ |
| H A D | textconversion.hxx | 158 …Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions, com::sun::s… 159 … aText, sal_Int32 nStartPos, sal_Int32 nLength, sal_Bool toSChinese, sal_Int32 nConversionOptions);
|