LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
UnicodeType.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 i18n {
22
23
29published constants UnicodeType
30{
31 const short UNASSIGNED = 0;
32 const short UPPERCASE_LETTER = 1;
33 const short LOWERCASE_LETTER = 2;
34 const short TITLECASE_LETTER = 3;
35 const short MODIFIER_LETTER = 4;
36 const short OTHER_LETTER = 5;
37 const short NON_SPACING_MARK = 6;
38 const short ENCLOSING_MARK = 7;
39 const short COMBINING_SPACING_MARK = 8;
40 const short DECIMAL_DIGIT_NUMBER = 9;
41 const short LETTER_NUMBER = 10;
42 const short OTHER_NUMBER = 11;
43 const short SPACE_SEPARATOR = 12;
44 const short LINE_SEPARATOR = 13;
45 const short PARAGRAPH_SEPARATOR = 14;
46 const short CONTROL = 15;
47 const short FORMAT = 16;
48 const short PRIVATE_USE = 17;
49 const short SURROGATE = 18;
50 const short DASH_PUNCTUATION = 19;
51 const short INITIAL_PUNCTUATION = 20;
52 const short FINAL_PUNCTUATION = 21;
53 const short CONNECTOR_PUNCTUATION = 22;
54 const short OTHER_PUNCTUATION = 23;
55 const short MATH_SYMBOL = 24;
56 const short CURRENCY_SYMBOL = 25;
57 const short MODIFIER_SYMBOL = 26;
58 const short OTHER_SYMBOL = 27;
59 const short START_PUNCTUATION = 28;
60 const short END_PUNCTUATION = 29;
61 const short GENERAL_TYPES_COUNT = 30;
62};
63
64}; }; }; };
65
66/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short UNASSIGNED
Definition UnicodeType.idl:31
Definition Ambiguous.idl:20