merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / frmdlg / wrap.hrc
blob444445df52d7c1a361f013a5de4eab4a2bd7bb61
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: wrap.hrc,v $
10  * $Revision: 1.5 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 #define RB_NO_WRAP                      2
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
45 #define FL_MARGIN                       21
46 #define CB_TRANSPARENT          22
47 #define CB_OUTLINE                      23
48 #define FL_OPTION                       24
49 #define CB_ONLYOUTSIDE          25
50 #define FL_OPTION_SEP                       26
51 #define C_WRAP_FL                      31
53 #define IL_WRAP                         32
54 #define ILH_WRAP            33
55 // nur fuer die ImageList
56 #define IMG_BEGIN               1
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)