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 .
19 #define REPORTWIZARD_BASE 1000
20 #define FORMWIZARD_BASE 1100
21 #define WEBWIZARD_BASE 1200
23 #define IMG_REPORT_ORIENTATION_PORTRAIT REPORTWIZARD_BASE + 0
24 Image IMG_REPORT_ORIENTATION_PORTRAIT
26 ImageBitmap = Bitmap { File = "portrait_32.png"; };
29 #define IMG_REPORT_ORIENTATION_LANDSCAPE REPORTWIZARD_BASE + 2
30 Image IMG_REPORT_ORIENTATION_LANDSCAPE
32 ImageBitmap = Bitmap { File = "landscape_32.png"; };
35 #define IMG_FORM_ARRANGELISTSIDE FORMWIZARD_BASE + 0
36 Image IMG_FORM_ARRANGELISTSIDE
38 ImageBitmap = Bitmap { File = "formarrangelistside_42.png"; };
41 #define IMG_FORM_ARRANGELISTTOP FORMWIZARD_BASE + 2
42 Image IMG_FORM_ARRANGELISTTOP
44 ImageBitmap = Bitmap { File = "formarrangelisttop_42.png"; };
47 #define IMG_FORM_ARRANGETABLE FORMWIZARD_BASE + 4
48 Image IMG_FORM_ARRANGETABLE
50 ImageBitmap = Bitmap { File = "formarrangetable_42.png"; };
53 #define IMG_FORM_ARRANGEFREE FORMWIZARD_BASE + 6
54 Image IMG_FORM_ARRANGEFREE
56 ImageBitmap = Bitmap { File = "formarrangefree_42.png"; };
59 #define IMG_WEB_LAYOUT_TABLE3 WEBWIZARD_BASE + 0
60 Image IMG_WEB_LAYOUT_TABLE3
62 ImageBitmap = Bitmap { File = "table_3.png"; };
65 #define IMG_WEB_LAYOUT_TABLE2 WEBWIZARD_BASE + 2
66 Image IMG_WEB_LAYOUT_TABLE2
68 ImageBitmap = Bitmap { File = "table_2.png"; };
71 #define IMG_WEB_LAYOUT_SIMPLE WEBWIZARD_BASE + 4
72 Image IMG_WEB_LAYOUT_SIMPLE
74 ImageBitmap = Bitmap { File = "simple.png"; };
77 #define IMG_WEB_LAYOUT_DIAGONAL WEBWIZARD_BASE + 6
78 Image IMG_WEB_LAYOUT_DIAGONAL
80 ImageBitmap = Bitmap { File = "diagonal.png"; };
83 #define IMG_WEB_LAYOUT_ZIGZAG WEBWIZARD_BASE + 8
84 Image IMG_WEB_LAYOUT_ZIGZAG
86 ImageBitmap = Bitmap { File = "zigzag.png"; };
89 #define IMG_WEB_LAYOUT_FRAMELEFT WEBWIZARD_BASE + 10
90 Image IMG_WEB_LAYOUT_FRAMELEFT
92 ImageBitmap = Bitmap { File = "frame_left.png"; };
95 #define IMG_WEB_LAYOUT_FRAMERIGHT WEBWIZARD_BASE + 12
96 Image IMG_WEB_LAYOUT_FRAMERIGHT
98 ImageBitmap = Bitmap { File = "frame_right.png"; };
101 #define IMG_WEB_LAYOUT_FRAMETOP WEBWIZARD_BASE + 14
102 Image IMG_WEB_LAYOUT_FRAMETOP
104 ImageBitmap = Bitmap { File = "frame_top.png"; };
107 #define IMG_WEB_LAYOUT_FRAMEBOTTOM WEBWIZARD_BASE + 16
108 Image IMG_WEB_LAYOUT_FRAMEBOTTOM
110 ImageBitmap = Bitmap { File = "frame_bottom.png"; };
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */