|
Syntax
- com::sun::star::linguistic2::XDictionaryEntry queryDictionaryEntry
(
- string aWord,
- com::sun::star::lang::Locale aLocale,
- boolean bSearchPosDics,
- 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 bSearchPosDic
-
true
if only positive dictionaries should be searched.
false
if only negative dictionaries should be searched.
Parameter bSpellEntry
-
true
if entries for purposes of spellchecking are required.
false
if only entries for hyphenation purposes are required.
|