Searched refs:nConvType (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/linguistic/source/ |
H A D | convdiclist.cxx | 362 sal_Int16 nConvType; in AddConvDics() local 363 if (IsConvDic( aURL, nLang, nConvType )) in AddConvDics() 373 nConvType == ConversionDictionaryType::HANGUL_HANJA) in AddConvDics() 378 nConvType == ConversionDictionaryType::SCHINESE_TCHINESE) in AddConvDics() 380 xDic = new ConvDic( aDicName, nLang, nConvType, sal_False, aURL ); in AddConvDics()
|
H A D | convdic.cxx | 161 sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType ) in IsConvDic() argument 193 nConvType = pImport->GetConversionType(); in IsConvDic() 205 sal_Int16 nConvType, in ConvDic() argument 212 nConversionType = nConvType; in ConvDic()
|
H A D | convdic.hxx | 51 sal_Bool IsConvDic( const String &rFileURL, sal_Int16 &nLang, sal_Int16 &nConvType );
|
Completed in 24 milliseconds