summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/sidebar/CellAppearancePropertyPanel.hrc
blob: e9adcd655a1c2aa362a45a951ff562621c2e83bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

//line style page
#define VS_STYLE        1
#define PB_OPTIONS      2
#define BMP_UNDERLINE_MORE      3

//line border page
#define TB_BORDER1              1
#define TB_BORDER2              2
#define TB_BORDER3              3

#define TBI_BORDER1_NONE        7
#define TBI_BORDER1_ALL         8
#define TBI_BORDER1_OUTER       9
#define TBI_BORDER1_OUTERBOLD   10
#define TBI_BORDER2_LEFT        11
#define TBI_BORDER2_RIGHT       12
#define TBI_BORDER2_TOP         13
#define TBI_BORDER2_BOT         14
#define TBI_BORDER2_BLTR        15
#define TBI_BORDER2_TLBR        16
#define TBI_BORDER2_TOPBOT      17
#define TBI_BORDER2_LEFTRIGHT   18
#define TBI_BORDER3_S1          19
#define TBI_BORDER3_S2          20
#define TBI_BORDER3_S3          21
#define TBI_BORDER3_S4          22
#define FL_1                    23
#define FL_2                    24

#define IMG_BORDER1             25
#define IMG_BORDER2             26
#define IMG_BORDER3             27
#define IMG_BORDER4             28
#define IMG_BORDER5             29
#define IMG_BORDER6             30
#define IMG_BORDER7             31
#define IMG_BORDER8             32
#define IMG_BORDER9             33
#define IMG_BORDER10                34
#define IMG_BORDER11                35
#define IMG_BORDER12                36
#define IMG_BORDER13                37
#define IMG_BORDER14                38
#define IMG_BORDER15                39
#define IMG_BORDER16                40

#define STR_BORDER_1            41
#define STR_BORDER_2            42
#define STR_BORDER_3            43
#define STR_BORDER_4            44
#define STR_BORDER_5            45
#define STR_BORDER_6            46
#define STR_BORDER_7            47
#define STR_BORDER_8            48

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */