Lines Matching refs:DictionaryNeo

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()
708 (cppu::OWeakObject*) new DictionaryNeo; in DictionaryNeo_CreateInstance()
712 OUString SAL_CALL DictionaryNeo::getName( ) in getName()
719 void SAL_CALL DictionaryNeo::setName( const OUString& aName ) in setName()
731 DictionaryType SAL_CALL DictionaryNeo::getDictionaryType( ) in getDictionaryType()
739 void SAL_CALL DictionaryNeo::setActive( sal_Bool bActivate ) in setActive()
772 sal_Bool SAL_CALL DictionaryNeo::isActive( ) in isActive()
779 sal_Int32 SAL_CALL DictionaryNeo::getCount( ) in getCount()
789 Locale SAL_CALL DictionaryNeo::getLocale( ) in getLocale()
797 void SAL_CALL DictionaryNeo::setLocale( const Locale& aLocale ) in setLocale()
811 uno::Reference< XDictionaryEntry > SAL_CALL DictionaryNeo::getEntry( in getEntry()
829 sal_Bool SAL_CALL DictionaryNeo::addEntry( in addEntry()
848 DictionaryNeo::add( const OUString& rWord, sal_Bool bIsNegative, in add()
886 sal_Bool SAL_CALL DictionaryNeo::remove( const OUString& aWord ) in remove()
925 sal_Bool SAL_CALL DictionaryNeo::isFull( ) in isFull()
936 SAL_CALL DictionaryNeo::getEntries( ) in getEntries()
950 void SAL_CALL DictionaryNeo::clear( ) in clear()
968 sal_Bool SAL_CALL DictionaryNeo::addDictionaryEventListener( in addDictionaryEventListener()
983 sal_Bool SAL_CALL DictionaryNeo::removeDictionaryEventListener( in removeDictionaryEventListener()
999 sal_Bool SAL_CALL DictionaryNeo::hasLocation() in hasLocation()
1006 OUString SAL_CALL DictionaryNeo::getLocation() in getLocation()
1013 sal_Bool SAL_CALL DictionaryNeo::isReadonly() in isReadonly()
1021 void SAL_CALL DictionaryNeo::store() in store()
1039 void SAL_CALL DictionaryNeo::storeAsURL( in storeAsURL()
1060 void SAL_CALL DictionaryNeo::storeToURL( in storeToURL()