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 <svx/svxids.hrc>
25 // EditEngine is not allowed to define it's own ITEMID's
28 //--------------------------
29 // Item-IDs for UI-MsgPool:
30 //--------------------------
32 //! shall be moved to the below-1000 range!
34 #define MSGPOOL_START 1100
35 //--------------------------------------
36 #define SCITEM_STRING 1100
37 #define SCITEM_SEARCHDATA 1101
38 #define SCITEM_SORTDATA 1102
39 #define SCITEM_QUERYDATA 1103
40 #define SCITEM_SUBTDATA 1104
41 #define SCITEM_CONSOLIDATEDATA 1105
42 #define SCITEM_PIVOTDATA 1106
43 #define SCITEM_SOLVEDATA 1107
44 #define SCITEM_USERLIST 1108
45 #define SCITEM_PRINTWARN 1109
46 //--------------------------------------
47 #define MSGPOOL_END 1109
49 //-------------------------
50 // Item-IDs for attributes:
51 //-------------------------
52 #define ATTR_STARTINDEX 100 // begin of attributes
54 #define ATTR_PATTERN_START 100 // begin of cell-attribute-pattern
56 #define ATTR_FONT 100 // begin of cell-attributes
57 #define ATTR_FONT_HEIGHT 101
58 #define ATTR_FONT_WEIGHT 102
59 #define ATTR_FONT_POSTURE 103
60 #define ATTR_FONT_UNDERLINE 104
61 #define ATTR_FONT_OVERLINE 105
62 #define ATTR_FONT_CROSSEDOUT 106
63 #define ATTR_FONT_CONTOUR 107
64 #define ATTR_FONT_SHADOWED 108
65 #define ATTR_FONT_COLOR 109
66 #define ATTR_FONT_LANGUAGE 110
67 #define ATTR_CJK_FONT 111
68 #define ATTR_CJK_FONT_HEIGHT 112
69 #define ATTR_CJK_FONT_WEIGHT 113
70 #define ATTR_CJK_FONT_POSTURE 114
71 #define ATTR_CJK_FONT_LANGUAGE 115
72 #define ATTR_CTL_FONT 116
73 #define ATTR_CTL_FONT_HEIGHT 117
74 #define ATTR_CTL_FONT_WEIGHT 118
75 #define ATTR_CTL_FONT_POSTURE 119
76 #define ATTR_CTL_FONT_LANGUAGE 120
77 #define ATTR_FONT_EMPHASISMARK 121
78 #define ATTR_USERDEF 122 // not saved in binary files
79 #define ATTR_FONT_WORDLINE 123
80 #define ATTR_FONT_RELIEF 124
81 #define ATTR_HYPHENATE 125
82 #define ATTR_SCRIPTSPACE 126
83 #define ATTR_HANGPUNCTUATION 127
84 #define ATTR_FORBIDDEN_RULES 128
85 #define ATTR_HOR_JUSTIFY 129
86 #define ATTR_HOR_JUSTIFY_METHOD 130
87 #define ATTR_INDENT 131
88 #define ATTR_VER_JUSTIFY 132
89 #define ATTR_VER_JUSTIFY_METHOD 133
90 #define ATTR_STACKED 134
91 #define ATTR_ROTATE_VALUE 135
92 #define ATTR_ROTATE_MODE 136
93 #define ATTR_VERTICAL_ASIAN 137
94 #define ATTR_WRITINGDIR 138
95 #define ATTR_LINEBREAK 139
96 #define ATTR_SHRINKTOFIT 140
97 #define ATTR_BORDER_TLBR 141
98 #define ATTR_BORDER_BLTR 142
99 #define ATTR_MARGIN 143
100 #define ATTR_MERGE 144
101 #define ATTR_MERGE_FLAG 145
102 #define ATTR_VALUE_FORMAT 146
103 #define ATTR_LANGUAGE_FORMAT 147
104 #define ATTR_BACKGROUND 148
105 #define ATTR_PROTECTION 149
106 #define ATTR_BORDER 150
107 #define ATTR_BORDER_INNER 151 // inside, because of template-EditDialog
108 #define ATTR_SHADOW 152
109 #define ATTR_VALIDDATA 153
110 #define ATTR_CONDITIONAL 154
111 #define ATTR_HYPERLINK 155
113 #define ATTR_PATTERN_END 155 // end cell-attribute-pattern
115 #define ATTR_PATTERN 156
117 #define ATTR_LRSPACE 157 // editor: PageDesc-TabPage
118 #define ATTR_ULSPACE 158
119 #define ATTR_PAGE 159
120 #define ATTR_PAGE_PAPERTRAY 160
121 #define ATTR_PAGE_PAPERBIN 161
122 #define ATTR_PAGE_SIZE 162
123 #define ATTR_PAGE_MAXSIZE 163
124 #define ATTR_PAGE_HORCENTER 164
125 #define ATTR_PAGE_VERCENTER 165
127 #define ATTR_PAGE_ON 166 // editor: header/footer-page
128 #define ATTR_PAGE_DYNAMIC 167
129 #define ATTR_PAGE_SHARED 168
131 #define ATTR_PAGE_NOTES 169 // editor: table
132 #define ATTR_PAGE_GRID 170
133 #define ATTR_PAGE_HEADERS 171
134 #define ATTR_PAGE_CHARTS 172
135 #define ATTR_PAGE_OBJECTS 173
136 #define ATTR_PAGE_DRAWINGS 174
137 #define ATTR_PAGE_TOPDOWN 175
138 #define ATTR_PAGE_SCALE 176
139 #define ATTR_PAGE_SCALETOPAGES 177
140 #define ATTR_PAGE_FIRSTPAGENO 178
142 #define ATTR_PAGE_PRINTAREA 179 // editor: print areas
143 #define ATTR_PAGE_REPEATROW 180
144 #define ATTR_PAGE_REPEATCOL 181
145 #define ATTR_PAGE_PRINTTABLES 182
147 #define ATTR_PAGE_HEADERLEFT 183 // contents of header/
148 #define ATTR_PAGE_FOOTERLEFT 184 // footer (left)
149 #define ATTR_PAGE_HEADERRIGHT 185 // contents of header/
150 #define ATTR_PAGE_FOOTERRIGHT 186 // footer (right)
151 #define ATTR_PAGE_HEADERSET 187 // the corresponding sets
152 #define ATTR_PAGE_FOOTERSET 188
154 #define ATTR_PAGE_FORMULAS 189
155 #define ATTR_PAGE_NULLVALS 190
157 #define ATTR_PAGE_SCALETO 191 // #i8868# scale printout to width/height
159 #define ATTR_HIDDEN 192
161 #define ATTR_ENDINDEX ATTR_HIDDEN // end of pool-range
163 //--------------------------------
164 // Dummy Slot-IDs for dialogs
165 //--------------------------------
166 #define SID_SCATTR_PAGE_NOTES ATTR_PAGE_NOTES
167 #define SID_SCATTR_PAGE_GRID ATTR_PAGE_GRID
168 #define SID_SCATTR_PAGE_HEADERS ATTR_PAGE_HEADERS
169 #define SID_SCATTR_PAGE_CHARTS ATTR_PAGE_CHARTS
170 #define SID_SCATTR_PAGE_OBJECTS ATTR_PAGE_OBJECTS
171 #define SID_SCATTR_PAGE_DRAWINGS ATTR_PAGE_DRAWINGS
172 #define SID_SCATTR_PAGE_TOPDOWN ATTR_PAGE_TOPDOWN
173 #define SID_SCATTR_PAGE_SCALE ATTR_PAGE_SCALE
174 #define SID_SCATTR_PAGE_SCALETOPAGES ATTR_PAGE_SCALETOPAGES
175 #define SID_SCATTR_PAGE_FIRSTPAGENO ATTR_PAGE_FIRSTPAGENO
176 #define SID_SCATTR_PAGE_PRINTAREA ATTR_PAGE_PRINTAREA
177 #define SID_SCATTR_PAGE_REPEATROW ATTR_PAGE_REPEATROW
178 #define SID_SCATTR_PAGE_REPEATCOL ATTR_PAGE_REPEATCOL
179 #define SID_SCATTR_PAGE_PRINTTABLES ATTR_PAGE_PRINTTABLES
180 #define SID_SCATTR_PAGE_HEADERLEFT ATTR_PAGE_HEADERLEFT
181 #define SID_SCATTR_PAGE_FOOTERLEFT ATTR_PAGE_FOOTERLEFT
182 #define SID_SCATTR_PAGE_HEADERRIGHT ATTR_PAGE_HEADERRIGHT
183 #define SID_SCATTR_PAGE_FOOTERRIGHT ATTR_PAGE_FOOTERRIGHT
184 #define SID_SCATTR_PAGE_FORMULAS ATTR_PAGE_FORMULAS
185 #define SID_SCATTR_PAGE_NULLVALS ATTR_PAGE_NULLVALS
186 #define SID_SCATTR_PAGE_SCALETO ATTR_PAGE_SCALETO
191 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */