Top   Module   Use   Manual   Index 

com :: sun :: star :: linguistic2 ::

constants group DictionaryEventFlags


Description
flags used for the event type in dictionary events.

These flags represent the type of events that a dictionary may broadcast.

See also
unknown ?
DictionaryEvent


Constants

const short ADD_ENTRY = = 1;
Description
indicates that at least one entry has been added.
const short DEL_ENTRY = = 2;
Description
indicates that at least one entry has been deleted.
const short CHG_NAME = = 4;
Description
the dictionary's name has changed.
const short CHG_LANGUAGE = = 8;
Description
the dictionary's language has changed.
const short ENTRIES_CLEARED = = 16;
Description
all entries have been removed.
const short ACTIVATE_DIC = = 32;
Description
used when the dictionary was activated.
const short DEACTIVATE_DIC = = 64;
Description
used when the dictionary was deactivated.
Top of Page