update credits
[LibreOffice.git] / sw / source / ui / config / optdlg.hrc
blob160b8f11c9061645bc7a65615aaf59046ffe4c1f
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 /* TabPage View */
21 #define FL_NOPRINT              2
23 #define CB_PARA                 5
24 #define CB_TAB                  6
25 #define CB_SPACE                7
26 #define CB_HSPACE               8
27 #define CB_SHYPH                9
28 #define CB_FLD_HIDDEN           10
29 #define CB_BREAK                11
31 //test tab page
33 #define CB_FLD_HIDDEN_PARA 36  // right in the middle of it, so that HelpIds stay compatible to FPII
34 #define CB_SMOOTH_SCROLL 37
36 #define BT_OK           38
37 #define BT_CANCEL       39
38 #define BT_MORE         40
40 #define CB_INDEX        44
42 #define LB_COLOR        50
43 #define BT_EDIT         55
44 #define BT_NEW          56
45 #define BT_DELETE       57
46 #define CB_CHAR_HIDDEN  61
47 // Print-Extra-Page
48 #define CB_PGRF            61
49 #define CB_LEFTP           64
50 #define CB_RIGHTP          65
51 #define CB_PROSPECT        67
52 #define CB_CTRLFLD         69
53 #define CB_PAPERFROMSETUP  70
54 #define FL_1              71
55 #define FL_2              72
56 #define FL_3              73
57 #define FL_4              74
58 #define FT_FAX             76
59 #define CB_BACKGROUND      79
61 #define RB_NO              80
62 #define RB_ONLY            81
63 #define RB_END             82
64 #define RB_PAGEEND         83
66 // Tabpage Basic Fonts
67 #define FT_STANDARD         90
68 #define LB_STANDARD                     91
69 #define FT_TITLE                        92
70 #define LB_TITLE                        93
71 #define FT_LIST                         94
72 #define LB_LIST                         95
73 #define FT_LABEL                        96
74 #define LB_LABEL                        97
75 #define FT_IDX                          98
76 #define LB_IDX                          99
77 #define FL_STDCHR                      100
78 #define PB_STANDARD                    101
79 #define CB_DOCONLY                     102
80 #define ST_SCRIPT_WESTERN              103
81 #define ST_SCRIPT_ASIAN                104
82 #define ST_SCRIPT_CTL                  105
83 #define FT_TYPE                        106
84 #define FT_SIZE                        107
85 #define LB_STANDARD_SIZE               108
86 #define LB_TITLE_SIZE                  109
87 #define LB_LIST_SIZE                   110
88 #define LB_LABEL_SIZE                  111
89 #define LB_INDEX_SIZE                  112
91 //Tabpage Table
92 #define CB_HEADER           101
93 #define CB_REPEAT_HEADER    102
94 #define CB_DONT_SPLIT       103
95 #define CB_BORDER           104
96 #define CB_NUMFORMATTING    105
97 #define CB_NUMALIGNMENT     106
98 #define FL_TABLE            107
99 #define FL_TABLE_INSERT     108
100 #define CB_NUMFMT_FORMATTING    109
101 #define FL_MOVE                 110
102 #define FT_ROWMOVE                  111
103 #define MF_ROWMOVE                  112
104 #define FT_COLMOVE                  113
105 #define MF_COLMOVE                  114
106 #define FT_INSERT                   115
107 #define FT_ROWINSERT                    116
108 #define MF_ROWINSERT                    117
109 #define FT_COLINSERT                    118
110 #define MF_COLINSERT                    119
111 #define FT_HANDLING                     120
112 #define RB_FIX                      121
113 #define RB_FIXPROP                  122
114 #define RB_VAR                      123
115 #define FT_FIX                      124
116 #define FT_FIXPROP                  125
117 #define FT_VAR                      126
119 #define FT_MOVE                     128
120 #define FT_COMMENT                  133
121 #define FL_TABLE_SEPARATOR          139
122 #define CB_PROSPECT_RTL        140
124 #define FL_SHDWCRSFLAG                 1
125 #define CB_SHDWCRSONOFF                2
126 #define FT_SHDWCRSFILLMODE             4
127 #define RB_SHDWCRSFILLMARGIN           5
128 #define RB_SHDWCRSFILLINDENT           6
129 #define RB_SHDWCRSFILLTAB              7
130 #define RB_SHDWCRSFILLSPACE            8
131 #define CB_ALLOW_IN_PROT              12
132 #define FL_CRSR_OPT                   13
133 #define FL_SEPARATOR_SHDW             14
134 #define FL_LAYOUT_OPTIONS             15
135 #define CB_MATH_BASELINE_ALIGNMENT    16
138 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */