LibreOffice
LibreOffice 24.8 SDK API Reference
Loading...
Searching...
No Matches
ConversionPropertyType.idl File 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.
 
const short OTHER = 1
 Any word that does not fit into any of the other properties.
 
const short FOREIGN = 2
 A word or term that is transliterated or used from a non-Chinese language.
 
const short FIRST_NAME = 3
 The first name (given name) of a person.
 
const short LAST_NAME = 4
 The last name (family name) of a person.
 
const short TITLE = 5
 The academic or social title of a person.
 
const short STATUS = 6
 The status of a situation.
 
const short PLACE_NAME = 7
 The name of a location or place.
 
const short BUSINESS = 8
 The description of a business.
 
const short ADJECTIVE = 9
 An adjective.
 
const short IDIOM = 10
 A term that is used to literally describe a circumstance.
 
const short ABBREVIATION = 11
 An abbreviation.
 
const short NUMERICAL = 12
 A numeric word.
 
const short NOUN = 13
 A noun.
 
const short VERB = 14
 A verb.
 
const short BRAND_NAME = 15
 The name of a product or a company.