Searched refs:ADD_ENTRY (Results 1 – 4 of 4) sorted by relevance
60 #define ADD_ENTRY(XCONVERT,TYPE) XCONVERT->maMap[ getCppuType( static_cast<TYPE*>( NULL ) ) ] = Con… macro508 ADD_ENTRY( this, OUString ); in init()509 ADD_ENTRY( this, bool ); in init()510 ADD_ENTRY( this, double ); in init()511 ADD_ENTRY( this, UNODate ); in init()512 ADD_ENTRY( this, UNOTime ); in init()513 ADD_ENTRY( this, UNODateTime ); in init()
178 (DictionaryEventFlags::ADD_ENTRY | DictionaryEventFlags::DEL_ENTRY)) in processDictionaryEvent()189 if ((rDicEvent.nEvent & DictionaryEventFlags::ADD_ENTRY) && xDic->isActive()) in processDictionaryEvent()
695 launchEvent( DictionaryEventFlags::ADD_ENTRY, xDicEntry ); in addEntry_Impl()
44 const short ADD_ENTRY = 1;
Completed in 67 milliseconds