:: com :: sun :: star ::

module linguistic2
Description
Spell checker, hyphenation and thesaurus interfaces.

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