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

unpublished interface XSearchableDictionary
Base Interfaces
XSearchableDictionaryXDictionary
   ┗ ::com::sun::star::container::XNamed

XDictionary
(referenced interface's summary:)
This interfaces enables the object to access personal dictionaries.
Usage Restrictions
not published
Description
This interfaces allows to retrieve suggestions for spell checking from a dictionary.

Methods' Summary
searchSimilarEntries search for similar entries in the dictionary.  
Methods' Details
searchSimilarEntries
sequence< XDictionaryEntry >
searchSimilarEntries( [in] string  aWord );

Description
search for similar entries in the dictionary.
Parameter aWord
the word to find similar written entries for.
Returns
the list of similar entries found.
Since
OOo 3.0.1
See also
XDictionaryEntry, XSearchableDictionaryList
Top of Page