1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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 .
23 #include <editeng/eeitem.hxx>
28 #ifdef ITEMID_FONTHEIGHT
29 #undef ITEMID_FONTHEIGHT
40 #ifdef ITEMID_SHADOWED
41 #undef ITEMID_SHADOWED
46 #ifdef ITEMID_CROSSEDOUT
47 #undef ITEMID_CROSSEDOUT
49 #ifdef ITEMID_UNDERLINE
50 #undef ITEMID_UNDERLINE
52 #ifdef ITEMID_OVERLINE
53 #undef ITEMID_OVERLINE
55 #ifdef ITEMID_LANGUAGE
56 #undef ITEMID_LANGUAGE
61 #ifdef ITEMID_WORDLINEMODE
62 #undef ITEMID_WORDLINEMODE
64 #ifdef ITEMID_CHARSETCOLOR
65 #undef ITEMID_CHARSETCOLOR
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_PROPSIZE 0
88 #define ITEMID_CHARSETCOLOR 0 // EE_FEATURE_NOTCONV
89 #define ITEMID_CASEMAP 0
90 #define ITEMID_LANGUAGE 0
91 #define ITEMID_ESCAPEMENT EE_CHAR_ESCAPEMENT
92 #define ITEMID_NOLINEBREAK 0
93 #define ITEMID_NOHYPHENHERE 0
94 #define ITEMID_AUTOKERN EE_CHAR_PAIRKERNING
95 #define ITEMID_KERNING EE_CHAR_KERNING
96 #define ITEMID_EMPHASISMARK EE_CHAR_EMPHASISMARK
97 #define ITEMID_CHARRELIEF EE_CHAR_RELIEF
99 // Paragraph Attributes
100 #define ITEMID_SCRIPTSPACE EE_PARA_ASIANCJKSPACING
101 #define ITEMID_ADJUST EE_PARA_JUST
102 #define ITEMID_LINESPACING EE_PARA_SBL
103 #define ITEMID_WIDOWS 0
104 #define ITEMID_ORPHANS 0
105 #define ITEMID_HYPHENZONE 0
107 #define ITEMID_TABSTOP EE_PARA_TABS
109 #define ITEMID_PAPERBIN 0
110 #define ITEMID_LRSPACE EE_PARA_LRSPACE
111 #define ITEMID_ULSPACE EE_PARA_ULSPACE
112 #define ITEMID_FRAMEDIR EE_PARA_WRITINGDIR
113 #define ITEMID_PRINT 0
114 #define ITEMID_OPAQUE 0
115 #define ITEMID_PROTECT 0
116 #define ITEMID_BACKGROUND 0
117 #define ITEMID_SHADOW 0
118 #define ITEMID_MACRO 0
120 #define ITEMID_BOXINFO 0
121 #define ITEMID_BRUSH 0
123 #define ITEMID_FIELD EE_FEATURE_FIELD
125 #define ITEMID_SEARCH 0
127 #endif //_EEITEMID_HXX
129 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */