update credits
[LibreOffice.git] / cui / source / tabpages / tabline.hrc
blob8fab6b60a6d446be634db2bf71d3cac003ffbfa3
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 #define TAB_CONTROL 1
21 #define LB_COLOR 1
22 #define FT_COLOR 1
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
28 #define FL_LINE 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
53 #define FT_POSITION 9
54 #define CTL_PREVIEW 1
55 #define FL_DEFINITION 1
56 #define FT_NUMBER 3
57 #define FT_DISTANCE 2
58 #define FT_LENGTH 4
59 #define LB_TYPE_1 3
60 #define FT_TYPE 1
61 #define LB_TYPE_2 1
62 #define NUM_FLD_1 1
63 #define NUM_FLD_2 2
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
69 #define BTN_ADD 1
70 #define BTN_MODIFY 2
71 #define BTN_DELETE 3
72 #define BTN_LOAD   5
73 #define BTN_SAVE   6
74 #define EDT_NAME 1
75 #define LB_LINEENDS 1
76 #define FL_TIP 1
77 #define FI_TIP 10
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
84 #define FT_TITLE 12
86 // #116827#
87 #define FL_EDGE_STYLE 5
88 #define FT_EDGE_STYLE 13
89 #define LB_EDGE_STYLE 5
91 // since LO3.6
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
108 #define MN_GALLERY         2
109 #define MN_SYMBOLS         3
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: */