LibreOffice
LibreOffice 7.1 SDK API Reference
ConversionPropertyType.idl
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef __com_sun_star_linguistic2_ConversionPropertyType_idl__
20#define __com_sun_star_linguistic2_ConversionPropertyType_idl__
21
22
23module com { module sun { module star { module linguistic2 {
24
32constants ConversionPropertyType
33{
36 const short NOT_DEFINED = 0;
37
40 const short OTHER = 1;
41
44 const short FOREIGN = 2;
45
48 const short FIRST_NAME = 3;
49
52 const short LAST_NAME = 4;
53
56 const short TITLE = 5;
57
60 const short STATUS = 6;
61
64 const short PLACE_NAME = 7;
65
68 const short BUSINESS = 8;
69
72 const short ADJECTIVE = 9;
73
76 const short IDIOM = 10;
77
80 const short ABBREVIATION = 11;
81
84 const short NUMERICAL = 12;
85
88 const short NOUN = 13;
89
92 const short VERB = 14;
93
96 const short BRAND_NAME = 15;
97
98};
99
100
101}; }; }; };
102
103#endif
104
105/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short FOREIGN
A word or term that is transliterated or used from a non-Chinese language.
Definition: ConversionPropertyType.idl:44
const short VERB
A verb.
Definition: ConversionPropertyType.idl:92
const short TITLE
The academic or social title of a person.
Definition: ConversionPropertyType.idl:56
const short NOUN
A noun.
Definition: ConversionPropertyType.idl:88
const short LAST_NAME
The last name (family name) of a person.
Definition: ConversionPropertyType.idl:52
const short NUMERICAL
A numeric word.
Definition: ConversionPropertyType.idl:84
const short PLACE_NAME
The name of a location or place.
Definition: ConversionPropertyType.idl:64
const short ADJECTIVE
An adjective.
Definition: ConversionPropertyType.idl:72
const short BRAND_NAME
The name of a product or a company.
Definition: ConversionPropertyType.idl:96
const short BUSINESS
The description of a business.
Definition: ConversionPropertyType.idl:68
const short OTHER
Any word that does not fit into any of the other properties.
Definition: ConversionPropertyType.idl:40
const short STATUS
The status of a situation.
Definition: ConversionPropertyType.idl:60
const short FIRST_NAME
The first name (given name) of a person.
Definition: ConversionPropertyType.idl:48
const short NOT_DEFINED
There is no property type defined or available.
Definition: ConversionPropertyType.idl:36
const short IDIOM
A term that is used to literally describe a circumstance.
Definition: ConversionPropertyType.idl:76
const short ABBREVIATION
An abbreviation.
Definition: ConversionPropertyType.idl:80
Definition: Ambiguous.idl:22