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 LB_LINE_STYLE 2
24 #define FT_LINE_STYLE 3
25 #define FT_LINE_WIDTH 2
26 #define MTR_FLD_LINE_WIDTH 1
27 #define TSB_INVISIBLE 1
29 #define FL_LINE_ENDS 2
30 #define FT_LINE_ENDS_STYLE 5
31 #define FT_LINE_ENDS_WIDTH 6
32 #define LB_START_STYLE 3
33 #define LB_END_STYLE 4
35 #define STR_STYLE (LB_END_STYLE+1)
36 #define STR_LB_START_STYLE 30
37 #define STR_LB_END_STYLE 31
38 #define STR_MTR_FLD_START_WIDTH 32
39 #define STR_MTR_FLD_END_WIDTH 33
40 #define STR_CENTER_START 34
41 #define STR_CENTER_END 35
42 #define STR_START_TYPE 36
43 #define STR_END_TYPE 37
44 #define STR_START_NUM 38
45 #define STR_END_NUM 39
46 #define STR_START_LENGTH 40
47 #define STR_END_LENGTH 41
49 #define MTR_FLD_START_WIDTH 3
50 #define MTR_FLD_END_WIDTH 2
51 #define CBX_SYNCHRONIZE 1
52 #define CTL_POSITION 2
55 #define FL_DEFINITION 1
64 #define MTR_FLD_DISTANCE 1
65 #define MTR_FLD_LENGTH_1 3
66 #define MTR_FLD_LENGTH_2 4
67 #define FT_LINESTYLE 10
68 #define LB_LINESTYLES 2
78 #define TSB_CENTER_START 4
79 #define TSB_CENTER_END 5
80 #define FT_TRANSPARENT 10
81 #define MTR_LINE_TRANSPARENT 5
82 #define FL_SEPARATOR 4
83 #define FT_LINE_END_STYLE 11
87 #define FL_EDGE_STYLE 5
88 #define FT_EDGE_STYLE 13
89 #define LB_EDGE_STYLE 5
92 #define FT_CAP_STYLE 14
93 #define LB_CAP_STYLE 6
94 // not sure about IAccessibility2, add it nevertheless
95 #define STR_LB_CAP_STYLE 42
97 //Symbole (fuer StarChart)
98 #define FT_SYMBOL_WIDTH 20
99 #define FT_SYMBOL_HEIGHT 21
100 #define MF_SYMBOL_WIDTH 22
101 #define MF_SYMBOL_HEIGHT 23
102 #define CB_SYMBOL_RATIO 24
103 #define FL_SYMBOL_FORMAT 25
104 #define MB_SYMBOL_BITMAP 26
107 #define MN_GRAPHIC_DLG 1
110 #define MN_SYMBOLS_NONE 4
111 #define MN_SYMBOLS_AUTO 5
112 #define MN_GALLERY_ENTRY 100
114 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */