xref: /trunk/main/sd/source/ui/app/res_bmp.src (revision c2fa47f5)
166220049SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
366220049SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
466220049SAndrew Rist * or more contributor license agreements.  See the NOTICE file
566220049SAndrew Rist * distributed with this work for additional information
666220049SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
766220049SAndrew Rist * to you under the Apache License, Version 2.0 (the
866220049SAndrew Rist * "License"); you may not use this file except in compliance
966220049SAndrew Rist * with the License.  You may obtain a copy of the License at
1066220049SAndrew Rist *
1166220049SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
1266220049SAndrew Rist *
1366220049SAndrew Rist * Unless required by applicable law or agreed to in writing,
1466220049SAndrew Rist * software distributed under the License is distributed on an
1566220049SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1666220049SAndrew Rist * KIND, either express or implied.  See the License for the
1766220049SAndrew Rist * specific language governing permissions and limitations
1866220049SAndrew Rist * under the License.
1966220049SAndrew Rist *
2066220049SAndrew Rist *************************************************************/
2166220049SAndrew Rist
2266220049SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include <sfx2/sfx.hrc>
25cdf0e10cSrcweir#include <svl/style.hrc>
26cdf0e10cSrcweir#include "glob.hrc"
27cdf0e10cSrcweir#include "res_bmp.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweir// preview bitmaps for layouts
30cdf0e10cSrcweirBitmap BMP_LAYOUT_EMPTY
31cdf0e10cSrcweir{
32cdf0e10cSrcweir	File = "layout_empty.png";
33cdf0e10cSrcweir};
34cdf0e10cSrcweirBitmap BMP_LAYOUT_EMPTY_H
35cdf0e10cSrcweir{
36cdf0e10cSrcweir	File = "layout_empty_h.png";
37cdf0e10cSrcweir};
38cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD01
39cdf0e10cSrcweir{
40cdf0e10cSrcweir	File = "layout_head01.png";
41cdf0e10cSrcweir};
42cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD01_H
43cdf0e10cSrcweir{
44cdf0e10cSrcweir	File = "layout_head01_h.png";
45cdf0e10cSrcweir};
46cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD02
47cdf0e10cSrcweir{
48cdf0e10cSrcweir	File = "layout_head02.png";
49cdf0e10cSrcweir};
50cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD02_H
51cdf0e10cSrcweir{
52cdf0e10cSrcweir	File = "layout_head02_h.png";
53cdf0e10cSrcweir};
54cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD02A
55cdf0e10cSrcweir{
56cdf0e10cSrcweir	File = "layout_head02a.png";
57cdf0e10cSrcweir};
58cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD02A_H
59cdf0e10cSrcweir{
60cdf0e10cSrcweir	File = "layout_head02a_h.png";
61cdf0e10cSrcweir};
62cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD02B
63cdf0e10cSrcweir{
64cdf0e10cSrcweir	File = "layout_head02b.png";
65cdf0e10cSrcweir};
66cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD02B_H
67cdf0e10cSrcweir{
68cdf0e10cSrcweir	File = "layout_head02b_h.png";
69cdf0e10cSrcweir};
70cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03
71cdf0e10cSrcweir{
72cdf0e10cSrcweir	File = "layout_head03.png";
73cdf0e10cSrcweir};
74cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03_H
75cdf0e10cSrcweir{
76cdf0e10cSrcweir	File = "layout_head03_h.png";
77cdf0e10cSrcweir};
78cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03A
79cdf0e10cSrcweir{
80cdf0e10cSrcweir	File = "layout_head03a.png";
81cdf0e10cSrcweir};
82cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03A_H
83cdf0e10cSrcweir{
84cdf0e10cSrcweir	File = "layout_head03a_h.png";
85cdf0e10cSrcweir};
86cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03B
87cdf0e10cSrcweir{
88cdf0e10cSrcweir	File = "layout_head03b.png";
89cdf0e10cSrcweir};
90cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03B_H
91cdf0e10cSrcweir{
92cdf0e10cSrcweir	File = "layout_head03b_h.png";
93cdf0e10cSrcweir};
94cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03C
95cdf0e10cSrcweir{
96cdf0e10cSrcweir	File = "layout_head03c.png";
97cdf0e10cSrcweir};
98cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD03C_H
99cdf0e10cSrcweir{
100cdf0e10cSrcweir	File = "layout_head03c_h.png";
101cdf0e10cSrcweir};
102cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD04
103cdf0e10cSrcweir{
104cdf0e10cSrcweir	File = "layout_head04.png";
105cdf0e10cSrcweir};
106cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD04_H
107cdf0e10cSrcweir{
108cdf0e10cSrcweir	File = "layout_head04_h.png";
109cdf0e10cSrcweir};
110cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD06
111cdf0e10cSrcweir{
112cdf0e10cSrcweir	File = "layout_head06.png";
113cdf0e10cSrcweir};
114cdf0e10cSrcweirBitmap BMP_LAYOUT_HEAD06_H
115cdf0e10cSrcweir{
116cdf0e10cSrcweir	File = "layout_head06_h.png";
117cdf0e10cSrcweir};
118cdf0e10cSrcweirBitmap BMP_LAYOUT_TEXTONLY
119cdf0e10cSrcweir{
120cdf0e10cSrcweir	File = "layout_textonly.png";
121cdf0e10cSrcweir};
122cdf0e10cSrcweirBitmap BMP_LAYOUT_TEXTONLY_H
123cdf0e10cSrcweir{
124cdf0e10cSrcweir	File = "layout_textonly_h.png";
125cdf0e10cSrcweir};
126cdf0e10cSrcweirBitmap BMP_LAYOUT_VERTICAL01
127cdf0e10cSrcweir{
128cdf0e10cSrcweir	File = "layout_vertical01.png";
129cdf0e10cSrcweir};
130cdf0e10cSrcweirBitmap BMP_LAYOUT_VERTICAL01_H
131cdf0e10cSrcweir{
132cdf0e10cSrcweir	File = "layout_vertical01_h.png";
133cdf0e10cSrcweir};
134cdf0e10cSrcweirBitmap BMP_LAYOUT_VERTICAL02
135cdf0e10cSrcweir{
136cdf0e10cSrcweir	File = "layout_vertical02.png";
137cdf0e10cSrcweir};
138cdf0e10cSrcweirBitmap BMP_LAYOUT_VERTICAL02_H
139cdf0e10cSrcweir{
140cdf0e10cSrcweir	File = "layout_vertical02_h.png";
141cdf0e10cSrcweir};
142cdf0e10cSrcweir
143cdf0e10cSrcweirBitmap BMP_FOILH_01
144cdf0e10cSrcweir{
145cdf0e10cSrcweir	File = "foilh01.png";
146cdf0e10cSrcweir};
147cdf0e10cSrcweirBitmap BMP_FOILH_01_H
148cdf0e10cSrcweir{
149cdf0e10cSrcweir	File = "foilh01_h.png";
150cdf0e10cSrcweir};
151cdf0e10cSrcweirBitmap BMP_FOILH_02
152cdf0e10cSrcweir{
153cdf0e10cSrcweir	File = "foilh02.png";
154cdf0e10cSrcweir};
155cdf0e10cSrcweirBitmap BMP_FOILH_02_H
156cdf0e10cSrcweir{
157cdf0e10cSrcweir	File = "foilh02_h.png";
158cdf0e10cSrcweir};
159cdf0e10cSrcweirBitmap BMP_FOILH_03
160cdf0e10cSrcweir{
161cdf0e10cSrcweir	File = "foilh03.png";
162cdf0e10cSrcweir};
163cdf0e10cSrcweirBitmap BMP_FOILH_03_H
164cdf0e10cSrcweir{
165cdf0e10cSrcweir	File = "foilh03_h.png";
166cdf0e10cSrcweir};
167cdf0e10cSrcweirBitmap BMP_FOILH_04
168cdf0e10cSrcweir{
169cdf0e10cSrcweir	File = "foilh04.png";
170cdf0e10cSrcweir};
171cdf0e10cSrcweirBitmap BMP_FOILH_04_H
172cdf0e10cSrcweir{
173cdf0e10cSrcweir	File = "foilh04_h.png";
174cdf0e10cSrcweir};
175cdf0e10cSrcweirBitmap BMP_FOILH_06
176cdf0e10cSrcweir{
177cdf0e10cSrcweir	File = "foilh06.png";
178cdf0e10cSrcweir};
179cdf0e10cSrcweirBitmap BMP_FOILH_06_H
180cdf0e10cSrcweir{
181cdf0e10cSrcweir	File = "foilh06_h.png";
182cdf0e10cSrcweir};
183cdf0e10cSrcweirBitmap BMP_FOILH_09
184cdf0e10cSrcweir{
185cdf0e10cSrcweir	File = "foilh09.png";
186cdf0e10cSrcweir};
187cdf0e10cSrcweirBitmap BMP_FOILH_09_H
188cdf0e10cSrcweir{
189cdf0e10cSrcweir	File = "foilh09_h.png";
190cdf0e10cSrcweir};
191cdf0e10cSrcweir
192cdf0e10cSrcweir
193cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_CHART_SMALL
194cdf0e10cSrcweir{
195cdf0e10cSrcweir	File = "placeholder_chart_small.png";
196cdf0e10cSrcweir};
197cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_CHART_SMALL_HOVER
198cdf0e10cSrcweir{
199cdf0e10cSrcweir	File = "placeholder_chart_small_hover.png";
200cdf0e10cSrcweir};
201cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_IMAGE_SMALL
202cdf0e10cSrcweir{
203cdf0e10cSrcweir	File = "placeholder_image_small.png";
204cdf0e10cSrcweir};
205cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_IMAGE_SMALL_HOVER
206cdf0e10cSrcweir{
207cdf0e10cSrcweir	File = "placeholder_image_small_hover.png";
208cdf0e10cSrcweir};
209cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_MOVIE_SMALL
210cdf0e10cSrcweir{
211cdf0e10cSrcweir	File = "placeholder_movie_small.png";
212cdf0e10cSrcweir};
213cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_MOVIE_SMALL_HOVER
214cdf0e10cSrcweir{
215cdf0e10cSrcweir	File = "placeholder_movie_small_hover.png";
216cdf0e10cSrcweir};
217cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_TABLE_SMALL
218cdf0e10cSrcweir{
219cdf0e10cSrcweir	File = "placeholder_table_small.png";
220cdf0e10cSrcweir};
221cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_TABLE_SMALL_HOVER
222cdf0e10cSrcweir{
223cdf0e10cSrcweir	File = "placeholder_table_small_hover.png";
224cdf0e10cSrcweir};
225cdf0e10cSrcweir
226cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_CHART_LARGE
227cdf0e10cSrcweir{
228cdf0e10cSrcweir	File = "placeholder_chart_large.png";
229cdf0e10cSrcweir};
230cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_CHART_LARGE_HOVER
231cdf0e10cSrcweir{
232cdf0e10cSrcweir	File = "placeholder_chart_large_hover.png";
233cdf0e10cSrcweir};
234cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_IMAGE_LARGE
235cdf0e10cSrcweir{
236cdf0e10cSrcweir	File = "placeholder_image_large.png";
237cdf0e10cSrcweir};
238cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_IMAGE_LARGE_HOVER
239cdf0e10cSrcweir{
240cdf0e10cSrcweir	File = "placeholder_image_large_hover.png";
241cdf0e10cSrcweir};
242cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_MOVIE_LARGE
243cdf0e10cSrcweir{
244cdf0e10cSrcweir	File = "placeholder_movie_large.png";
245cdf0e10cSrcweir};
246cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_MOVIE_LARGE_HOVER
247cdf0e10cSrcweir{
248cdf0e10cSrcweir	File = "placeholder_movie_large_hover.png";
249cdf0e10cSrcweir};
250cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_TABLE_LARGE
251cdf0e10cSrcweir{
252cdf0e10cSrcweir	File = "placeholder_table_large.png";
253cdf0e10cSrcweir};
254cdf0e10cSrcweirBitmap BMP_PLACEHOLDER_TABLE_LARGE_HOVER
255cdf0e10cSrcweir{
256cdf0e10cSrcweir	File = "placeholder_table_large_hover.png";
257cdf0e10cSrcweir};
258cdf0e10cSrcweir
259cdf0e10cSrcweirBitmap BMP_FOILN_01
260cdf0e10cSrcweir{
261*c2fa47f5Smseidel	File = "foiln01.png" ;
262cdf0e10cSrcweir};
263cdf0e10cSrcweirBitmap BMP_FOILN_01_H
264cdf0e10cSrcweir{
265*c2fa47f5Smseidel	File = "foiln01_h.png" ;
266cdf0e10cSrcweir};
267cdf0e10cSrcweirBitmap BMP_PAGE
268cdf0e10cSrcweir{
269*c2fa47f5Smseidel	File = "page.png" ;
270cdf0e10cSrcweir};
271cdf0e10cSrcweirBitmap BMP_PAGE_H
272cdf0e10cSrcweir{
273*c2fa47f5Smseidel	File = "page_h.png" ;
274cdf0e10cSrcweir};
275cdf0e10cSrcweirBitmap BMP_PAGE_EXCLUDED
276cdf0e10cSrcweir{
277*c2fa47f5Smseidel	File = "pageexcl.png" ;
278cdf0e10cSrcweir};
279cdf0e10cSrcweirBitmap BMP_PAGE_EXCLUDED_H
280cdf0e10cSrcweir{
281*c2fa47f5Smseidel	File = "pageexcl_h.png" ;
282cdf0e10cSrcweir};
283cdf0e10cSrcweirBitmap BMP_PAGEOBJS_EXCLUDED
284cdf0e10cSrcweir{
285*c2fa47f5Smseidel	File = "pagobjex.png" ;
286cdf0e10cSrcweir};
287cdf0e10cSrcweirBitmap BMP_PAGEOBJS_EXCLUDED_H
288cdf0e10cSrcweir{
289*c2fa47f5Smseidel	File = "pagobjex_h.png" ;
290cdf0e10cSrcweir};
291cdf0e10cSrcweirBitmap BMP_PAGEOBJS
292cdf0e10cSrcweir{
293*c2fa47f5Smseidel	File = "pageobjs.png" ;
294cdf0e10cSrcweir};
295cdf0e10cSrcweirBitmap BMP_PAGEOBJS_H
296cdf0e10cSrcweir{
297*c2fa47f5Smseidel	File = "pageobjs_h.png" ;
298cdf0e10cSrcweir};
299cdf0e10cSrcweirBitmap BMP_OBJECTS
300cdf0e10cSrcweir{
301*c2fa47f5Smseidel	File = "objects.png" ;
302cdf0e10cSrcweir};
303cdf0e10cSrcweirBitmap BMP_OBJECTS_H
304cdf0e10cSrcweir{
305*c2fa47f5Smseidel	File = "objects_h.png" ;
306cdf0e10cSrcweir};
307cdf0e10cSrcweirBitmap BMP_OLE
308cdf0e10cSrcweir{
309*c2fa47f5Smseidel	File = "ole.png" ;
310cdf0e10cSrcweir};
311cdf0e10cSrcweirBitmap BMP_OLE_H
312cdf0e10cSrcweir{
313*c2fa47f5Smseidel	File = "ole_h.png" ;
314cdf0e10cSrcweir};
315cdf0e10cSrcweirBitmap BMP_GROUP
316cdf0e10cSrcweir{
317*c2fa47f5Smseidel	File = "group.png" ;
318cdf0e10cSrcweir};
319cdf0e10cSrcweirBitmap BMP_GROUP_H
320cdf0e10cSrcweir{
321*c2fa47f5Smseidel	File = "group_h.png" ;
322cdf0e10cSrcweir};
323cdf0e10cSrcweirBitmap BMP_DOC_OPEN
324cdf0e10cSrcweir{
325*c2fa47f5Smseidel	File = "docopen.png" ;
326cdf0e10cSrcweir};
327cdf0e10cSrcweirBitmap BMP_DOC_OPEN_H
328cdf0e10cSrcweir{
329*c2fa47f5Smseidel	File = "docopen_h.png" ;
330cdf0e10cSrcweir};
331cdf0e10cSrcweirBitmap BMP_DOC_CLOSED
332cdf0e10cSrcweir{
333*c2fa47f5Smseidel	File = "docclose.png" ;
334cdf0e10cSrcweir};
335cdf0e10cSrcweirBitmap BMP_DOC_CLOSED_H
336cdf0e10cSrcweir{
337*c2fa47f5Smseidel	File = "docclose_h.png" ;
338cdf0e10cSrcweir};
339cdf0e10cSrcweirBitmap BMP_DOC_TEXT
340cdf0e10cSrcweir{
341*c2fa47f5Smseidel	File = "doctext.png" ;
342cdf0e10cSrcweir};
343cdf0e10cSrcweirBitmap BMP_DOC_TEXT_H
344cdf0e10cSrcweir{
345*c2fa47f5Smseidel	File = "doctext_h.png" ;
346cdf0e10cSrcweir};
347cdf0e10cSrcweirBitmap BMP_EXPAND
348cdf0e10cSrcweir{
349*c2fa47f5Smseidel	File = "plus.png" ;
350cdf0e10cSrcweir};
351cdf0e10cSrcweirBitmap BMP_EXPAND_H
352cdf0e10cSrcweir{
353*c2fa47f5Smseidel	File = "plus_h.png" ;
354cdf0e10cSrcweir};
355cdf0e10cSrcweirBitmap BMP_COLLAPSE
356cdf0e10cSrcweir{
357*c2fa47f5Smseidel	File = "minus.png" ;
358cdf0e10cSrcweir};
359cdf0e10cSrcweirBitmap BMP_COLLAPSE_H
360cdf0e10cSrcweir{
361*c2fa47f5Smseidel	File = "minus_h.png" ;
362cdf0e10cSrcweir};
363cdf0e10cSrcweirBitmap BMP_GRAPHIC
364cdf0e10cSrcweir{
365*c2fa47f5Smseidel	File = "graphic.png" ;
366cdf0e10cSrcweir};
367cdf0e10cSrcweirBitmap BMP_GRAPHIC_H
368cdf0e10cSrcweir{
369*c2fa47f5Smseidel	File = "graphic_h.png" ;
370cdf0e10cSrcweir};
371cdf0e10cSrcweirImage IMG_PIPETTE_H
372cdf0e10cSrcweir{
373*c2fa47f5Smseidel	ImageBitmap = Bitmap { File = "pipette_h.png" ; };
374cdf0e10cSrcweir	MaskColor = IMAGE_MASK_STDCOLOR_HC ;
375cdf0e10cSrcweir};
376cdf0e10cSrcweirImage IMG_GET1OBJECT_H
377cdf0e10cSrcweir{
378*c2fa47f5Smseidel	ImageBitmap = Bitmap { File = "get1obj_h.png" ; };
379cdf0e10cSrcweir	MaskColor = IMAGE_MASK_STDCOLOR_HC ;
380cdf0e10cSrcweir};
381cdf0e10cSrcweirImage IMG_GETALLOBJECT_H
382cdf0e10cSrcweir{
383*c2fa47f5Smseidel	ImageBitmap = Bitmap { File = "getallob_h.png" ; };
384cdf0e10cSrcweir	MaskColor = IMAGE_MASK_STDCOLOR_HC ;
385cdf0e10cSrcweir};
386cdf0e10cSrcweirImage IMG_REMOVEBMP_H
387cdf0e10cSrcweir{
388*c2fa47f5Smseidel	ImageBitmap = Bitmap { File = "del1bmp_h.png" ; };
389cdf0e10cSrcweir	MaskColor = IMAGE_MASK_STDCOLOR_HC ;
390cdf0e10cSrcweir};
391cdf0e10cSrcweirImage IMG_REMOVEALLBMP_H
392cdf0e10cSrcweir{
393*c2fa47f5Smseidel	ImageBitmap = Bitmap { File = "delall_h.png" ; };
394cdf0e10cSrcweir	MaskColor = IMAGE_MASK_STDCOLOR_HC ;
395cdf0e10cSrcweir};
396cdf0e10cSrcweir#define SfxStyleFamiliesRes1\
397cdf0e10cSrcweir	Text [ en-US ] = "Graphics Styles" ;\
398cdf0e10cSrcweir
399cdf0e10cSrcweir#define SfxStyleFamiliesRes2\
400cdf0e10cSrcweir    Text [ en-US ] = "Presentation Styles" ;\
401cdf0e10cSrcweir
402cdf0e10cSrcweirString STR_STYLE_FILTER_USED
403cdf0e10cSrcweir{
404cdf0e10cSrcweir	Text [ en-US ] = "Applied Styles" ;
405cdf0e10cSrcweir};
406cdf0e10cSrcweirString STR_STYLE_FILTER_USERDEF
407cdf0e10cSrcweir{
408cdf0e10cSrcweir	Text [ en-US ] = "Custom Styles" ;
409cdf0e10cSrcweir};
410cdf0e10cSrcweirString STR_STYLE_FILTER_ALL
411cdf0e10cSrcweir{
412cdf0e10cSrcweir	Text [ en-US ] = "All Styles" ;
413cdf0e10cSrcweir};
414cdf0e10cSrcweir
415cdf0e10cSrcweirSfxStyleFamilies DLG_STYLE_DESIGNER
416cdf0e10cSrcweir{
417cdf0e10cSrcweir	StyleFamilyList =
418cdf0e10cSrcweir	{
419cdf0e10cSrcweir		SfxStyleFamilyItem RID_GRAPHICSTYLEFAMILY
420cdf0e10cSrcweir		{
421cdf0e10cSrcweir			SfxStyleFamiliesRes1
422cdf0e10cSrcweir            StyleFamily = SFX_STYLE_FAMILY_PARA ;
423b63233d8Sdamjan    		FilterList [ en-US ] =
424cdf0e10cSrcweir			{
425b63233d8Sdamjan				< "All Styles" ; SFXSTYLEBIT_ALL ; > ;
426b63233d8Sdamjan				< "Applied Styles" ; SFXSTYLEBIT_USED ; > ;
427b63233d8Sdamjan				< "Custom Styles" ; SFXSTYLEBIT_USERDEF ; > ;
428cdf0e10cSrcweir			};
429cdf0e10cSrcweir		};
430cdf0e10cSrcweir		SfxStyleFamilyItem RID_PRESENTATIONSTYLEFAMILY
431cdf0e10cSrcweir		{
432cdf0e10cSrcweir			SfxStyleFamiliesRes2
433cdf0e10cSrcweir            StyleFamily = SFX_STYLE_FAMILY_PSEUDO ;
434b63233d8Sdamjan    		FilterList [ en-US ] =
435cdf0e10cSrcweir			{
436b63233d8Sdamjan				< "All Styles" ; SFXSTYLEBIT_ALL ; > ;
437cdf0e10cSrcweir			};
438cdf0e10cSrcweir		};
439cdf0e10cSrcweir	};
440cdf0e10cSrcweir	#define STYLE_IMAGE_LISTEF \
441b63233d8Sdamjan		MaskColor = IMAGE_MASK_STDCOLOR; \
442cdf0e10cSrcweir		IdList = \
443cdf0e10cSrcweir		{ \
444cdf0e10cSrcweir			1; 2; \
445cdf0e10cSrcweir		}; \
446cdf0e10cSrcweir		IdCount = 2;
447cdf0e10cSrcweir
448cdf0e10cSrcweir	ImageList 1	// == BMP_COLOR_NORMAL + 1
449cdf0e10cSrcweir	{
450cdf0e10cSrcweir		Prefix = "sf";
451cdf0e10cSrcweir		STYLE_IMAGE_LISTEF
452cdf0e10cSrcweir	};
453cdf0e10cSrcweir	ImageList 2	// == BMP_COLOR_HIGHCONTRAST + 1
454cdf0e10cSrcweir	{
455cdf0e10cSrcweir		Prefix = "sfh";
456cdf0e10cSrcweir		STYLE_IMAGE_LISTEF
457cdf0e10cSrcweir	};
458cdf0e10cSrcweir	#undef STYLE_IMAGE_LISTEF
459cdf0e10cSrcweir};
460cdf0e10cSrcweir
461cdf0e10cSrcweirBitmap BMP_PRESOBJ_GRAPHIC
462cdf0e10cSrcweir{
463*c2fa47f5Smseidel	File = "image.png" ;
464cdf0e10cSrcweir};
465cdf0e10cSrcweirBitmap BMP_PRESOBJ_OBJECT
466cdf0e10cSrcweir{
467*c2fa47f5Smseidel	File = "object.png" ;
468cdf0e10cSrcweir};
469cdf0e10cSrcweirBitmap BMP_PRESOBJ_CHART
470cdf0e10cSrcweir{
471*c2fa47f5Smseidel	File = "chart.png" ;
472cdf0e10cSrcweir};
473cdf0e10cSrcweirBitmap BMP_PRESOBJ_ORGCHART
474cdf0e10cSrcweir{
475*c2fa47f5Smseidel	File = "orgchart.png" ;
476cdf0e10cSrcweir};
477cdf0e10cSrcweirBitmap BMP_PRESOBJ_TABLE
478cdf0e10cSrcweir{
479*c2fa47f5Smseidel	File = "table.png" ;
480cdf0e10cSrcweir};
481cdf0e10cSrcweirBitmap BMP_WAIT_ICON
482cdf0e10cSrcweir{
483*c2fa47f5Smseidel	File = "waiticon.png";
484cdf0e10cSrcweir};
485cdf0e10cSrcweir
486cdf0e10cSrcweir// ----------------------------------------
487cdf0e10cSrcweir
488cdf0e10cSrcweirBitmap BMP_FADE_EFFECT_INDICATOR
489cdf0e10cSrcweir{
490*c2fa47f5Smseidel    File = "fade_effect_indicator.png";
491cdf0e10cSrcweir};
492cdf0e10cSrcweirBitmap BMP_FADE_EFFECT_INDICATOR_H
493cdf0e10cSrcweir{
494*c2fa47f5Smseidel    File = "fade_effect_indicator_hc.png";
495cdf0e10cSrcweir};
496cdf0e10cSrcweirBitmap BMP_COMMENTS_INDICATOR
497cdf0e10cSrcweir{
498*c2fa47f5Smseidel    File = "comments_indicator.png";
499cdf0e10cSrcweir};
500cdf0e10cSrcweirBitmap BMP_COMMENTS_INDICATOR_H
501cdf0e10cSrcweir{
502*c2fa47f5Smseidel    File = "comments_indicator_hc.png";
503cdf0e10cSrcweir};
504