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 VS_FORMS 1 28#define TBX_STYLE 1 29#define TBX_ADJUST 2 30#define TBX_SHADOW 3 31 32#define FB_DISTANCE 1 33#define FB_TEXTSTART 2 34#define FB_SHADOW_X 3 35#define FB_SHADOW_Y 4 36#define MTR_FLD_DISTANCE 1 37#define MTR_FLD_TEXTSTART 2 38#define MTR_FLD_SHADOW_X 3 39#define MTR_FLD_SHADOW_Y 4 40#define CLB_SHADOW_COLOR 1 41 42#define IL_FONTWORK 1200 43#define ILH_FONTWORK 1201 44 45// the following ids are also used to identify the 46// bitmaps for the image list 47#define TBI_STYLE_OFF 1 48#define TBI_STYLE_ROTATE 2 49#define TBI_STYLE_UPRIGHT 3 50#define TBI_STYLE_SLANTX 4 51#define TBI_STYLE_SLANTY 5 52#define TBI_ADJUST_MIRROR 6 53#define TBI_ADJUST_LEFT 7 54#define TBI_ADJUST_CENTER 8 55#define TBI_ADJUST_RIGHT 9 56#define TBI_ADJUST_AUTOSIZE 10 57#define TBI_SHOWFORM 11 58#define TBI_OUTLINE 12 59#define TBI_SHADOW_OFF 13 60#define TBI_SHADOW_NORMAL 14 61#define TBI_SHADOW_SLANT 15 62#define TBI_SHADOW_XDIST 16 63#define TBI_SHADOW_YDIST 17 64#define TBI_SHADOW_ANGLE 18 65#define TBI_SHADOW_SIZE 19 66#define TBI_DISTANCE 20 67#define TBI_TEXTSTART 21 68