Searched refs:DictionaryNeo (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/linguistic/source/ |
| H A D | dicimp.cxx | 202 DictionaryNeo::DictionaryNeo() : in DictionaryNeo() function in DictionaryNeo 214 DictionaryNeo::DictionaryNeo(const OUString &rName, in DictionaryNeo() function in DictionaryNeo 256 DictionaryNeo::~DictionaryNeo() in ~DictionaryNeo() 260 sal_uLong DictionaryNeo::loadEntries(const OUString &rMainURL) in loadEntries() 410 sal_uLong DictionaryNeo::saveEntries(const OUString &rURL) in saveEntries() 481 void DictionaryNeo::launchEvent(sal_Int16 nEvent, in launchEvent() 500 int DictionaryNeo::cmpDicEntry(const OUString& rWord1, in cmpDicEntry() 583 sal_Bool DictionaryNeo::seekEntry(const OUString &rWord, in seekEntry() 628 sal_Bool DictionaryNeo::isSorted() in isSorted() 647 sal_Bool DictionaryNeo::addEntry_Impl(const uno::Reference< XDictionaryEntry > xDicEntry, in addEntry_Impl() [all …]
|
| H A D | dicimp.hxx | 51 class DictionaryNeo : class 75 DictionaryNeo(const DictionaryNeo &); 76 DictionaryNeo & operator = (const DictionaryNeo &); 96 DictionaryNeo(); 97 DictionaryNeo(const ::rtl::OUString &rName, sal_Int16 nLang, 101 virtual ~DictionaryNeo();
|
| H A D | dlistimp.cxx | 386 new DictionaryNeo( aDicName, nLang, eType, aURL, bIsWriteablePath ); in SearchForDictionaries() 584 return new DictionaryNeo( rName, nLanguage, eDicType, rURL, bIsWriteablePath ); in createDictionary()
|