Searched refs:eDicType (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/linguistic/source/ |
H A D | dicimp.cxx | 204 eDicType (DictionaryType_POSITIVE), in DictionaryNeo() 221 eDicType (eType), in DictionaryNeo() 305 eDicType = bNegativ ? DictionaryType_NEGATIVE : DictionaryType_POSITIVE; in loadEntries() 380 new DicEntry( aText, eDicType == DictionaryType_NEGATIVE ); in loadEntries() 456 if (eDicType == DictionaryType_POSITIVE) in saveEntries() 658 ( ( eDicType == DictionaryType_POSITIVE && !bIsNegEntry ) in addEntry_Impl() 659 || ( eDicType == DictionaryType_NEGATIVE && bIsNegEntry ) in addEntry_Impl() 660 || ( eDicType == DictionaryType_MIXED ) ); in addEntry_Impl() 736 return eDicType; in getDictionaryType()
|
H A D | dlistimp.cxx | 186 DictionaryType eDicType = xDic->getDictionaryType(); in processDictionaryEvent() local 187 DBG_ASSERT(eDicType != DictionaryType_MIXED, in processDictionaryEvent() 198 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent() 202 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent() 208 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent() 212 nCondensedEvt |= eDicType == DictionaryType_NEGATIVE ? in processDictionaryEvent() 577 DictionaryType eDicType, const rtl::OUString& rURL ) in createDictionary() argument 584 return new DictionaryNeo( rName, nLanguage, eDicType, rURL, bIsWriteablePath ); in createDictionary()
|
H A D | dlistimp.hxx | 116 …r::lang::Locale& aLocale, ::com::sun::star::linguistic2::DictionaryType eDicType, const ::rtl::OUS…
|
H A D | dicimp.hxx | 65 ::com::sun::star::linguistic2::DictionaryType eDicType;
|
/aoo42x/main/offapi/com/sun/star/linguistic2/ |
H A D | XDictionaryList.idl | 232 @param eDicType 247 [in] com::sun::star::linguistic2::DictionaryType eDicType,
|
Completed in 30 milliseconds