LibreOffice
LibreOffice 24.2 SDK API Reference
|
Go to the source code of this file.
Modules | |
module | com |
module | com::sun |
module | com::sun::star |
the module com::sun::star is the root module of the UNO API. | |
module | com::sun::star::linguistic2 |
Spell checker, hyphenation and thesaurus interfaces. | |
Constant Groups | |
constants | com::sun::star::linguistic2::ConversionPropertyType |
specifies the property type of an entry in a conversion dictionary. | |
Variables | |
const short | NOT_DEFINED = 0 |
There is no property type defined or available. More... | |
const short | OTHER = 1 |
Any word that does not fit into any of the other properties. More... | |
const short | FOREIGN = 2 |
A word or term that is transliterated or used from a non-Chinese language. More... | |
const short | FIRST_NAME = 3 |
The first name (given name) of a person. More... | |
const short | LAST_NAME = 4 |
The last name (family name) of a person. More... | |
const short | TITLE = 5 |
The academic or social title of a person. More... | |
const short | STATUS = 6 |
The status of a situation. More... | |
const short | PLACE_NAME = 7 |
The name of a location or place. More... | |
const short | BUSINESS = 8 |
The description of a business. More... | |
const short | ADJECTIVE = 9 |
An adjective. More... | |
const short | IDIOM = 10 |
A term that is used to literally describe a circumstance. More... | |
const short | ABBREVIATION = 11 |
An abbreviation. More... | |
const short | NUMERICAL = 12 |
A numeric word. More... | |
const short | NOUN = 13 |
A noun. More... | |
const short | VERB = 14 |
A verb. More... | |
const short | BRAND_NAME = 15 |
The name of a product or a company. More... | |