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 .
23 #define BMP_UNDERLINE_MORE 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
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: */