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 RB_NO_WRAP 2 28#define RB_WRAP_LEFT 3 29#define RB_WRAP_RIGHT 4 30#define RB_WRAP_PARALLEL 5 31#define RB_WRAP_THROUGH 6 32#define RB_WRAP_IDEAL 7 33#define CB_ANCHOR_ONLY 8 34#define FT_LEFT_MARGIN 13 35#define ED_LEFT_MARGIN 14 36#define FT_RIGHT_MARGIN 15 37#define ED_RIGHT_MARGIN 16 38#define FT_TOP_MARGIN 17 39#define ED_TOP_MARGIN 18 40#define ED_BOTTOM_MARGIN 19 41#define FT_BOTTOM_MARGIN 20 42#define FL_MARGIN 21 43#define CB_TRANSPARENT 22 44#define CB_OUTLINE 23 45#define FL_OPTION 24 46#define CB_ONLYOUTSIDE 25 47#define FL_OPTION_SEP 26 48#define C_WRAP_FL 31 49 50#define IL_WRAP 32 51#define ILH_WRAP 33 52// nur fuer die ImageList 53#define IMG_BEGIN 1 54#define IMG_NONE (IMG_BEGIN) 55#define IMG_LEFT (IMG_BEGIN + 1) 56#define IMG_RIGHT (IMG_BEGIN + 2) 57#define IMG_PARALLEL (IMG_BEGIN + 3) 58#define IMG_THROUGH (IMG_BEGIN + 4) 59#define IMG_IDEAL (IMG_BEGIN + 5) 60#define IMG_KON_NONE (IMG_BEGIN + 6) 61#define IMG_KON_LEFT (IMG_BEGIN + 7) 62#define IMG_KON_RIGHT (IMG_BEGIN + 8) 63#define IMG_KON_PARALLEL (IMG_BEGIN + 9) 64#define IMG_KON_IDEAL (IMG_BEGIN + 10) 65 66 67