update emoji autocorrect entries from po-files
[LibreOffice.git] / include / editeng / eeitemid.hxx
blob72e1852864db32b5244b210d8d33ec6d55f27f46
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef _EEITEMID_HXX
21 #define _EEITEMID_HXX
23 #include <editeng/eeitem.hxx>
25 #ifdef ITEMID_FONT
26 #undef ITEMID_FONT
27 #endif
28 #ifdef ITEMID_FONTHEIGHT
29 #undef ITEMID_FONTHEIGHT
30 #endif
31 #ifdef ITEMID_COLOR
32 #undef ITEMID_COLOR
33 #endif
34 #ifdef ITEMID_WEIGHT
35 #undef ITEMID_WEIGHT
36 #endif
37 #ifdef ITEMID_POSTURE
38 #undef ITEMID_POSTURE
39 #endif
40 #ifdef ITEMID_SHADOWED
41 #undef ITEMID_SHADOWED
42 #endif
43 #ifdef ITEMID_CONTOUR
44 #undef ITEMID_CONTOUR
45 #endif
46 #ifdef ITEMID_CROSSEDOUT
47 #undef ITEMID_CROSSEDOUT
48 #endif
49 #ifdef ITEMID_UNDERLINE
50 #undef ITEMID_UNDERLINE
51 #endif
52 #ifdef ITEMID_OVERLINE
53 #undef ITEMID_OVERLINE
54 #endif
55 #ifdef ITEMID_LANGUAGE
56 #undef ITEMID_LANGUAGE
57 #endif
58 #ifdef ITEMID_ADJUST
59 #undef ITEMID_ADJUST
60 #endif
61 #ifdef ITEMID_WORDLINEMODE
62 #undef ITEMID_WORDLINEMODE
63 #endif
64 #ifdef ITEMID_CHARSETCOLOR
65 #undef ITEMID_CHARSETCOLOR
66 #endif
67 #ifdef ITEMID_SEARCH
68 #undef ITEMID_SEARCH
69 #endif
70 #ifdef ITEMID_BRUSH
71 #undef ITEMID_BRUSH
72 #endif
74 // Character Attributes....
75 #define ITEMID_FONT EE_CHAR_FONTINFO
76 #define ITEMID_POSTURE EE_CHAR_ITALIC
77 #define ITEMID_WEIGHT EE_CHAR_WEIGHT
78 #define ITEMID_SHADOWED EE_CHAR_SHADOW
79 #define ITEMID_CONTOUR EE_CHAR_OUTLINE
80 #define ITEMID_CROSSEDOUT EE_CHAR_STRIKEOUT
81 #define ITEMID_UNDERLINE EE_CHAR_UNDERLINE
82 #define ITEMID_OVERLINE EE_CHAR_OVERLINE
83 #define ITEMID_FONTHEIGHT EE_CHAR_FONTHEIGHT
84 #define ITEMID_CHARSCALE_W EE_CHAR_FONTWIDTH
85 #define ITEMID_COLOR EE_CHAR_COLOR
86 #define ITEMID_WORDLINEMODE EE_CHAR_WLM
87 #define ITEMID_CHARSETCOLOR 0 // EE_FEATURE_NOTCONV
88 #define ITEMID_CASEMAP EE_CHAR_CASEMAP
89 #define ITEMID_LANGUAGE 0
90 #define ITEMID_ESCAPEMENT EE_CHAR_ESCAPEMENT
91 #define ITEMID_AUTOKERN EE_CHAR_PAIRKERNING
92 #define ITEMID_KERNING EE_CHAR_KERNING
93 #define ITEMID_EMPHASISMARK EE_CHAR_EMPHASISMARK
94 #define ITEMID_CHARRELIEF EE_CHAR_RELIEF
96 // Paragraph Attributes
97 #define ITEMID_ADJUST EE_PARA_JUST
100 #define ITEMID_BRUSH 0
102 #define ITEMID_FIELD EE_FEATURE_FIELD
104 #define ITEMID_SEARCH 0
106 #endif //_EEITEMID_HXX
108 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */