(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

struct DictionaryListEvent
Base Hierarchy
DictionaryListEvent
 ┗ ::com::sun::star::lang::EventObject
Description
structure representing a dictionary-list event.

This structure is used by the dictionary-list to inform its listeners about certain events. Since the dictionary-list is able to collect several single events before broadcasting them to it's listeners the integer argument may be a combination (logical or) of several event types. If more specific information about the events is requested by a listener, a sequence of all dictionary-list events since the last broadcasting will be supplied. Otherwise, that list will be empty.

See also
DictionaryList, XDictionaryListEventListener, ::com::sun::star::lang::EventObject

Elements' Summary
nCondensedEvent the combined type of the accumulated events.  
aDictionaryEvents list of accumulated dictionary events.  
Elements' Details
nCondensedEvent
short nCondensedEvent;
Description
the combined type of the accumulated events.

The value can be the combination of multiple DictionaryListEventFlags by applying the logical OR to them.

See also
DictionaryListEventFlags
aDictionaryEvents
sequence< DictionaryEvent > aDictionaryEvents;
Description
list of accumulated dictionary events.

It will be empty if all XDictionaryListEventListener are satisfied with the condensed representation of the DictionaryListEvent::nCondensedEvent.

See also
DictionaryEvent
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.