Searched refs:DicEntry (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/linguistic/source/ |
| H A D | dicimp.hxx | 170 class DicEntry : class 181 DicEntry(const DicEntry &); 182 DicEntry & operator = (const DicEntry &); 189 DicEntry(); 190 DicEntry(const ::rtl::OUString &rDicFileWord, sal_Bool bIsNegativ); 191 DicEntry(const ::rtl::OUString &rDicWord, sal_Bool bIsNegativ, 193 virtual ~DicEntry();
|
| H A D | dicimp.cxx | 343 new DicEntry( aText, bNegativ ); in loadEntries() 380 new DicEntry( aText, eDicType == DictionaryType_NEGATIVE ); in loadEntries() 847 new DicEntry( rWord, bIsNegative, rRplcText ); in add() 1053 DicEntry::DicEntry() in DicEntry() function in DicEntry 1058 DicEntry::DicEntry(const OUString &rDicFileWord, in DicEntry() function in DicEntry 1066 DicEntry::DicEntry(const OUString &rDicWord, sal_Bool bNegativ, in DicEntry() function in DicEntry 1074 DicEntry::~DicEntry() in ~DicEntry() 1078 void DicEntry::splitDicFileWord(const OUString &rDicFileWord, in splitDicFileWord() 1103 OUString SAL_CALL DicEntry::getDictionaryWord( ) in getDictionaryWord() 1109 sal_Bool SAL_CALL DicEntry::isNegative( ) in isNegative() [all …]
|