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
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.