xref: /aoo4110/main/editeng/inc/editeng/eeitemid.hxx (revision b1cdbd2c)
1 /**************************************************************
2  *
3  * Licensed to the Apache Software Foundation (ASF) under one
4  * or more contributor license agreements.  See the NOTICE file
5  * distributed with this work for additional information
6  * regarding copyright ownership.  The ASF licenses this file
7  * to you under the Apache License, Version 2.0 (the
8  * "License"); you may not use this file except in compliance
9  * with the License.  You may obtain a copy of the License at
10  *
11  *   http://www.apache.org/licenses/LICENSE-2.0
12  *
13  * Unless required by applicable law or agreed to in writing,
14  * software distributed under the License is distributed on an
15  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16  * KIND, either express or implied.  See the License for the
17  * specific language governing permissions and limitations
18  * under the License.
19  *
20  *************************************************************/
21 
22 
23 
24 #ifndef _EEITEMID_HXX
25 #define _EEITEMID_HXX
26 
27 #include <editeng/eeitem.hxx>
28 
29 #ifdef ITEMID_FONT
30 #undef ITEMID_FONT
31 #endif
32 #ifdef ITEMID_FONTHEIGHT
33 #undef ITEMID_FONTHEIGHT
34 #endif
35 #ifdef ITEMID_COLOR
36 #undef ITEMID_COLOR
37 #endif
38 #ifdef ITEMID_WEIGHT
39 #undef ITEMID_WEIGHT
40 #endif
41 #ifdef ITEMID_POSTURE
42 #undef ITEMID_POSTURE
43 #endif
44 #ifdef ITEMID_SHADOWED
45 #undef ITEMID_SHADOWED
46 #endif
47 #ifdef ITEMID_CONTOUR
48 #undef ITEMID_CONTOUR
49 #endif
50 #ifdef ITEMID_CROSSEDOUT
51 #undef ITEMID_CROSSEDOUT
52 #endif
53 #ifdef ITEMID_UNDERLINE
54 #undef ITEMID_UNDERLINE
55 #endif
56 #ifdef ITEMID_OVERLINE
57 #undef ITEMID_OVERLINE
58 #endif
59 #ifdef ITEMID_LANGUAGE
60 #undef ITEMID_LANGUAGE
61 #endif
62 #ifdef ITEMID_ADJUST
63 #undef ITEMID_ADJUST
64 #endif
65 #ifdef ITEMID_WORDLINEMODE
66 #undef ITEMID_WORDLINEMODE
67 #endif
68 #ifdef ITEMID_CHARSETCOLOR
69 #undef ITEMID_CHARSETCOLOR
70 #endif
71 #ifdef ITEMID_SEARCH
72 #undef ITEMID_SEARCH
73 #endif
74 #ifdef ITEMID_BRUSH
75 #undef ITEMID_BRUSH
76 #endif
77 
78 // Zeichenattribute....
79 #define ITEMID_FONT 			EE_CHAR_FONTINFO
80 #define ITEMID_POSTURE			EE_CHAR_ITALIC
81 #define ITEMID_WEIGHT			EE_CHAR_WEIGHT
82 #define ITEMID_SHADOWED			EE_CHAR_SHADOW
83 #define ITEMID_CONTOUR			EE_CHAR_OUTLINE
84 #define ITEMID_CROSSEDOUT		EE_CHAR_STRIKEOUT
85 #define ITEMID_UNDERLINE		EE_CHAR_UNDERLINE
86 #define ITEMID_OVERLINE		    EE_CHAR_OVERLINE
87 #define ITEMID_FONTHEIGHT		EE_CHAR_FONTHEIGHT
88 #define ITEMID_CHARSCALE_W		EE_CHAR_FONTWIDTH
89 #define ITEMID_COLOR 			EE_CHAR_COLOR
90 #define ITEMID_WORDLINEMODE		EE_CHAR_WLM
91 #define ITEMID_PROPSIZE			0
92 #define ITEMID_CHARSETCOLOR		0	// EE_FEATURE_NOTCONV
93 #define ITEMID_CASEMAP			0
94 #define ITEMID_LANGUAGE			0
95 #define ITEMID_ESCAPEMENT		EE_CHAR_ESCAPEMENT
96 #define ITEMID_NOLINEBREAK		0
97 #define ITEMID_NOHYPHENHERE		0
98 #define ITEMID_AUTOKERN			EE_CHAR_PAIRKERNING
99 #define ITEMID_KERNING			EE_CHAR_KERNING
100 #define ITEMID_EMPHASISMARK		EE_CHAR_EMPHASISMARK
101 #define ITEMID_CHARRELIEF		EE_CHAR_RELIEF
102 
103 // Absatzattribute
104 #define ITEMID_SCRIPTSPACE		EE_PARA_ASIANCJKSPACING
105 #define ITEMID_ADJUST			EE_PARA_JUST
106 #define ITEMID_LINESPACING		EE_PARA_SBL
107 #define ITEMID_WIDOWS			0
108 #define ITEMID_ORPHANS			0
109 #define ITEMID_HYPHENZONE		0
110 
111 #define ITEMID_TABSTOP			EE_PARA_TABS
112 
113 #define ITEMID_PAPERBIN			0
114 #define ITEMID_LRSPACE			EE_PARA_LRSPACE
115 #define ITEMID_ULSPACE			EE_PARA_ULSPACE
116 #define ITEMID_FRAMEDIR         EE_PARA_WRITINGDIR
117 #define ITEMID_PRINT			0
118 #define ITEMID_OPAQUE			0
119 #define ITEMID_PROTECT			0
120 #define ITEMID_BACKGROUND		0
121 #define ITEMID_SHADOW			0
122 #define ITEMID_MACRO			0
123 #define ITEMID_BOX				0
124 #define ITEMID_BOXINFO			0
125 #define ITEMID_BRUSH			0
126 
127 #define ITEMID_FIELD			EE_FEATURE_FIELD
128 
129 #define ITEMID_SEARCH			0
130 
131 #endif //_EEITEMID_HXX
132 
133