Searched refs:DicEntry (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/linguistic/source/ |
H A D | dicimp.hxx | 196 class DicEntry : class 207 DicEntry(const DicEntry &); 208 DicEntry & operator = (const DicEntry &); 215 DicEntry(); 216 DicEntry(const ::rtl::OUString &rDicFileWord, sal_Bool bIsNegativ); 217 DicEntry(const ::rtl::OUString &rDicWord, sal_Bool bIsNegativ, 219 virtual ~DicEntry();
|
H A D | dicimp.cxx | 343 new DicEntry( aText, bNegativ ); in loadEntries() 380 new DicEntry( aText, eDicType == DictionaryType_NEGATIVE ); in loadEntries() 859 new DicEntry( rWord, bIsNegative, rRplcText ); in add() 1077 DicEntry::DicEntry() in DicEntry() function in DicEntry 1082 DicEntry::DicEntry(const OUString &rDicFileWord, in DicEntry() function in DicEntry 1090 DicEntry::DicEntry(const OUString &rDicWord, sal_Bool bNegativ, in DicEntry() function in DicEntry 1098 DicEntry::~DicEntry() in ~DicEntry() 1102 void DicEntry::splitDicFileWord(const OUString &rDicFileWord, in splitDicFileWord() 1127 OUString SAL_CALL DicEntry::getDictionaryWord( ) in getDictionaryWord() 1134 sal_Bool SAL_CALL DicEntry::isNegative( ) in isNegative() [all …]
|
Completed in 21 milliseconds