1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#define REPORTWIZARD_BASE 1000 28#define FORMWIZARD_BASE 1100 29#define WEBWIZARD_BASE 1200 30 31#define IMG_REPORT_ORIENTATION_PORTRAIT REPORTWIZARD_BASE + 0 32Image IMG_REPORT_ORIENTATION_PORTRAIT 33{ 34 ImageBitmap = Bitmap { File = "portrait_32.png"; }; 35}; 36 37#define IMG_REPORT_ORIENTATION_PORTRAIT_HC REPORTWIZARD_BASE + 1 38Image IMG_REPORT_ORIENTATION_PORTRAIT_HC 39{ 40 ImageBitmap = Bitmap { File = "portrait_32_h.png"; }; 41}; 42 43#define IMG_REPORT_ORIENTATION_LANDSCAPE REPORTWIZARD_BASE + 2 44Image IMG_REPORT_ORIENTATION_LANDSCAPE 45{ 46 ImageBitmap = Bitmap { File = "landscape_32.png"; }; 47}; 48 49#define IMG_REPORT_ORIENTATION_LANDSCAPE_HC REPORTWIZARD_BASE + 3 50Image IMG_REPORT_ORIENTATION_LANDSCAPE_HC 51{ 52 ImageBitmap = Bitmap { File = "landscape_32_h.png"; }; 53}; 54 55#define IMG_FORM_ARRANGELISTSIDE FORMWIZARD_BASE + 0 56Image IMG_FORM_ARRANGELISTSIDE 57{ 58 ImageBitmap = Bitmap { File = "formarrangelistside_42.png"; }; 59}; 60 61#define IMG_FORM_ARRANGELISTSIDE_HC FORMWIZARD_BASE + 1 62Image IMG_FORM_ARRANGELISTSIDE_HC 63{ 64 ImageBitmap = Bitmap { File = "formarrangelistside_42_h.png"; }; 65}; 66 67#define IMG_FORM_ARRANGELISTTOP FORMWIZARD_BASE + 2 68Image IMG_FORM_ARRANGELISTTOP 69{ 70 ImageBitmap = Bitmap { File = "formarrangelisttop_42.png"; }; 71}; 72 73#define IMG_FORM_ARRANGELISTTOP_HC FORMWIZARD_BASE + 3 74Image IMG_FORM_ARRANGELISTTOP_HC 75{ 76 ImageBitmap = Bitmap { File = "formarrangelisttop_42_h.png"; }; 77}; 78 79#define IMG_FORM_ARRANGETABLE FORMWIZARD_BASE + 4 80Image IMG_FORM_ARRANGETABLE 81{ 82 ImageBitmap = Bitmap { File = "formarrangetable_42.png"; }; 83}; 84 85#define IMG_FORM_ARRANGETABLE_HC FORMWIZARD_BASE + 5 86Image IMG_FORM_ARRANGETABLE_HC 87{ 88 ImageBitmap = Bitmap { File = "formarrangetable_42_h.png"; }; 89}; 90 91 92#define IMG_FORM_ARRANGEFREE FORMWIZARD_BASE + 6 93Image IMG_FORM_ARRANGEFREE 94{ 95 ImageBitmap = Bitmap { File = "formarrangefree_42.png"; }; 96}; 97 98#define IMG_FORM_ARRANGEFREE_HC FORMWIZARD_BASE + 7 99Image IMG_FORM_ARRANGEFREE_HC 100{ 101 ImageBitmap = Bitmap { File = "formarrangefree_42_h.png"; }; 102}; 103 104 105#define IMG_WEB_LAYOUT_TABLE3 WEBWIZARD_BASE + 0 106Image IMG_WEB_LAYOUT_TABLE3 107{ 108 ImageBitmap = Bitmap { File = "table_3.png"; }; 109}; 110 111#define IMG_WEB_LAYOUT_TABLE3_HC WEBWIZARD_BASE + 1 112Image IMG_WEB_LAYOUT_TABLE3_HC 113{ 114 ImageBitmap = Bitmap { File = "table_3_h.png"; }; 115}; 116 117 118#define IMG_WEB_LAYOUT_TABLE2 WEBWIZARD_BASE + 2 119Image IMG_WEB_LAYOUT_TABLE2 120{ 121 ImageBitmap = Bitmap { File = "table_2.png"; }; 122}; 123 124 125#define IMG_WEB_LAYOUT_TABLE2_HC WEBWIZARD_BASE + 3 126Image IMG_WEB_LAYOUT_TABLE2_HC 127{ 128 ImageBitmap = Bitmap { File = "table_2_h.png"; }; 129}; 130 131 132#define IMG_WEB_LAYOUT_SIMPLE WEBWIZARD_BASE + 4 133Image IMG_WEB_LAYOUT_SIMPLE 134{ 135 ImageBitmap = Bitmap { File = "simple.png"; }; 136}; 137 138#define IMG_WEB_LAYOUT_SIMPLE_HC WEBWIZARD_BASE + 5 139Image IMG_WEB_LAYOUT_SIMPLE_HC 140{ 141 ImageBitmap = Bitmap { File = "simple_h.png"; }; 142}; 143 144#define IMG_WEB_LAYOUT_DIAGONAL WEBWIZARD_BASE + 6 145Image IMG_WEB_LAYOUT_DIAGONAL 146{ 147 ImageBitmap = Bitmap { File = "diagonal.png"; }; 148}; 149 150#define IMG_WEB_LAYOUT_DIAGONAL_HC WEBWIZARD_BASE + 7 151Image IMG_WEB_LAYOUT_DIAGONAL_HC 152{ 153 ImageBitmap = Bitmap { File = "diagonal_h.png"; }; 154}; 155 156#define IMG_WEB_LAYOUT_ZIGZAG WEBWIZARD_BASE + 8 157Image IMG_WEB_LAYOUT_ZIGZAG 158{ 159 ImageBitmap = Bitmap { File = "zigzag.png"; }; 160}; 161 162#define IMG_WEB_LAYOUT_ZIGZAG_HC WEBWIZARD_BASE + 9 163Image IMG_WEB_LAYOUT_ZIGZAG_HC 164{ 165 ImageBitmap = Bitmap { File = "zigzag_h.png"; }; 166}; 167 168#define IMG_WEB_LAYOUT_FRAMELEFT WEBWIZARD_BASE + 10 169Image IMG_WEB_LAYOUT_FRAMELEFT 170{ 171 ImageBitmap = Bitmap { File = "frame_left.png"; }; 172}; 173 174#define IMG_WEB_LAYOUT_FRAMELEFT_HC WEBWIZARD_BASE + 11 175Image IMG_WEB_LAYOUT_FRAMELEFT_HC 176{ 177 ImageBitmap = Bitmap { File = "frame_left_h.png"; }; 178}; 179 180#define IMG_WEB_LAYOUT_FRAMERIGHT WEBWIZARD_BASE + 12 181Image IMG_WEB_LAYOUT_FRAMERIGHT 182{ 183 ImageBitmap = Bitmap { File = "frame_right.png"; }; 184}; 185 186#define IMG_WEB_LAYOUT_FRAMERIGHT_HC WEBWIZARD_BASE + 13 187Image IMG_WEB_LAYOUT_FRAMERIGHT_HC 188{ 189 ImageBitmap = Bitmap { File = "frame_right_h.png"; }; 190}; 191 192#define IMG_WEB_LAYOUT_FRAMETOP WEBWIZARD_BASE + 14 193Image IMG_WEB_LAYOUT_FRAMETOP 194{ 195 ImageBitmap = Bitmap { File = "frame_top.png"; }; 196}; 197 198#define IMG_WEB_LAYOUT_FRAMETOP_HC WEBWIZARD_BASE + 15 199Image IMG_WEB_LAYOUT_FRAMETOP_HC 200{ 201 ImageBitmap = Bitmap { File = "frame_top_h.png"; }; 202}; 203 204#define IMG_WEB_LAYOUT_FRAMEBOTTOM WEBWIZARD_BASE + 16 205Image IMG_WEB_LAYOUT_FRAMEBOTTOM 206{ 207 ImageBitmap = Bitmap { File = "frame_bottom.png"; }; 208}; 209 210#define IMG_WEB_LAYOUT_FRAMEBOTTOM_HC WEBWIZARD_BASE + 17 211Image IMG_WEB_LAYOUT_FRAMEBOTTOM_HC 212{ 213 ImageBitmap = Bitmap { File = "frame_bottom_h.png"; }; 214}; 215 216