:: com :: sun :: star ::

module linguistic2

Services
DictionaryList is the list of personal dictionaries.
Hyphenator offers hyphenation functionality.
LinguProperties the set of linguistic relevant properties.
LinguServiceManager offers linguistic functionality. Is to be used to access spell checker, hyphenator and thesaurus.
SpellChecker offers spellchecking functionality.
Thesaurus offers thesaurus functionality.
Interfaces
XAvailableLocales retrieves the list of available languages.
XDictionary This interfaces enables the object to access personal dictionaries.
XDictionary1 [ DEPRECATED ]
XDictionaryEntry This interfaces gives access to a dictionary entry.
XDictionaryEventListener This interfaces allows the object to act according to dictionary events.
XDictionaryList is used to manage and maintain a list of dictionaries.
XDictionaryListEventListener This interfaces allows the object to act according to dictionary-list events.
XHyphenatedWord gives information obtained by a successful hyphenation attempt.
XHyphenator provides functionality for hyphenation of single words.
XLinguServiceEventBroadcaster is used to register a listener for LinguServiceEvents.
XLinguServiceEventListener is used to inform listeners about LinguServiceEvents.
XLinguServiceManager the basic interface to be used to access linguistic functionality.
XMeaning one of the possible meanings for a word.
XPossibleHyphens Gives information about a word's possible hyphenation points.
XSearchableDictionaryList allows searching for an entry in all dictionaries of the dictionary-list.
XSpellAlternatives Gives access to the results of failed spellchecking attempts and may provide spelling alternatives.
XSpellChecker This interface allows for spellchecking.
XSpellChecker1 [ DEPRECATED ]
XSupportedLanguages [ DEPRECATED ]
XSupportedLocales Offers information about which languages are supported by the object.
XThesaurus allows for the retrieval of possible meanings for a given word and language.
Structs
DictionaryEvent represents a dictionary event.
DictionaryListEvent structure representing a dictionary-list event.
LinguServiceEvent represents a linguistic service event.
Enums
DictionaryType describes the type of a personal dictionary.
Constant Groups
DictionaryEventFlags flags used for the event type in dictionary events.
DictionaryListEventFlags constants representing a single dictionary-list event.
LinguServiceEventFlags to be used in lingu-service events.
SpellFailure these define the various return types for spellchecking to fail verification.
Top of Page