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

interface XSearchableDictionaryList
Base Interfaces
XSearchableDictionaryListXDictionaryList

XDictionaryList
(referenced interface's summary:)

Methods' Summary
queryDictionaryEntry looks for an entry for a given word in the list of dictionaries.  
Methods' Details
queryDictionaryEntry
XDictionaryEntry
queryDictionaryEntry( [in] string  aWord,
[in] ::com::sun::star::lang::Locale  aLocale,
[in] boolean  bSearchPosDics,
[in] boolean  bSpellEntry );

Description
looks for an entry for a given word in the list of dictionaries.
Returns
the dictionary entry that was found, `NULL` otherwise.
Parameter aWord
the word (entry) to be looked for.
Parameter aLocale
the language of the word to be looked for.
Parameter bSearchPosDics
`TRUE` if only positive dictionaries should be searched. `FALSE` if only negative dictionaries should be searched.
Parameter bSpellEntry
`TRUE` if entries for purposes of spell checking are required. `FALSE` if only entries for hyphenation purposes are required.
Top of Page