22 module
com { module sun { module star { module linguistic2 {
33 published constants DictionaryListEventFlags
Definition: Ambiguous.idl:20
const short ACTIVATE_NEG_DIC
A dictionary with negative entries was activated or has changed its language.
Definition: DictionaryListEventFlags.idl:70
const short ADD_POS_ENTRY
A positive entry was added to a dictionary from the dictionary list.
Definition: DictionaryListEventFlags.idl:38
const short DEACTIVATE_NEG_DIC
A dictionary with negative entries was deactivated or has changed its language.
Definition: DictionaryListEventFlags.idl:75
const short DEACTIVATE_POS_DIC
A dictionary with positive entries was deactivated or has changed its language.
Definition: DictionaryListEventFlags.idl:65
const short ADD_NEG_ENTRY
A negative entry was added to a dictionary from the dictionary-list.
Definition: DictionaryListEventFlags.idl:49
const short DEL_POS_ENTRY
A positive entry was deleted from a dictionary of the dictionary-list or a dictionary with positive e...
Definition: DictionaryListEventFlags.idl:44
const short ACTIVATE_POS_DIC
A dictionary with positive entries was activated or has changed its language.
Definition: DictionaryListEventFlags.idl:60
const short DEL_NEG_ENTRY
A negative entry was deleted from a dictionary of the dictionary-list or a dictionary with negative e...
Definition: DictionaryListEventFlags.idl:55