Searched refs:rDicEvent (Results 1 – 1 of 1) sorted by relevance
102 processDictionaryEvent( const DictionaryEvent& rDicEvent )166 const DictionaryEvent& rDicEvent ) in processDictionaryEvent() argument171 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 14 milliseconds