Searched refs:nConversionPropertyType (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/svx/source/unodialogs/textconversiondlgs/ |
| H A D | chinese_dictionarydialog.cxx | 91 String DictionaryList::getPropertyTypeName( sal_Int16 nConversionPropertyType ) const in getPropertyTypeName() 96 sal_uInt16 nPos = static_cast<sal_uInt16>( nConversionPropertyType )-1; in getPropertyTypeName() 189 sal_Int16 nConversionPropertyType; in refillFromDictionary() local 205 nConversionPropertyType = linguistic2::ConversionPropertyType::OTHER; in refillFromDictionary() 207 nConversionPropertyType = xPropertyType->getPropertyType(aLeft, aRight); in refillFromDictionary() 209 DictionaryEntry* pEntry = new DictionaryEntry( aLeft, aRight, nConversionPropertyType ); in refillFromDictionary() 259 , sal_Int16 nConversionPropertyType, sal_uIntPtr nPos ) in addEntry() argument 264 …DictionaryEntry* pEntry = new DictionaryEntry( rTerm, rMapping, nConversionPropertyType, sal_True … in addEntry() 431 , sal_Int16 nConversionPropertyType in DictionaryEntry() argument 435 , m_nConversionPropertyType( nConversionPropertyType ) in DictionaryEntry() [all …]
|
| H A D | chinese_dictionarydialog.hxx | 58 , sal_Int16 nConversionPropertyType //linguistic2::ConversionPropertyType 93 …, sal_Int16 nConversionPropertyType /*linguistic2::ConversionPropertyType*/, sal_uIntPtr nPos = LI… 105 …String getPropertyTypeName( sal_Int16 nConversionPropertyType /*linguistic2::ConversionPropertyTyp…
|