1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
21 #define STR_AUTOMATICE 2
26 #define BMP_UNDERLINE_MORE 3
33 #define TBI_BORDER1_NONE 7
34 #define TBI_BORDER1_ALL 8
35 #define TBI_BORDER1_OUTER 9
36 #define TBI_BORDER1_OUTERBOLD 10
37 #define TBI_BORDER2_LEFT 11
38 #define TBI_BORDER2_RIGHT 12
39 #define TBI_BORDER2_TOP 13
40 #define TBI_BORDER2_BOT 14
41 #define TBI_BORDER2_BLTR 15
42 #define TBI_BORDER2_TLBR 16
43 #define TBI_BORDER2_TOPBOT 17
44 #define TBI_BORDER2_LEFTRIGHT 18
45 #define TBI_BORDER3_S1 19
46 #define TBI_BORDER3_S2 20
47 #define TBI_BORDER3_S3 21
48 #define TBI_BORDER3_S4 22
52 #define IMG_BORDER1 25
53 #define IMG_BORDER2 26
54 #define IMG_BORDER3 27
55 #define IMG_BORDER4 28
56 #define IMG_BORDER5 29
57 #define IMG_BORDER6 30
58 #define IMG_BORDER7 31
59 #define IMG_BORDER8 32
60 #define IMG_BORDER9 33
61 #define IMG_BORDER10 34
62 #define IMG_BORDER11 35
63 #define IMG_BORDER12 36
64 #define IMG_BORDER13 37
65 #define IMG_BORDER14 38
66 #define IMG_BORDER15 39
67 #define IMG_BORDER16 40
69 #define STR_BORDER_1 41
70 #define STR_BORDER_2 42
71 #define STR_BORDER_3 43
72 #define STR_BORDER_4 44
73 #define STR_BORDER_5 45
74 #define STR_BORDER_6 46
75 #define STR_BORDER_7 47
76 #define STR_BORDER_8 48
78 #define VS_FILLCOLOR 1
79 #define VS_NOFILLCOLOR 2
80 #define VS_LINECOLOR 1
84 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */