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: border.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 ************************************************************************/
30 #ifndef _SVX_BORDER_HRC
31 #define _SVX_BORDER_HRC
33 // defines ------------------------------------------------------------------
36 #define WIN_PRESETS 11
37 #define WIN_FRAMESEL 12
39 #define FL_SEPARATOR1 19
41 #define LB_LINESTYLE 21
42 #define LB_LINECOLOR 22
44 #define FL_SEPARATOR2 29
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
56 #define FL_DISTANCE 50
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