1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: wrap.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #define RB_WRAP_LEFT 3
32 #define RB_WRAP_RIGHT 4
33 #define RB_WRAP_PARALLEL 5
34 #define RB_WRAP_THROUGH 6
35 #define RB_WRAP_IDEAL 7
36 #define CB_ANCHOR_ONLY 8
37 #define FT_LEFT_MARGIN 13
38 #define ED_LEFT_MARGIN 14
39 #define FT_RIGHT_MARGIN 15
40 #define ED_RIGHT_MARGIN 16
41 #define FT_TOP_MARGIN 17
42 #define ED_TOP_MARGIN 18
43 #define ED_BOTTOM_MARGIN 19
44 #define FT_BOTTOM_MARGIN 20
46 #define CB_TRANSPARENT 22
49 #define CB_ONLYOUTSIDE 25
50 #define FL_OPTION_SEP 26
55 // nur fuer die ImageList
57 #define IMG_NONE (IMG_BEGIN)
58 #define IMG_LEFT (IMG_BEGIN + 1)
59 #define IMG_RIGHT (IMG_BEGIN + 2)
60 #define IMG_PARALLEL (IMG_BEGIN + 3)
61 #define IMG_THROUGH (IMG_BEGIN + 4)
62 #define IMG_IDEAL (IMG_BEGIN + 5)
63 #define IMG_KON_NONE (IMG_BEGIN + 6)
64 #define IMG_KON_LEFT (IMG_BEGIN + 7)
65 #define IMG_KON_RIGHT (IMG_BEGIN + 8)
66 #define IMG_KON_PARALLEL (IMG_BEGIN + 9)
67 #define IMG_KON_IDEAL (IMG_BEGIN + 10)