Home
last modified time | relevance | path

Searched refs:rDicEvent (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/linguistic/source/
H A Ddlistimp.cxx102 processDictionaryEvent( const DictionaryEvent& rDicEvent )
166 const DictionaryEvent& rDicEvent ) in processDictionaryEvent() argument
171 uno::Reference< XDictionary > xDic( rDicEvent.Source, UNO_QUERY ); in processDictionaryEvent()
177 DBG_ASSERT( !(rDicEvent.nEvent & in processDictionaryEvent()
189 if ((rDicEvent.nEvent & DictionaryEventFlags::ADD_ENTRY) && xDic->isActive()) in processDictionaryEvent()
193 if ((rDicEvent.nEvent & DictionaryEventFlags::DEL_ENTRY) && xDic->isActive()) in processDictionaryEvent()
197 if ((rDicEvent.nEvent & DictionaryEventFlags::ENTRIES_CLEARED) && xDic->isActive()) in processDictionaryEvent()
201 if ((rDicEvent.nEvent & DictionaryEventFlags::CHG_LANGUAGE) && xDic->isActive()) in processDictionaryEvent()
207 if ((rDicEvent.nEvent & DictionaryEventFlags::ACTIVATE_DIC)) in processDictionaryEvent()
211 if ((rDicEvent.nEvent & DictionaryEventFlags::DEACTIVATE_DIC)) in processDictionaryEvent()
[all …]

Completed in 19 milliseconds