xref: /trunk/main/cui/source/tabpages/border.hrc (revision 8414840e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _SVX_BORDER_HRC
24#define _SVX_BORDER_HRC
25
26// defines ------------------------------------------------------------------
27
28#define FL_BORDER               10
29#define WIN_PRESETS             11
30#define WIN_FRAMESEL            12
31
32#define FL_SEPARATOR1           19
33#define FL_LINE                 20
34#define LB_LINESTYLE            21
35#define LB_LINECOLOR            22
36
37#define FL_SEPARATOR2           29
38#define FL_SHADOW               30
39#define FT_SHADOWPOS            31
40#define WIN_SHADOWS             32
41#define FT_SHADOWSIZE           33
42#define ED_SHADOWSIZE           34
43#define FT_SHADOWCOLOR          35
44#define LB_SHADOWCOLOR          36
45
46#define FT_XSPACE               41
47#define ED_XSPACE               42
48
49#define FL_DISTANCE             50
50#define FT_LEFT                 51
51#define MF_LEFT                 52
52#define FT_RIGHT                53
53#define MF_RIGHT                54
54#define FT_TOP                  55
55#define MF_TOP                  56
56#define FT_BOTTOM               57
57#define MF_BOTTOM               58
58#define CB_SYNC                 59
59#define FT_DEFAULT              60
60#define FT_USERDEF              61
61#define FT_STYLE                62
62#define FT_COLOR                63
63#define FL_PROPERTIES           64
64#define CB_MERGEWITHNEXT        65
65#define CB_MERGEADJACENTBORDERS 66
66
67// ImageListe fuer ValueSets:
68#define IL_PRE_BITMAPS			1400
69#define ILH_PRE_BITMAPS         1401
70#define IID_PRE_CELL_NONE       1
71#define IID_PRE_CELL_ALL        2
72#define IID_PRE_CELL_LR         3
73#define IID_PRE_CELL_TB         4
74#define IID_PRE_CELL_L          5
75#define IID_PRE_CELL_DIAG       6
76#define IID_PRE_HOR_NONE        7
77#define IID_PRE_HOR_OUTER       8
78#define IID_PRE_HOR_HOR         9
79#define IID_PRE_HOR_ALL         10
80#define IID_PRE_HOR_OUTER2      11
81#define IID_PRE_VER_NONE        12
82#define IID_PRE_VER_OUTER       13
83#define IID_PRE_VER_VER         14
84#define IID_PRE_VER_ALL         15
85#define IID_PRE_VER_OUTER2      16
86#define IID_PRE_TABLE_NONE      17
87#define IID_PRE_TABLE_OUTER     18
88#define IID_PRE_TABLE_OUTERH    19
89#define IID_PRE_TABLE_ALL       20
90#define IID_PRE_TABLE_OUTER2    21
91
92#define IL_SDW_BITMAPS			1500
93#define ILH_SDW_BITMAPS         1501
94#define IID_SHADOWNONE			1
95#define IID_SHADOW_BOT_RIGHT	2
96#define IID_SHADOW_BOT_LEFT		3
97#define IID_SHADOW_TOP_RIGHT	4
98#define IID_SHADOW_TOP_LEFT		5
99
100
101#endif
102
103