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 TAB_CONTROL 1 28#define BTN_OK 2 29#define BTN_CANCEL 3 30#define BTN_HELP 4 31#define FT_POS_X 5 32#define FT_POS_Y 6 33#define MTR_FLD_POS_X 7 34#define MTR_FLD_POS_Y 8 35#define CBX_COPY 9 36#define TSB_PROTECT 10 37#define TSB_AUTO 11 38#define TSB_AUTOGROW_HEIGHT 12 39#define TSB_AUTOGROW_WIDTH 13 40#define BTN_RESET 14 41#define FT_WIDTH 15 42#define FT_HEIGHT 16 43#define MTR_FLD_WIDTH 17 44#define MTR_FLD_HEIGHT 18 45#define MTR_FLD_ANGLE 19 46#define CTL_RECT 20 47#define CTL_ANGLE 21 48#define CBX_SCALE 22 49#define FL_ADJUST 23 50#define FL_POSITION 24 51#define FL_SIZE 25 52#define FL_SLANT 26 53#define FL_RADIUS 27 54#define FT_RADIUS 28 55#define MTR_FLD_RADIUS 29 56#define FL_ANGLE 30 57#define FT_ANGLE 31 58#define TSB_VERTICAL 32 59#define FL_ANCHOR 33 60#define FT_ANCHOR 34 61#define LB_ANCHOR 35 62#define FT_ORIENT 36 63#define FT_REFERENCE 37 64#define FT_POSPRESETS 38 65#define FT_ANGLEPRESETS 39 66#define LB_ORIENT 40 67#define FT_SIZEREFERENCE 41 68#define CTL_SIZERECT 42 69#define FT_POSREFERENCE 43 70#define CTL_POSRECT 44 71#define TSB_POSPROTECT 45 72#define TSB_SIZEPROTECT 46 73#define FL_PROTECT 47 74#define FL_DIVIDER 48 75 76// 77