fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / source / ui / sidebar / CellAppearancePropertyPanel.hrc
blobe9adcd655a1c2aa362a45a951ff562621c2e83bb
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 //line style page
21 #define VS_STYLE        1
22 #define PB_OPTIONS      2
23 #define BMP_UNDERLINE_MORE      3
25 //line border page
26 #define TB_BORDER1              1
27 #define TB_BORDER2              2
28 #define TB_BORDER3              3
30 #define TBI_BORDER1_NONE        7
31 #define TBI_BORDER1_ALL         8
32 #define TBI_BORDER1_OUTER       9
33 #define TBI_BORDER1_OUTERBOLD   10
34 #define TBI_BORDER2_LEFT        11
35 #define TBI_BORDER2_RIGHT       12
36 #define TBI_BORDER2_TOP         13
37 #define TBI_BORDER2_BOT         14
38 #define TBI_BORDER2_BLTR        15
39 #define TBI_BORDER2_TLBR        16
40 #define TBI_BORDER2_TOPBOT      17
41 #define TBI_BORDER2_LEFTRIGHT   18
42 #define TBI_BORDER3_S1          19
43 #define TBI_BORDER3_S2          20
44 #define TBI_BORDER3_S3          21
45 #define TBI_BORDER3_S4          22
46 #define FL_1                    23
47 #define FL_2                    24
49 #define IMG_BORDER1             25
50 #define IMG_BORDER2             26
51 #define IMG_BORDER3             27
52 #define IMG_BORDER4             28
53 #define IMG_BORDER5             29
54 #define IMG_BORDER6             30
55 #define IMG_BORDER7             31
56 #define IMG_BORDER8             32
57 #define IMG_BORDER9             33
58 #define IMG_BORDER10                34
59 #define IMG_BORDER11                35
60 #define IMG_BORDER12                36
61 #define IMG_BORDER13                37
62 #define IMG_BORDER14                38
63 #define IMG_BORDER15                39
64 #define IMG_BORDER16                40
66 #define STR_BORDER_1            41
67 #define STR_BORDER_2            42
68 #define STR_BORDER_3            43
69 #define STR_BORDER_4            44
70 #define STR_BORDER_5            45
71 #define STR_BORDER_6            46
72 #define STR_BORDER_7            47
73 #define STR_BORDER_8            48
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */