Lines Matching refs:nConversionPropertyType

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()
758 sal_Int16 nConversionPropertyType = m_aLB_Property.GetSelectEntryPos()+1; in IMPL_LINK() local
760 …iveDictionary().addEntry( m_aED_Term.GetText(), m_aED_Mapping.GetText(), nConversionPropertyType ); in IMPL_LINK()
765 …rseDictionary().addEntry( m_aED_Mapping.GetText(), m_aED_Term.GetText(), nConversionPropertyType ); in IMPL_LINK()
775 sal_Int16 nConversionPropertyType = m_aLB_Property.GetSelectEntryPos()+1; in IMPL_LINK() local
786 if( pE->m_aMapping != aMapping || pE->m_nConversionPropertyType != nConversionPropertyType ) in IMPL_LINK()
792 rReverse.addEntry( aMapping, aTerm, nConversionPropertyType, nPos ); in IMPL_LINK()
796 rActive.addEntry( aTerm, aMapping, nConversionPropertyType, nPos ); in IMPL_LINK()