/aoo42x/main/i18npool/source/textconversion/ |
H A D | textconversion_zh.cxx | 224 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 230 …result.Candidates[0] = getConversion( aText, nStartPos, nLength, rLocale, nConversionType, nConver… in getConversions() 239 const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 243 ( nConversionType == TextConversionType::TO_SCHINESE || in getConversion() 244 nConversionType == TextConversionType::TO_TCHINESE) ) { in getConversion() 247 sal_Bool toSChinese = nConversionType == TextConversionType::TO_SCHINESE; in getConversion() 263 …const Locale& rLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions, Sequence<sal_Int32… in getConversionWithOffset() argument 267 ( nConversionType == TextConversionType::TO_SCHINESE || in getConversionWithOffset() 268 nConversionType == TextConversionType::TO_TCHINESE) ) { in getConversionWithOffset() 271 sal_Bool toSChinese = nConversionType == TextConversionType::TO_SCHINESE; in getConversionWithOffset()
|
H A D | textconversion_ko.cxx | 204 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversions() argument 212 if (nConversionType == TextConversionType::TO_HANGUL || in getConversions() 213 nConversionType == TextConversionType::TO_HANJA) { in getConversions() 223 sal_Bool toHanja = (nConversionType == TextConversionType::TO_HANJA); in getConversions() 234 if (nConversionType == TextConversionType::TO_HANJA) { in getConversions() 294 const Locale& aLocale, sal_Int16 nConversionType, sal_Int32 nConversionOptions) in getConversion() argument 310 …result = getConversions(aText, start, length + nStartPos - start, aLocale, nConversionType, nConve… 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 …return 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 …return xTC->getConversionWithOffset(aText, nStartPos, nLength, rLocale, nConversionType, nConversi… in getConversionWithOffset()
|
/aoo42x/main/linguistic/source/ |
H A D | convdicxml.cxx | 76 static const OUString ConversionTypeToText( sal_Int16 nConversionType ) in ConversionTypeToText() argument 79 if (nConversionType == ConversionDictionaryType::HANGUL_HANJA) in ConversionTypeToText() 81 else if (nConversionType == ConversionDictionaryType::SCHINESE_TCHINESE) in ConversionTypeToText() 129 sal_Int16 nConversionType; member in ConvDicXMLDictionaryContext_Impl 137 nConversionType = -1; in ConvDicXMLDictionaryContext_Impl() 145 sal_Int16 GetConversionType() const { return nConversionType; } in GetConversionType() 248 nConversionType = GetConversionTypeFromText( aValue ); in StartElement() 251 GetConvDicImport().SetConversionType( nConversionType ); in StartElement() 357 OUString aConvType( ConversionTypeToText( rDic.nConversionType ) ); in exportDoc()
|
H A D | convdicxml.hxx | 89 sal_Int16 nConversionType; // conversion type the dictionary is used for member in ConvDicXMLImport 100 nConversionType = -1; in ConvDicXMLImport() 120 sal_Int16 GetConversionType() const { return nConversionType; } in GetConversionType() 124 void SetConversionType( sal_Int16 nType ) { nConversionType = nType; } in SetConversionType()
|
H A D | convdic.hxx | 104 sal_Int16 nConversionType; member in ConvDic 124 sal_Int16 nConversionType,
|
H A D | convdic.cxx | 212 nConversionType = nConvType; in ConvDic() 419 return nConversionType; in getConversionType()
|
/aoo42x/main/editeng/source/misc/ |
H A D | hangulhanja.cxx | 367 sal_Int16 nConversionType = -1; in implGetConversionType() local 369 …nConversionType = HHC::eHangulToHanja == ( m_eCurrentConversionDirection && !bSwitchDirection ) ? … in implGetConversionType() 371 … nConversionType = LANGUAGE_CHINESE_SIMPLIFIED == m_nTargetLang ? TO_SCHINESE : TO_TCHINESE; in implGetConversionType() 372 DBG_ASSERT( nConversionType != -1, "unexpected conversion type" ); in implGetConversionType() 373 return nConversionType; in implGetConversionType()
|