summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.hrc
blob: 1c33e6fa75ea39819eb0b971cf2a7b0af2d5fe17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef _FLDTDLG_HRC
#define _FLDTDLG_HRC

#define RC_FLDTDLG_BEGIN    0

// database field TabPage:
#define RC_TP_DB_START      (RC_FLDTDLG_BEGIN)
#define FT_DBTYPE           (RC_TP_DB_START + 1)
#define LB_DBTYPE           (RC_TP_DB_START + 2)
#define FL_DBFORMAT                     (RC_TP_DB_START + 3)
#define FT_DBSELECTION      (RC_TP_DB_START + 4)
#define TLB_DBLIST          (RC_TP_DB_START + 5)
#define FT_DBCONDITION      (RC_TP_DB_START + 6)
#define FT_DBSETNUMBER      (RC_TP_DB_START + 7)
#define ED_DBCONDITION      (RC_TP_DB_START + 8)
#define ED_DBSETNUMBER      (RC_TP_DB_START + 9)
#define LB_DBFORMAT         (RC_TP_DB_START + 10)
#define LB_DBNUMFORMAT      (RC_TP_DB_START + 11)
#define RB_DBFORMAT         (RC_TP_DB_START + 12)
#define RB_DBOWNFORMAT      (RC_TP_DB_START + 13)
#define RC_TP_DB_END        (RC_TP_DB_START + 14)
#define FL_DBFORMAT_VERT    (RC_TP_DB_START + 15)
#define FT_ADDDB            (RC_TP_DB_START + 16)
#define PB_ADDDB            (RC_TP_DB_START + 17)

// Documentinfo-TabPage:
#define RC_TP_DOCINF_START  (RC_TP_DB_END)
#define FT_DOKINFTYPE       (RC_TP_DOCINF_START + 1)
#define TLB_DOKINFTYPE      (RC_TP_DOCINF_START + 2)
#define FT_DOKINFSELECTION  (RC_TP_DOCINF_START + 3)
#define LB_DOKINFSELECTION  (RC_TP_DOCINF_START + 4)
#define FT_DOKINFFORMAT     (RC_TP_DOCINF_START + 5)
#define LB_DOKINFFORMAT     (RC_TP_DOCINF_START + 6)
#define CB_DOKINFFIXEDCONTENT   (RC_TP_DOCINF_START + 7)
#define BMP_DOKINFROOT_OPENED   (RC_TP_DOCINF_START + 8)
#define BMP_DOKINFROOT_CLOSED   (RC_TP_DOCINF_START + 9)
#define STR_DOKINF_INFO     (RC_TP_DOCINF_START + 10)
#define RC_TP_DOCINF_END    (RC_TP_DOCINF_START + 11)

// Variable-TabPage:
#define RC_TP_VAR_START     (RC_TP_DOCINF_END)
#define FT_VARTYPE          (RC_TP_VAR_START + 1)
#define LB_VARTYPE          (RC_TP_VAR_START + 2)
#define FT_VARSELECTION     (RC_TP_VAR_START + 3)
#define LB_VARSELECTION     (RC_TP_VAR_START + 4)
#define FT_VARNAME          (RC_TP_VAR_START + 5)
#define ED_VARNAME          (RC_TP_VAR_START + 6)
#define FT_VARVALUE         (RC_TP_VAR_START + 7)
#define ED_VARVALUE         (RC_TP_VAR_START + 8)
#define FT_VARFORMAT        (RC_TP_VAR_START + 9)
#define LB_VARNUMFORMAT     (RC_TP_VAR_START + 10)
#define LB_VARFORMAT        (RC_TP_VAR_START + 11)
#define FT_VARCHAPTERHEADER (RC_TP_VAR_START + 12)
#define FT_VARCHAPTERLEVEL  (RC_TP_VAR_START + 13)
#define LB_VARCHAPTERLEVEL  (RC_TP_VAR_START + 14)
#define CB_VARINVISIBLE     (RC_TP_VAR_START + 15)
#define FT_VARSEPARATOR     (RC_TP_VAR_START + 16)
#define ED_VARSEPARATOR     (RC_TP_VAR_START + 17)
#define TBX_VARNEWDEL       (RC_TP_VAR_START + 18)
#define BT_VARAPPLY         (RC_TP_VAR_START + 19)
#define BT_VARDELETE        (RC_TP_VAR_START + 20)
#define RC_TP_VAR_END       (RC_TP_VAR_START + 21)

