update dev300-m58
[ooovba.git] / svx / source / cui / border.hrc
blobb0c7e8a4f5d4825a2fb655fae0be45119fabad6d
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: border.hrc,v $
10  * $Revision: 1.11 $
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 #ifndef _SVX_BORDER_HRC
31 #define _SVX_BORDER_HRC
33 // defines ------------------------------------------------------------------
35 #define FL_BORDER               10
36 #define WIN_PRESETS             11
37 #define WIN_FRAMESEL            12
39 #define FL_SEPARATOR1           19
40 #define FL_LINE                 20
41 #define LB_LINESTYLE            21
42 #define LB_LINECOLOR            22
44 #define FL_SEPARATOR2           29
45 #define FL_SHADOW               30
46 #define FT_SHADOWPOS            31
47 #define WIN_SHADOWS             32
48 #define FT_SHADOWSIZE           33
49 #define ED_SHADOWSIZE           34
50 #define FT_SHADOWCOLOR          35
51 #define LB_SHADOWCOLOR          36
53 #define FT_XSPACE               41
54 #define ED_XSPACE               42
56 #define FL_DISTANCE             50
57 #define FT_LEFT                 51
58 #define MF_LEFT                 52
59 #define FT_RIGHT                53
60 #define MF_RIGHT                54
61 #define FT_TOP                  55
62 #define MF_TOP                  56
63 #define FT_BOTTOM               57
64 #define MF_BOTTOM               58
65 #define CB_SYNC                 59
66 #define FT_DEFAULT              60
67 #define FT_USERDEF              61
68 #define FT_STYLE                62
69 #define FT_COLOR                63
70 #define FL_PROPERTIES           64
71 #define CB_MERGEWITHNEXT        65
72 #define CB_MERGEADJACENTBORDERS 66
74 // ImageListe fuer ValueSets:
75 #define IL_PRE_BITMAPS                  1400
76 #define ILH_PRE_BITMAPS         1401
77 #define IID_PRE_CELL_NONE       1
78 #define IID_PRE_CELL_ALL        2
79 #define IID_PRE_CELL_LR         3
80 #define IID_PRE_CELL_TB         4
81 #define IID_PRE_CELL_L          5
82 #define IID_PRE_CELL_DIAG       6
83 #define IID_PRE_HOR_NONE        7
84 #define IID_PRE_HOR_OUTER       8
85 #define IID_PRE_HOR_HOR         9
86 #define IID_PRE_HOR_ALL         10
87 #define IID_PRE_HOR_OUTER2      11
88 #define IID_PRE_VER_NONE        12
89 #define IID_PRE_VER_OUTER       13
90 #define IID_PRE_VER_VER         14
91 #define IID_PRE_VER_ALL         15
92 #define IID_PRE_VER_OUTER2      16
93 #define IID_PRE_TABLE_NONE      17
94 #define IID_PRE_TABLE_OUTER     18
95 #define IID_PRE_TABLE_OUTERH    19
96 #define IID_PRE_TABLE_ALL       20
97 #define IID_PRE_TABLE_OUTER2    21
99 #define IL_SDW_BITMAPS                  1500
100 #define ILH_SDW_BITMAPS         1501
101 #define IID_SHADOWNONE                  1
102 #define IID_SHADOW_BOT_RIGHT    2
103 #define IID_SHADOW_BOT_LEFT             3
104 #define IID_SHADOW_TOP_RIGHT    4
105 #define IID_SHADOW_TOP_LEFT             5
108 #endif