xref: /AOO41X/main/wizards/source/imagelists/imagelists.src (revision 2db02c74bb4ff4283a9321a5e54a0692d582d8f8)
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#define REPORTWIZARD_BASE   1000
24#define FORMWIZARD_BASE     1100
25#define WEBWIZARD_BASE      1200
26
27#define IMG_REPORT_ORIENTATION_PORTRAIT         REPORTWIZARD_BASE + 0
28Image IMG_REPORT_ORIENTATION_PORTRAIT
29{
30    ImageBitmap = Bitmap { File = "portrait_32.png"; };
31};
32
33#define IMG_REPORT_ORIENTATION_PORTRAIT_HC      REPORTWIZARD_BASE + 1
34Image IMG_REPORT_ORIENTATION_PORTRAIT_HC
35{
36    ImageBitmap = Bitmap { File = "portrait_32_h.png"; };
37};
38
39#define IMG_REPORT_ORIENTATION_LANDSCAPE        REPORTWIZARD_BASE + 2
40Image IMG_REPORT_ORIENTATION_LANDSCAPE
41{
42    ImageBitmap = Bitmap { File = "landscape_32.png"; };
43};
44
45#define IMG_REPORT_ORIENTATION_LANDSCAPE_HC     REPORTWIZARD_BASE + 3
46Image IMG_REPORT_ORIENTATION_LANDSCAPE_HC
47{
48    ImageBitmap = Bitmap { File = "landscape_32_h.png"; };
49};
50
51#define IMG_FORM_ARRANGELISTSIDE                FORMWIZARD_BASE + 0
52Image IMG_FORM_ARRANGELISTSIDE
53{
54    ImageBitmap = Bitmap { File = "formarrangelistside_42.png"; };
55};
56
57#define IMG_FORM_ARRANGELISTSIDE_HC             FORMWIZARD_BASE + 1
58Image IMG_FORM_ARRANGELISTSIDE_HC
59{
60    ImageBitmap = Bitmap { File = "formarrangelistside_42_h.png"; };
61};
62
63#define IMG_FORM_ARRANGELISTTOP                 FORMWIZARD_BASE + 2
64Image IMG_FORM_ARRANGELISTTOP
65{
66    ImageBitmap = Bitmap { File = "formarrangelisttop_42.png"; };
67};
68
69#define IMG_FORM_ARRANGELISTTOP_HC              FORMWIZARD_BASE + 3
70Image IMG_FORM_ARRANGELISTTOP_HC
71{
72    ImageBitmap = Bitmap { File = "formarrangelisttop_42_h.png"; };
73};
74
75#define IMG_FORM_ARRANGETABLE                   FORMWIZARD_BASE + 4
76Image IMG_FORM_ARRANGETABLE
77{
78    ImageBitmap = Bitmap { File = "formarrangetable_42.png"; };
79};
80
81#define IMG_FORM_ARRANGETABLE_HC                    FORMWIZARD_BASE + 5
82Image IMG_FORM_ARRANGETABLE_HC
83{
84    ImageBitmap = Bitmap { File = "formarrangetable_42_h.png"; };
85};
86
87
88#define IMG_FORM_ARRANGEFREE                    FORMWIZARD_BASE + 6
89Image IMG_FORM_ARRANGEFREE
90{
91    ImageBitmap = Bitmap { File = "formarrangefree_42.png"; };
92};
93
94#define IMG_FORM_ARRANGEFREE_HC                 FORMWIZARD_BASE + 7
95Image IMG_FORM_ARRANGEFREE_HC
96{
97    ImageBitmap = Bitmap { File = "formarrangefree_42_h.png"; };
98};
99
100
101#define IMG_WEB_LAYOUT_TABLE3                       WEBWIZARD_BASE + 0
102Image IMG_WEB_LAYOUT_TABLE3
103{
104    ImageBitmap = Bitmap { File = "table_3.png"; };
105};
106
107#define IMG_WEB_LAYOUT_TABLE3_HC                        WEBWIZARD_BASE + 1
108Image IMG_WEB_LAYOUT_TABLE3_HC
109{
110    ImageBitmap = Bitmap { File = "table_3_h.png"; };
111};
112
113
114#define IMG_WEB_LAYOUT_TABLE2                       WEBWIZARD_BASE + 2
115Image IMG_WEB_LAYOUT_TABLE2
116{
117    ImageBitmap = Bitmap { File = "table_2.png"; };
118};
119
120
121#define IMG_WEB_LAYOUT_TABLE2_HC                    WEBWIZARD_BASE + 3
122Image IMG_WEB_LAYOUT_TABLE2_HC
123{
124    ImageBitmap = Bitmap { File = "table_2_h.png"; };
125};
126
127
128#define IMG_WEB_LAYOUT_SIMPLE                       WEBWIZARD_BASE + 4
129Image IMG_WEB_LAYOUT_SIMPLE
130{
131    ImageBitmap = Bitmap { File = "simple.png"; };
132};
133
134#define IMG_WEB_LAYOUT_SIMPLE_HC                    WEBWIZARD_BASE + 5
135Image IMG_WEB_LAYOUT_SIMPLE_HC
136{
137    ImageBitmap = Bitmap { File = "simple_h.png"; };
138};
139
140#define IMG_WEB_LAYOUT_DIAGONAL                     WEBWIZARD_BASE + 6
141Image IMG_WEB_LAYOUT_DIAGONAL
142{
143    ImageBitmap = Bitmap { File = "diagonal.png"; };
144};
145
146#define IMG_WEB_LAYOUT_DIAGONAL_HC                  WEBWIZARD_BASE + 7
147Image IMG_WEB_LAYOUT_DIAGONAL_HC
148{
149    ImageBitmap = Bitmap { File = "diagonal_h.png"; };
150};
151
152#define IMG_WEB_LAYOUT_ZIGZAG                       WEBWIZARD_BASE + 8
153Image IMG_WEB_LAYOUT_ZIGZAG
154{
155    ImageBitmap = Bitmap { File = "zigzag.png"; };
156};
157
158#define IMG_WEB_LAYOUT_ZIGZAG_HC                        WEBWIZARD_BASE + 9
159Image IMG_WEB_LAYOUT_ZIGZAG_HC
160{
161    ImageBitmap = Bitmap { File = "zigzag_h.png"; };
162};
163
164#define IMG_WEB_LAYOUT_FRAMELEFT                        WEBWIZARD_BASE + 10
165Image IMG_WEB_LAYOUT_FRAMELEFT
166{
167    ImageBitmap = Bitmap { File = "frame_left.png"; };
168};
169
170#define IMG_WEB_LAYOUT_FRAMELEFT_HC                     WEBWIZARD_BASE + 11
171Image IMG_WEB_LAYOUT_FRAMELEFT_HC
172{
173    ImageBitmap = Bitmap { File = "frame_left_h.png"; };
174};
175
176#define IMG_WEB_LAYOUT_FRAMERIGHT                       WEBWIZARD_BASE + 12
177Image IMG_WEB_LAYOUT_FRAMERIGHT
178{
179    ImageBitmap = Bitmap { File = "frame_right.png"; };
180};
181
182#define IMG_WEB_LAYOUT_FRAMERIGHT_HC                        WEBWIZARD_BASE + 13
183Image IMG_WEB_LAYOUT_FRAMERIGHT_HC
184{
185    ImageBitmap = Bitmap { File = "frame_right_h.png"; };
186};
187
188#define IMG_WEB_LAYOUT_FRAMETOP                         WEBWIZARD_BASE + 14
189Image IMG_WEB_LAYOUT_FRAMETOP
190{
191    ImageBitmap = Bitmap { File = "frame_top.png"; };
192};
193
194#define IMG_WEB_LAYOUT_FRAMETOP_HC                      WEBWIZARD_BASE + 15
195Image IMG_WEB_LAYOUT_FRAMETOP_HC
196{
197    ImageBitmap = Bitmap { File = "frame_top_h.png"; };
198};
199
200#define IMG_WEB_LAYOUT_FRAMEBOTTOM                          WEBWIZARD_BASE + 16
201Image IMG_WEB_LAYOUT_FRAMEBOTTOM
202{
203    ImageBitmap = Bitmap { File = "frame_bottom.png"; };
204};
205
206#define IMG_WEB_LAYOUT_FRAMEBOTTOM_HC                           WEBWIZARD_BASE + 17
207Image IMG_WEB_LAYOUT_FRAMEBOTTOM_HC
208{
209    ImageBitmap = Bitmap { File = "frame_bottom_h.png"; };
210};
211
212