// Document-TabPage:
#define RC_TP_DOC_START     (RC_TP_VAR_END)
#define FT_DOKTYPE          (RC_TP_DOC_START + 1)
#define LB_DOKTYPE          (RC_TP_DOC_START + 2)
#define FT_DOKSELECTION     (RC_TP_DOC_START + 3)
#define LB_DOKSELECTION     (RC_TP_DOC_START + 4)
#define LB_DOKNUMFORMAT     (RC_TP_DOC_START + 5)
#define LB_DOKFORMAT        (RC_TP_DOC_START + 6)
#define FT_DOKFORMAT        (RC_TP_DOC_START + 7)
#define FT_DOKVALUE         (RC_TP_DOC_START + 8)
#define ED_DOKVALUE         (RC_TP_DOC_START + 9)
#define ED_DOKLEVEL         (RC_TP_DOC_START + 10)
#define ED_DOKDATEOFF       (RC_TP_DOC_START + 11)
#define CB_DOKFIXEDCONTENT  (RC_TP_DOC_START + 12)
#define STR_DOKDATEOFF      (RC_TP_DOC_START + 13)
#define STR_DOKTIMEOFF      (RC_TP_DOC_START + 14)
#define BMP_DOKROOT_OPENED  (RC_TP_DOC_START + 15)
#define BMP_DOKROOT_CLOSED  (RC_TP_DOC_START + 16)
#define RC_TP_DOC_END       (RC_TP_DOC_START + 17)

// Function-TabPage:
#define RC_TP_FUNC_START    (RC_TP_DOC_END)
#define FT_FUNCTYPE         (RC_TP_FUNC_START + 1)
#define LB_FUNCTYPE         (RC_TP_FUNC_START + 2)
#define LB_FUNCSELECTION    (RC_TP_FUNC_START + 3)
#define FT_FUNCSELECTION    (RC_TP_FUNC_START + 4)
#define FT_FUNCFORMAT       (RC_TP_FUNC_START + 5)
#define LB_FUNCFORMAT       (RC_TP_FUNC_START + 6)
#define FT_FUNCNAME         (RC_TP_FUNC_START + 7)
#define ED_FUNCNAME         (RC_TP_FUNC_START + 8)
#define FT_FUNCVALUE        (RC_TP_FUNC_START + 9)
#define ED_FUNCVALUE        (RC_TP_FUNC_START + 10)
#define FT_FUNCCOND1        (RC_TP_FUNC_START + 11)
#define ED_FUNCCOND1        (RC_TP_FUNC_START + 12)
#define FT_FUNCCOND2        (RC_TP_FUNC_START + 13)
#define ED_FUNCCOND2        (RC_TP_FUNC_START + 14)
#define BT_FUNCMACRO        (RC_TP_FUNC_START + 15)
#define RC_TP_FUNC_END      (RC_TP_FUNC_START + 16)
#define FT_LISTITEM         (RC_TP_FUNC_START + 17)
#define ED_LISTITEM         (RC_TP_FUNC_START + 18)
#define PB_LISTADD          (RC_TP_FUNC_START + 19)
#define FT_LISTITEMS        (RC_TP_FUNC_START + 20)
#define LB_LISTITEMS        (RC_TP_FUNC_START + 21)
#define PB_LISTREMOVE       (RC_TP_FUNC_START + 22)
#define PB_LISTUP           (RC_TP_FUNC_START + 23)
#define PB_LISTDOWN         (RC_TP_FUNC_START + 24)
#define FT_LISTNAME         (RC_TP_FUNC_START + 25)
#define ED_LISTNAME         (RC_TP_FUNC_START + 26)

// Reference-TabPage:
#define RC_TP_REF_START     (RC_TP_FUNC_END)
#define FT_REFTYPE          (RC_TP_REF_START + 1)
#define LB_REFTYPE          (RC_TP_REF_START + 2)
#define FT_REFSELECTION     (RC_TP_REF_START + 3)
#define LB_REFSELECTION         (RC_TP_REF_START + 4)
#define LB_REFSELECTION_TOOLTIP (RC_TP_REF_START + 5)
#define LB_REFFORMAT            (RC_TP_REF_START + 6)
#define FT_REFFORMAT            (RC_TP_REF_START + 7)
#define FT_REFNAME              (RC_TP_REF_START + 8)
#define ED_REFNAME              (RC_TP_REF_START + 9)
#define FT_REFVALUE             (RC_TP_REF_START + 10)
#define ED_REFVALUE             (RC_TP_REF_START + 11)
#define STR_REFBOOKMARK         (RC_TP_REF_START + 12)
#define STR_REFFOOTNOTE         (RC_TP_REF_START + 13)
#define STR_REFENDNOTE          (RC_TP_REF_START + 14)
#define STR_REFHEADING          (RC_TP_REF_START + 15)
#define STR_REFNUMITEM          (RC_TP_REF_START + 16)
#define RC_TP_REF_END           (RC_TP_REF_START + 17)

#define RC_TP_END           (RC_TP_REF_END)

// Strings ------------------------------------------------------------------

#define STR_FLD_INSERT          (RC_TP_END + 1)
#define STR_FLD_CLOSE           (RC_TP_END + 2)

#endif