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