xref: /trunk/main/sd/source/ui/inc/res_bmp.hrc (revision b63233d8)
17cf00d98SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
37cf00d98SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
47cf00d98SAndrew Rist * or more contributor license agreements.  See the NOTICE file
57cf00d98SAndrew Rist * distributed with this work for additional information
67cf00d98SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
77cf00d98SAndrew Rist * to you under the Apache License, Version 2.0 (the
87cf00d98SAndrew Rist * "License"); you may not use this file except in compliance
97cf00d98SAndrew Rist * with the License.  You may obtain a copy of the License at
107cf00d98SAndrew Rist *
117cf00d98SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
127cf00d98SAndrew Rist *
137cf00d98SAndrew Rist * Unless required by applicable law or agreed to in writing,
147cf00d98SAndrew Rist * software distributed under the License is distributed on an
157cf00d98SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
167cf00d98SAndrew Rist * KIND, either express or implied.  See the License for the
177cf00d98SAndrew Rist * specific language governing permissions and limitations
187cf00d98SAndrew Rist * under the License.
197cf00d98SAndrew Rist *
207cf00d98SAndrew Rist *************************************************************/
217cf00d98SAndrew Rist
227cf00d98SAndrew Rist
23cdf0e10cSrcweir#include "sfx2/sfx.hrc"
24cdf0e10cSrcweir#include "cfgids.hxx"
25cdf0e10cSrcweir
26cdf0e10cSrcweir// -----------
27cdf0e10cSrcweir// - Defines -
28cdf0e10cSrcweir// -----------
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define IMAGE_MASK_STDCOLOR Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
31cdf0e10cSrcweir#define IMAGE_MASK_STDCOLOR_HC IMAGE_MASK_STDCOLOR
32cdf0e10cSrcweir#define IMAGE_STDBTN_COLOR_HC COL_LIGHTMAGENTA
33cdf0e10cSrcweir
34cdf0e10cSrcweir#define RID_ALIGNMENT             RID_APP_START+1
35cdf0e10cSrcweir#define RID_ZOOM                  RID_APP_START+2
36cdf0e10cSrcweir#define RID_CONTROLS              RID_APP_START+3
37cdf0e10cSrcweir#define RID_IMPRESS_DOCWINDOWICON RID_APP_START+4
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define RID_ALIGNMENT_TBX		RID_APP_START+5
40cdf0e10cSrcweir#define RID_ZOOM_TBX			RID_APP_START+6
41cdf0e10cSrcweir#define RID_CHOOSE_MODE 		RID_APP_START+7
42cdf0e10cSrcweir#define RID_CHOOSE_MODE_TBX 	RID_APP_START+8
43cdf0e10cSrcweir
44cdf0e10cSrcweir#define RID_TEXT				RID_APP_START+10
45cdf0e10cSrcweir#define RID_TEXT_TBX			RID_APP_START+11
46cdf0e10cSrcweir#define RID_RECTANGLES   		RID_APP_START+12
47cdf0e10cSrcweir#define RID_RECTANGLES_TBX   	RID_APP_START+13
48cdf0e10cSrcweir#define RID_ELLIPSES    		RID_APP_START+14
49cdf0e10cSrcweir#define RID_ELLIPSES_TBX 		RID_APP_START+15
50cdf0e10cSrcweir#define RID_LINES       		RID_APP_START+16
51cdf0e10cSrcweir#define RID_LINES_TBX   		RID_APP_START+17
52cdf0e10cSrcweir#define RID_3D_OBJECTS  		RID_APP_START+18
53cdf0e10cSrcweir#define RID_3D_OBJECTS_TBX  	RID_APP_START+19
54cdf0e10cSrcweir#define RID_INSERT       		RID_APP_START+20
55cdf0e10cSrcweir#define RID_INSERT_TBX   		RID_APP_START+21
56cdf0e10cSrcweir#define RID_POSITION     		RID_APP_START+22
57cdf0e10cSrcweir#define RID_POSITION_TBX 		RID_APP_START+23
58cdf0e10cSrcweir#define RID_CONNECTORS          RID_APP_START+24
59cdf0e10cSrcweir#define RID_CONNECTORS_TBX      RID_APP_START+25
60cdf0e10cSrcweir#define RID_ARROWS      		RID_APP_START+26
61cdf0e10cSrcweir#define RID_ARROWS_TBX   		RID_APP_START+27
62cdf0e10cSrcweir#define RID_DRAW_DOCWINDOWICON  RID_APP_START+28
63cdf0e10cSrcweir#define RID_GRAFFILTERS   		RID_APP_START+29
64cdf0e10cSrcweir#define RID_GRAFFILTERS_TBX   	RID_APP_START+30
65cdf0e10cSrcweir
66cdf0e10cSrcweir// Bitmaps fuer Tree-ListBox im Effekte-TabDialog
67cdf0e10cSrcweir#define BMP_PAGE    			RID_APP_START+42
68cdf0e10cSrcweir#define BMP_PAGEOBJS			RID_APP_START+43
69cdf0e10cSrcweir#define BMP_OBJECTS 			RID_APP_START+44
70cdf0e10cSrcweir#define BMP_DOC_OPEN			RID_APP_START+45
71cdf0e10cSrcweir#define BMP_DOC_CLOSED  		RID_APP_START+46
72cdf0e10cSrcweir#define BMP_DOC_TEXT    		RID_APP_START+47
73cdf0e10cSrcweir#define BMP_OLE     			RID_APP_START+48
74cdf0e10cSrcweir#define BMP_PAGE_EXCLUDED   	RID_APP_START+49
75cdf0e10cSrcweir#define BMP_PAGEOBJS_EXCLUDED   RID_APP_START+50
76cdf0e10cSrcweir#define BMP_EXPAND  			RID_APP_START+51
77cdf0e10cSrcweir#define BMP_COLLAPSE			RID_APP_START+52
78cdf0e10cSrcweir#define BMP_GRAPHIC 			RID_APP_START+53
79cdf0e10cSrcweir
80cdf0e10cSrcweir// Bimaps fuer ValueSet im EffekteWindow
81cdf0e10cSrcweir#define BMP_EFFECT_NONE						RID_APP_START+105
82cdf0e10cSrcweir#define BMP_TEXTEFFECT_DISCARD_FROM_T		RID_APP_START+106
83cdf0e10cSrcweir#define BMP_TEXTEFFECT_FADE_FROM_CENTER		RID_APP_START+107
84cdf0e10cSrcweir#define BMP_EFFECT_HIDE						RID_APP_START+108
85cdf0e10cSrcweir#define BMP_EFFECT_APPEAR					RID_APP_START+109
86cdf0e10cSrcweir
87cdf0e10cSrcweir// -----------------------------------------------------------------------------
88cdf0e10cSrcweir
89cdf0e10cSrcweir#define BMP_FOIL_NONE  						RID_APP_START+120
90cdf0e10cSrcweir#define BMP_GROUP   						RID_APP_START+121
91cdf0e10cSrcweir#define BMP_WAIT_ICON						RID_APP_START+124
92cdf0e10cSrcweir
93cdf0e10cSrcweir// -----------------------------------------------------------------------------
94cdf0e10cSrcweir// additional effects
95cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_FROM_UL			RID_APP_START+130
96cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_FROM_UR			RID_APP_START+131
97cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_FROM_LR			RID_APP_START+132
98cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_FROM_LL			RID_APP_START+133
99cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_L			RID_APP_START+134
100cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_UL		RID_APP_START+135
101cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_T			RID_APP_START+136
102cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_UR		RID_APP_START+137
103cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_R			RID_APP_START+138
104cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_LR		RID_APP_START+139
105cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_B			RID_APP_START+140
106cdf0e10cSrcweir#define BMP_EFFECT_DISCARD_S_FROM_LL		RID_APP_START+141
107cdf0e10cSrcweir#define BMP_EFFECT_VERTICAL_CHECKERBOARD	RID_APP_START+142
108cdf0e10cSrcweir#define BMP_EFFECT_HORIZONTAL_CHECKERBOARD	RID_APP_START+143
109cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_L			RID_APP_START+144
110cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_UL			RID_APP_START+145
111cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_T			RID_APP_START+146
112cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_UR			RID_APP_START+147
113cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_R			RID_APP_START+148
114cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_LR			RID_APP_START+149
115cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_B			RID_APP_START+150
116cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_FROM_LL			RID_APP_START+151
117cdf0e10cSrcweir
118cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_HORIZONTAL		RID_APP_START+152
119cdf0e10cSrcweir#define BMP_EFFECT_STRTCH_VERTICAL			RID_APP_START+153
120cdf0e10cSrcweir#define BMP_EFFECT_ROTATE_HORIZONTAL		RID_APP_START+154
121cdf0e10cSrcweir#define BMP_EFFECT_ROTATE_VERTICAL			RID_APP_START+155
122cdf0e10cSrcweir
123cdf0e10cSrcweir#define BMP_FOIL_21 						RID_APP_START+156
124cdf0e10cSrcweir#define BMP_FOIL_22 						RID_APP_START+157
125cdf0e10cSrcweir#define BMP_FOIL_23 						RID_APP_START+158
126cdf0e10cSrcweir#define BMP_FOIL_24 						RID_APP_START+159
127cdf0e10cSrcweir
128cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_L				RID_APP_START+165
129cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_UL			RID_APP_START+166
130cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_T				RID_APP_START+167
131cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_UR			RID_APP_START+168
132cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_R				RID_APP_START+169
133cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_LR			RID_APP_START+170
134cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_B				RID_APP_START+171
135cdf0e10cSrcweir#define BMP_EFFECT_UNCOVER_TO_LL			RID_APP_START+172
136cdf0e10cSrcweir
137cdf0e10cSrcweir#define BMP_PAGE_H    						RID_SD_START+213
138cdf0e10cSrcweir#define BMP_PAGEOBJS_H						RID_SD_START+214
139cdf0e10cSrcweir#define BMP_OBJECTS_H 						RID_SD_START+215
140cdf0e10cSrcweir#define BMP_DOC_OPEN_H						RID_SD_START+216
141cdf0e10cSrcweir#define BMP_DOC_CLOSED_H  					RID_SD_START+217
142cdf0e10cSrcweir#define BMP_DOC_TEXT_H    					RID_SD_START+218
143cdf0e10cSrcweir#define BMP_OLE_H     						RID_SD_START+219
144cdf0e10cSrcweir#define BMP_PAGE_EXCLUDED_H   				RID_SD_START+220
145cdf0e10cSrcweir#define BMP_PAGEOBJS_EXCLUDED_H				RID_SD_START+221
146cdf0e10cSrcweir#define BMP_EXPAND_H  						RID_SD_START+222
147cdf0e10cSrcweir#define BMP_COLLAPSE_H						RID_SD_START+223
148cdf0e10cSrcweir#define BMP_GRAPHIC_H			 			RID_SD_START+224
149cdf0e10cSrcweir
150cdf0e10cSrcweir#define BMP_FOIL_NONE_H						RID_SD_START+225
151cdf0e10cSrcweir#define BMP_GROUP_H   						RID_SD_START+226
152cdf0e10cSrcweir#define BMP_WAIT_ICON_H						RID_SD_START+229
153cdf0e10cSrcweir
154cdf0e10cSrcweir#define BMP_FADE_EFFECT_INDICATOR           RID_SD_START+331
155cdf0e10cSrcweir#define BMP_FADE_EFFECT_INDICATOR_H         RID_SD_START+332
156cdf0e10cSrcweir
157cdf0e10cSrcweir#define BMP_COMMENTS_INDICATOR				RID_SD_START+338
158cdf0e10cSrcweir#define BMP_COMMENTS_INDICATOR_H			RID_SD_START+339
159cdf0e10cSrcweir
160cdf0e10cSrcweir#define BMP_LAYOUT_EMPTY					RID_SD_START+340
161cdf0e10cSrcweir#define BMP_LAYOUT_EMPTY_H					RID_SD_START+341
162cdf0e10cSrcweir#define BMP_LAYOUT_HEAD01					RID_SD_START+342
163cdf0e10cSrcweir#define BMP_LAYOUT_HEAD01_H					RID_SD_START+343
164cdf0e10cSrcweir#define BMP_LAYOUT_HEAD02					RID_SD_START+344
165cdf0e10cSrcweir#define BMP_LAYOUT_HEAD02_H					RID_SD_START+345
166cdf0e10cSrcweir#define BMP_LAYOUT_HEAD02A					RID_SD_START+346
167cdf0e10cSrcweir#define BMP_LAYOUT_HEAD02A_H				RID_SD_START+347
168cdf0e10cSrcweir#define BMP_LAYOUT_HEAD02B					RID_SD_START+348
169cdf0e10cSrcweir#define BMP_LAYOUT_HEAD02B_H				RID_SD_START+349
170cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03					RID_SD_START+350
171cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03_H					RID_SD_START+351
172cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03A					RID_SD_START+352
173cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03A_H				RID_SD_START+353
174cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03B					RID_SD_START+354
175cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03B_H				RID_SD_START+355
176cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03C					RID_SD_START+356
177cdf0e10cSrcweir#define BMP_LAYOUT_HEAD03C_H				RID_SD_START+357
178cdf0e10cSrcweir#define BMP_LAYOUT_HEAD04					RID_SD_START+358
179cdf0e10cSrcweir#define BMP_LAYOUT_HEAD04_H					RID_SD_START+359
180cdf0e10cSrcweir#define BMP_LAYOUT_HEAD06					RID_SD_START+360
181cdf0e10cSrcweir#define BMP_LAYOUT_HEAD06_H					RID_SD_START+361
182cdf0e10cSrcweir#define BMP_LAYOUT_TEXTONLY					RID_SD_START+362
183cdf0e10cSrcweir#define BMP_LAYOUT_TEXTONLY_H				RID_SD_START+363
184cdf0e10cSrcweir#define BMP_LAYOUT_VERTICAL01				RID_SD_START+364
185cdf0e10cSrcweir#define BMP_LAYOUT_VERTICAL01_H				RID_SD_START+365
186cdf0e10cSrcweir#define BMP_LAYOUT_VERTICAL02				RID_SD_START+366
187cdf0e10cSrcweir#define BMP_LAYOUT_VERTICAL02_H				RID_SD_START+367
188cdf0e10cSrcweir
189cdf0e10cSrcweir#define BMP_FOILH_01						RID_SD_START+388
190cdf0e10cSrcweir#define BMP_FOILH_01_H						RID_SD_START+389
191cdf0e10cSrcweir#define BMP_FOILH_02						RID_SD_START+390
192cdf0e10cSrcweir#define BMP_FOILH_02_H						RID_SD_START+391
193cdf0e10cSrcweir#define BMP_FOILH_03						RID_SD_START+392
194cdf0e10cSrcweir#define BMP_FOILH_03_H						RID_SD_START+393
195cdf0e10cSrcweir#define BMP_FOILH_04						RID_SD_START+394
196cdf0e10cSrcweir#define BMP_FOILH_04_H						RID_SD_START+395
197cdf0e10cSrcweir#define BMP_FOILH_06						RID_SD_START+396
198cdf0e10cSrcweir#define BMP_FOILH_06_H						RID_SD_START+397
199cdf0e10cSrcweir#define BMP_FOILH_09						RID_SD_START+398
200cdf0e10cSrcweir#define BMP_FOILH_09_H						RID_SD_START+399
201cdf0e10cSrcweir
202cdf0e10cSrcweir#define BMP_FOILN_01						RID_SD_START+400
203cdf0e10cSrcweir#define BMP_FOILN_01_H						RID_SD_START+401
204cdf0e10cSrcweir
205cdf0e10cSrcweir#define BMP_PLACEHOLDER_SMALL_START			(RID_SD_START+402)		// these ids must stay in order!
206cdf0e10cSrcweir#define BMP_PLACEHOLDER_TABLE_SMALL			(RID_SD_START+402)
207cdf0e10cSrcweir#define BMP_PLACEHOLDER_CHART_SMALL			(RID_SD_START+403)
208cdf0e10cSrcweir#define BMP_PLACEHOLDER_IMAGE_SMALL			(RID_SD_START+404)
209cdf0e10cSrcweir#define BMP_PLACEHOLDER_MOVIE_SMALL			(RID_SD_START+405)
210cdf0e10cSrcweir#define BMP_PLACEHOLDER_TABLE_SMALL_HOVER	(RID_SD_START+406)
211cdf0e10cSrcweir#define BMP_PLACEHOLDER_CHART_SMALL_HOVER	(RID_SD_START+407)
212cdf0e10cSrcweir#define BMP_PLACEHOLDER_IMAGE_SMALL_HOVER	(RID_SD_START+408)
213cdf0e10cSrcweir#define BMP_PLACEHOLDER_MOVIE_SMALL_HOVER	(RID_SD_START+409)
214cdf0e10cSrcweir#define BMP_PLACEHOLDER_SMALL_END			(RID_SD_START+410)
215cdf0e10cSrcweir#define BMP_PLACEHOLDER_LARGE_START			(RID_SD_START+410)
216cdf0e10cSrcweir#define BMP_PLACEHOLDER_TABLE_LARGE			(RID_SD_START+410)
217cdf0e10cSrcweir#define BMP_PLACEHOLDER_CHART_LARGE			(RID_SD_START+411)
218cdf0e10cSrcweir#define BMP_PLACEHOLDER_IMAGE_LARGE			(RID_SD_START+412)
219cdf0e10cSrcweir#define BMP_PLACEHOLDER_MOVIE_LARGE			(RID_SD_START+413)
220cdf0e10cSrcweir#define BMP_PLACEHOLDER_TABLE_LARGE_HOVER	(RID_SD_START+414)
221cdf0e10cSrcweir#define BMP_PLACEHOLDER_CHART_LARGE_HOVER	(RID_SD_START+415)
222cdf0e10cSrcweir#define BMP_PLACEHOLDER_IMAGE_LARGE_HOVER	(RID_SD_START+416)
223cdf0e10cSrcweir#define BMP_PLACEHOLDER_MOVIE_LARGE_HOVER	(RID_SD_START+417)
224cdf0e10cSrcweir#define BMP_PLACEHOLDER_LARGE_END			(RID_SD_START+418)		// until here!
225cdf0e10cSrcweir
226cdf0e10cSrcweir// -----------------------------------------------------------------------------
227cdf0e10cSrcweir
228cdf0e10cSrcweir#define IMG_PIPETTE_H						RID_APP_START+21
229cdf0e10cSrcweir#define IMG_GET1OBJECT_H					RID_APP_START+22
230cdf0e10cSrcweir#define IMG_GETALLOBJECT_H					RID_APP_START+23
231cdf0e10cSrcweir#define IMG_REMOVEBMP_H						RID_APP_START+24
232cdf0e10cSrcweir#define IMG_REMOVEALLBMP_H					RID_APP_START+25
233cdf0e10cSrcweir
234cdf0e10cSrcweir/*
235cdf0e10cSrcweir *	ResourceIDs fuer Popup-Menues brauchen keinen Dummy-String !!!
236cdf0e10cSrcweir */
237cdf0e10cSrcweir
238cdf0e10cSrcweir#define RID_DRAW_TEXTOBJ_POPUP				RID_APP_START+43
239cdf0e10cSrcweir#define RID_DRAW_GEOMOBJ_POPUP				RID_APP_START+44
240cdf0e10cSrcweir#define RID_DRAW_NOSEL_POPUP				RID_APP_START+45
241cdf0e10cSrcweir#define RID_SLIDE_SORTER_IMPRESS_SEL_POPUP	RID_APP_START+46
242cdf0e10cSrcweir#define RID_BEZIER_POPUP					RID_APP_START+47
243cdf0e10cSrcweir#define RID_DRAW_LINEOBJ_POPUP				RID_APP_START+48
244cdf0e10cSrcweir#define RID_DRAW_MULTISELECTION_POPUP		RID_APP_START+49
245cdf0e10cSrcweir#define RID_DRAW_PAGETAB_POPUP				RID_APP_START+50
246cdf0e10cSrcweir#define RID_LAYERTAB_POPUP					RID_APP_START+51
247cdf0e10cSrcweir#define RID_DRAW_GRAPHIC_POPUP				RID_APP_START+52
248cdf0e10cSrcweir#define RID_DRAW_OLE2_POPUP					RID_APP_START+53
249cdf0e10cSrcweir#define RID_DRAW_TEXTOBJ_INSIDE_POPUP		RID_APP_START+54
250cdf0e10cSrcweir#define RID_SLIDE_SORTER_IMPRESS_NOSEL_POPUP RID_APP_START+55
251cdf0e10cSrcweir#define RID_OUTLINE_POPUP					RID_APP_START+56
252cdf0e10cSrcweir#define RID_MASTERPAGE_POPUP				RID_APP_START+57
253cdf0e10cSrcweir#define RID_DRAW_GROUPOBJ_POPUP				RID_APP_START+58
254cdf0e10cSrcweir#define RID_DRAW_3DOBJ_POPUP				RID_APP_START+59
255cdf0e10cSrcweir#define RID_DRAW_MEASUREOBJ_POPUP			RID_APP_START+60
256cdf0e10cSrcweir#define RID_DRAW_EDGEOBJ_POPUP				RID_APP_START+61
257*b63233d8Sdamjan//#define RID_DRAW_BMP_CONVERT_POPUP			RID_APP_START+62
258cdf0e10cSrcweir#define RID_DRAW_POLYLINEOBJ_POPUP			RID_APP_START+63
259cdf0e10cSrcweir#define RID_DRAW_3DSCENE_POPUP				RID_APP_START+64
260cdf0e10cSrcweir#define RID_DRAW_3DSCENE2_POPUP				RID_APP_START+65
261cdf0e10cSrcweir#define RID_DRAW_CUSTOMSHAPE_POPUP			RID_APP_START+66
262cdf0e10cSrcweir#define RID_TASKPANE_MASTERPAGESSELECTOR_POPUP	RID_APP_START+67
263cdf0e10cSrcweir#define RID_TASKPANE_LAYOUTMENU_POPUP		RID_APP_START+68
264cdf0e10cSrcweir#define RID_DRAW_MEDIA_POPUP				RID_APP_START+69
265cdf0e10cSrcweir
266cdf0e10cSrcweir// Draw (Graphic)
267cdf0e10cSrcweir#define RID_GRAPHIC_TEXTOBJ_POPUP			RID_APP_START+70
268cdf0e10cSrcweir#define RID_GRAPHIC_GEOMOBJ_POPUP			RID_APP_START+71
269cdf0e10cSrcweir#define RID_GRAPHIC_NOSEL_POPUP				RID_APP_START+72
270cdf0e10cSrcweir#define RID_GRAPHIC_LINEOBJ_POPUP			RID_APP_START+73
271cdf0e10cSrcweir#define RID_GRAPHIC_MULTISELECTION_POPUP	RID_APP_START+74
272cdf0e10cSrcweir#define RID_GRAPHIC_PAGETAB_POPUP			RID_APP_START+75
273cdf0e10cSrcweir#define RID_GRAPHIC_GRAPHIC_POPUP			RID_APP_START+76
274cdf0e10cSrcweir#define RID_GRAPHIC_OLE2_POPUP				RID_APP_START+77
275cdf0e10cSrcweir#define RID_GRAPHIC_GROUPOBJ_POPUP			RID_APP_START+78
276cdf0e10cSrcweir#define RID_GRAPHIC_3DOBJ_POPUP				RID_APP_START+79
277cdf0e10cSrcweir#define RID_GRAPHIC_MEASUREOBJ_POPUP		RID_APP_START+80
278cdf0e10cSrcweir#define RID_GRAPHIC_EDGEOBJ_POPUP			RID_APP_START+81
279cdf0e10cSrcweir#define RID_GRAPHIC_POLYLINEOBJ_POPUP		RID_APP_START+82
280cdf0e10cSrcweir#define RID_GRAPHIC_3DSCENE_POPUP			RID_APP_START+83
281cdf0e10cSrcweir#define RID_GRAPHIC_3DSCENE2_POPUP			RID_APP_START+84
282cdf0e10cSrcweir#define RID_GRAPHIC_CUSTOMSHAPE_POPUP		RID_APP_START+85
283cdf0e10cSrcweir#define RID_GRAPHIC_MEDIA_POPUP				RID_APP_START+86
284cdf0e10cSrcweir
285cdf0e10cSrcweir#define RID_SLIDE_SORTER_DRAW_SEL_POPUP     RID_APP_START+87
286cdf0e10cSrcweir#define RID_SLIDE_SORTER_DRAW_NOSEL_POPUP   RID_APP_START+88
287cdf0e10cSrcweir#define RID_SLIDE_SORTER_MASTER_SEL_POPUP   RID_APP_START+89
288cdf0e10cSrcweir#define RID_SLIDE_SORTER_MASTER_NOSEL_POPUP RID_APP_START+90
289cdf0e10cSrcweir
290cdf0e10cSrcweir#define RID_DRAW_TABLE_POPUP				RID_APP_START+91
291cdf0e10cSrcweir#define RID_GRAPHIC_TABLE_POPUP				RID_APP_START+92
292cdf0e10cSrcweir
293cdf0e10cSrcweir#define RID_TASKPANE_CURRENT_MASTERPAGESSELECTOR_POPUP	RID_APP_START+93
294cdf0e10cSrcweir
295cdf0e10cSrcweir#define RID_DRAW_TABLEOBJ_INSIDE_POPUP		RID_APP_START+94
296cdf0e10cSrcweir
297cdf0e10cSrcweir/*
298cdf0e10cSrcweir * Pointer (Mauszeiger)
299cdf0e10cSrcweir */
300cdf0e10cSrcweir#define PTR_WATERCAN			RID_APP_START+100
301cdf0e10cSrcweir#define PTR_PENCIL  			RID_APP_START+101
302cdf0e10cSrcweir
303cdf0e10cSrcweir
304cdf0e10cSrcweir/*
305cdf0e10cSrcweir * Globale Dialog-IDs
306cdf0e10cSrcweir */
307cdf0e10cSrcweir#define DLG_FONTWORK			RID_APP_START+150
308cdf0e10cSrcweir
309cdf0e10cSrcweir/*
310cdf0e10cSrcweir *	ResourceIDs fuer Toolboxen nicht aendern, ohne die Strings in
311cdf0e10cSrcweir *	strings.hrc auf die selben IDs zu setzen (eine Toolbox und sein
312cdf0e10cSrcweir *	Konfigurationsstring muessen dieselbe ResourceID haben!).
313cdf0e10cSrcweir */
314cdf0e10cSrcweir
315cdf0e10cSrcweir// --> Jetzt in cfgids.hxx
316cdf0e10cSrcweir/*
317cdf0e10cSrcweir#define _RID_DRAW_TOOLBOX			RID_APP_START+200
318cdf0e10cSrcweir#define _RID_SLIDE_TOOLBOX			RID_APP_START+201
319cdf0e10cSrcweir#define _RID_DRAW_OBJ_TOOLBOX		RID_APP_START+202
320cdf0e10cSrcweir#define _RID_SLIDE_OBJ_TOOLBOX		RID_APP_START+203
321cdf0e10cSrcweir#define _RID_BEZIER_TOOLBOX			RID_APP_START+204
322cdf0e10cSrcweir#define _RID_TEXT_TOOLBOX			RID_APP_START+205
323cdf0e10cSrcweir#define _RID_OUTLINE_TOOLBOX 		RID_APP_START+206
324cdf0e10cSrcweir#define _RID_DRAW_POLYLINEOBJ_POPUP	RID_APP_START+207
325cdf0e10cSrcweir#define _RID_GLUEPOINTS_TOOLBOX		RID_APP_START+208
326cdf0e10cSrcweir*/
327cdf0e10cSrcweir
328cdf0e10cSrcweir
329cdf0e10cSrcweir#define RID_DRAW_SNAPOBJECT_POPUP			RID_APP_START+390
330cdf0e10cSrcweir#define RID_DRAW_GLUEPOINT_POPUP			RID_APP_START+392
331*b63233d8Sdamjan//#define RID_DRAW_CONTROL_POPUP				RID_APP_START+393
332cdf0e10cSrcweir#define RID_FORM_CONTROL_POPUP				RID_APP_START+394
333cdf0e10cSrcweir
334cdf0e10cSrcweir#define RID_GRAPHICSTYLEFAMILY		RID_APP_START+395
335cdf0e10cSrcweir#define RID_PRESENTATIONSTYLEFAMILY	RID_APP_START+396
336cdf0e10cSrcweir#define RID_GRAPHICSCELLFAMILY		RID_APP_START+397
337cdf0e10cSrcweir
338