LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
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
20
21module com { module sun { module star { module linguistic2 {
22
31{
34 const short NOT_DEFINED = 0;
35
38 const short OTHER = 1;
39
42 const short FOREIGN = 2;
43
46 const short FIRST_NAME = 3;
47
50 const short LAST_NAME = 4;
51
54 const short TITLE = 5;
55
58 const short STATUS = 6;
59
62 const short PLACE_NAME = 7;
63
66 const short BUSINESS = 8;
67
70 const short ADJECTIVE = 9;
71
74 const short IDIOM = 10;
75
78 const short ABBREVIATION = 11;
79
82 const short NUMERICAL = 12;
83
86 const short NOUN = 13;
87
90 const short VERB = 14;
91
94 const short BRAND_NAME = 15;
95
96};
97
98
99}; }; }; };
100
101/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
specifies the property type of an entry in a conversion dictionary.
Definition ConversionPropertyType.idl:31
const short FOREIGN
A word or term that is transliterated or used from a non-Chinese language.
Definition ConversionPropertyType.idl:42
const short VERB
A verb.
Definition ConversionPropertyType.idl:90
const short TITLE
The academic or social title of a person.
Definition ConversionPropertyType.idl:54
const short NOUN
A noun.
Definition ConversionPropertyType.idl:86
const short LAST_NAME
The last name (family name) of a person.
Definition ConversionPropertyType.idl:50
const short NUMERICAL
A numeric word.
Definition ConversionPropertyType.idl:82
const short PLACE_NAME
The name of a location or place.
Definition ConversionPropertyType.idl:62
const short ADJECTIVE
An adjective.
Definition ConversionPropertyType.idl:70
const short BRAND_NAME
The name of a product or a company.
Definition ConversionPropertyType.idl:94
const short BUSINESS
The description of a business.
Definition ConversionPropertyType.idl:66
const short OTHER
Any word that does not fit into any of the other properties.
Definition ConversionPropertyType.idl:38
const short STATUS
The status of a situation.
Definition ConversionPropertyType.idl:58
const short FIRST_NAME
The first name (given name) of a person.
Definition ConversionPropertyType.idl:46
const short NOT_DEFINED
There is no property type defined or available.
Definition ConversionPropertyType.idl:34
const short IDIOM
A term that is used to literally describe a circumstance.
Definition ConversionPropertyType.idl:74
const short ABBREVIATION
An abbreviation.
Definition ConversionPropertyType.idl:78
Definition Ambiguous.idl:20