LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
i18n
TransliterationModulesNew.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_i18n_TransliterationModulesNew_idl__
20
#define __com_sun_star_i18n_TransliterationModulesNew_idl__
21
22
23
module com { module sun { module star { module i18n {
24
25
30
published
enum
TransliterationModulesNew
31
{
33
UPPERCASE_LOWERCASE
= 1,
35
LOWERCASE_UPPERCASE
= 2,
37
HALFWIDTH_FULLWIDTH
= 3,
39
FULLWIDTH_HALFWIDTH
= 4,
41
KATAKANA_HIRAGANA
= 5,
43
HIRAGANA_KATAKANA
= 6,
45
IGNORE_CASE
= 7,
47
IGNORE_KANA
= 8,
// ja_JP
49
IGNORE_WIDTH
= 9,
// ja_JP
51
ignoreTraditionalKanji_ja_JP
= 10,
53
ignoreTraditionalKana_ja_JP
= 11,
55
ignoreMinusSign_ja_JP
= 12,
57
ignoreIterationMark_ja_JP
= 13,
59
ignoreSeparator_ja_JP
= 14,
61
ignoreZiZu_ja_JP
= 15,
63
ignoreBaFa_ja_JP
= 16,
65
ignoreTiJi_ja_JP
= 17,
67
ignoreHyuByu_ja_JP
= 18,
69
ignoreSeZe_ja_JP
= 19,
71
ignoreIandEfollowedByYa_ja_JP
= 20,
73
ignoreKiKuFollowedBySa_ja_JP
= 21,
75
ignoreSize_ja_JP
= 22,
77
ignoreProlongedSoundMark_ja_JP
= 23,
79
ignoreMiddleDot_ja_JP
= 24,
81
ignoreSpace_ja_JP
= 25,
83
smallToLarge_ja_JP
= 26,
85
largeToSmall_ja_JP
= 27,
87
NumToTextLower_zh_CN
= 28,
89
NumToTextUpper_zh_CN
= 29,
91
NumToTextLower_zh_TW
= 30,
93
NumToTextUpper_zh_TW
= 31,
95
NumToTextFormalHangul_ko
= 32,
97
NumToTextFormalLower_ko
= 33,
99
NumToTextFormalUpper_ko
= 34,
101
NumToTextInformalHangul_ko
= 35,
103
NumToTextInformalLower_ko
= 36,
105
NumToTextInformalUpper_ko
= 37,
107
NumToCharLower_zh_CN
= 38,
109
NumToCharUpper_zh_CN
= 39,
111
NumToCharLower_zh_TW
= 40,
113
NumToCharUpper_zh_TW
= 41,
115
NumToCharHangul_ko
= 42,
117
NumToCharLower_ko
= 43,
119
NumToCharUpper_ko
= 44,
121
NumToCharFullwidth
= 45,
123
NumToCharKanjiShort_ja_JP
= 46,
125
TextToNumLower_zh_CN
= 47,
127
TextToNumUpper_zh_CN
= 48,
129
TextToNumLower_zh_TW
= 49,
131
TextToNumUpper_zh_TW
= 50,
133
TextToNumFormalHangul_ko
= 51,
135
TextToNumFormalLower_ko
= 52,
137
TextToNumFormalUpper_ko
= 53,
139
TextToNumInformalHangul_ko
= 54,
141
TextToNumInformalLower_ko
= 55,
143
TextToNumInformalUpper_ko
= 56,
144
// 2 Spaces for Japanese TextToNum
146
CharToNumLower_zh_CN
= 59,
148
CharToNumUpper_zh_CN
= 60,
150
CharToNumLower_zh_TW
= 61,
152
CharToNumUpper_zh_TW
= 62,
154
CharToNumHangul_ko
= 63,
156
CharToNumLower_ko
= 64,
158
CharToNumUpper_ko
= 65,
159
END_OF_MODULE
= 0
160
};
161
162
}; }; }; };
163
164
#endif
165
166
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Generated by
1.8.4