bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / fldui / fldtdlg.hrc
blobb26318bd257b31cedeab673d2f0bab7c3ec0841a
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 #ifndef _FLDTDLG_HRC
21 #define _FLDTDLG_HRC
23 #define RC_FLDTDLG_BEGIN    0
25 // database field TabPage:
26 #define RC_TP_DB_START      (RC_FLDTDLG_BEGIN)
27 #define FT_DBTYPE           (RC_TP_DB_START + 1)
28 #define LB_DBTYPE           (RC_TP_DB_START + 2)
29 #define FL_DBFORMAT                     (RC_TP_DB_START + 3)
30 #define FT_DBSELECTION      (RC_TP_DB_START + 4)
31 #define TLB_DBLIST          (RC_TP_DB_START + 5)
32 #define FT_DBCONDITION      (RC_TP_DB_START + 6)
33 #define FT_DBSETNUMBER      (RC_TP_DB_START + 7)
34 #define ED_DBCONDITION      (RC_TP_DB_START + 8)
35 #define ED_DBSETNUMBER      (RC_TP_DB_START + 9)
36 #define LB_DBFORMAT         (RC_TP_DB_START + 10)
37 #define LB_DBNUMFORMAT      (RC_TP_DB_START + 11)
38 #define RB_DBFORMAT         (RC_TP_DB_START + 12)
39 #define RB_DBOWNFORMAT      (RC_TP_DB_START + 13)
40 #define RC_TP_DB_END        (RC_TP_DB_START + 14)
41 #define FL_DBFORMAT_VERT    (RC_TP_DB_START + 15)
42 #define FT_ADDDB            (RC_TP_DB_START + 16)
43 #define PB_ADDDB            (RC_TP_DB_START + 17)
45 // Documentinfo-TabPage:
46 #define RC_TP_DOCINF_START  (RC_TP_DB_END)
47 #define FT_DOKINFTYPE       (RC_TP_DOCINF_START + 1)
48 #define TLB_DOKINFTYPE      (RC_TP_DOCINF_START + 2)
49 #define FT_DOKINFSELECTION  (RC_TP_DOCINF_START + 3)
50 #define LB_DOKINFSELECTION  (RC_TP_DOCINF_START + 4)
51 #define FT_DOKINFFORMAT     (RC_TP_DOCINF_START + 5)
52 #define LB_DOKINFFORMAT     (RC_TP_DOCINF_START + 6)
53 #define CB_DOKINFFIXEDCONTENT   (RC_TP_DOCINF_START + 7)
54 #define BMP_DOKINFROOT_OPENED   (RC_TP_DOCINF_START + 8)
55 #define BMP_DOKINFROOT_CLOSED   (RC_TP_DOCINF_START + 9)
56 #define STR_DOKINF_INFO     (RC_TP_DOCINF_START + 10)
57 #define RC_TP_DOCINF_END    (RC_TP_DOCINF_START + 11)
59 // Variable-TabPage:
60 #define RC_TP_VAR_START     (RC_TP_DOCINF_END)
61 #define FT_VARTYPE          (RC_TP_VAR_START + 1)
62 #define LB_VARTYPE          (RC_TP_VAR_START + 2)
63 #define FT_VARSELECTION     (RC_TP_VAR_START + 3)
64 #define LB_VARSELECTION     (RC_TP_VAR_START + 4)
65 #define FT_VARNAME          (RC_TP_VAR_START + 5)
66 #define ED_VARNAME          (RC_TP_VAR_START + 6)
67 #define FT_VARVALUE         (RC_TP_VAR_START + 7)
68 #define ED_VARVALUE         (RC_TP_VAR_START + 8)
69 #define FT_VARFORMAT        (RC_TP_VAR_START + 9)
70 #define LB_VARNUMFORMAT     (RC_TP_VAR_START + 10)
71 #define LB_VARFORMAT        (RC_TP_VAR_START + 11)
72 #define FT_VARCHAPTERHEADER (RC_TP_VAR_START + 12)
73 #define FT_VARCHAPTERLEVEL  (RC_TP_VAR_START + 13)
74 #define LB_VARCHAPTERLEVEL  (RC_TP_VAR_START + 14)
75 #define CB_VARINVISIBLE     (RC_TP_VAR_START + 15)
76 #define FT_VARSEPARATOR     (RC_TP_VAR_START + 16)
77 #define ED_VARSEPARATOR     (RC_TP_VAR_START + 17)
78 #define TBX_VARNEWDEL       (RC_TP_VAR_START + 18)
79 #define BT_VARAPPLY         (RC_TP_VAR_START + 19)
80 #define BT_VARDELETE        (RC_TP_VAR_START + 20)
81 #define RC_TP_VAR_END       (RC_TP_VAR_START + 21)
83 // Document-TabPage:
84 #define RC_TP_DOC_START     (RC_TP_VAR_END)
85 #define FT_DOKTYPE          (RC_TP_DOC_START + 1)
86 #define LB_DOKTYPE          (RC_TP_DOC_START + 2)
87 #define FT_DOKSELECTION     (RC_TP_DOC_START + 3)
88 #define LB_DOKSELECTION     (RC_TP_DOC_START + 4)
89 #define LB_DOKNUMFORMAT     (RC_TP_DOC_START + 5)
90 #define LB_DOKFORMAT        (RC_TP_DOC_START + 6)
91 #define FT_DOKFORMAT        (RC_TP_DOC_START + 7)
92 #define FT_DOKVALUE         (RC_TP_DOC_START + 8)
93 #define ED_DOKVALUE         (RC_TP_DOC_START + 9)
94 #define ED_DOKLEVEL         (RC_TP_DOC_START + 10)
95 #define ED_DOKDATEOFF       (RC_TP_DOC_START + 11)
96 #define CB_DOKFIXEDCONTENT  (RC_TP_DOC_START + 12)
97 #define STR_DOKDATEOFF      (RC_TP_DOC_START + 13)
98 #define STR_DOKTIMEOFF      (RC_TP_DOC_START + 14)
99 #define BMP_DOKROOT_OPENED  (RC_TP_DOC_START + 15)
100 #define BMP_DOKROOT_CLOSED  (RC_TP_DOC_START + 16)
101 #define RC_TP_DOC_END       (RC_TP_DOC_START + 17)
103 // Function-TabPage:
104 #define RC_TP_FUNC_START    (RC_TP_DOC_END)
105 #define FT_FUNCTYPE         (RC_TP_FUNC_START + 1)
106 #define LB_FUNCTYPE         (RC_TP_FUNC_START + 2)
107 #define LB_FUNCSELECTION    (RC_TP_FUNC_START + 3)
108 #define FT_FUNCSELECTION    (RC_TP_FUNC_START + 4)
109 #define FT_FUNCFORMAT       (RC_TP_FUNC_START + 5)
110 #define LB_FUNCFORMAT       (RC_TP_FUNC_START + 6)
111 #define FT_FUNCNAME         (RC_TP_FUNC_START + 7)
112 #define ED_FUNCNAME         (RC_TP_FUNC_START + 8)
113 #define FT_FUNCVALUE        (RC_TP_FUNC_START + 9)
114 #define ED_FUNCVALUE        (RC_TP_FUNC_START + 10)
115 #define FT_FUNCCOND1        (RC_TP_FUNC_START + 11)
116 #define ED_FUNCCOND1        (RC_TP_FUNC_START + 12)
117 #define FT_FUNCCOND2        (RC_TP_FUNC_START + 13)
118 #define ED_FUNCCOND2        (RC_TP_FUNC_START + 14)
119 #define BT_FUNCMACRO        (RC_TP_FUNC_START + 15)
120 #define RC_TP_FUNC_END      (RC_TP_FUNC_START + 16)
121 #define FT_LISTITEM         (RC_TP_FUNC_START + 17)
122 #define ED_LISTITEM         (RC_TP_FUNC_START + 18)
123 #define PB_LISTADD          (RC_TP_FUNC_START + 19)
124 #define FT_LISTITEMS        (RC_TP_FUNC_START + 20)
125 #define LB_LISTITEMS        (RC_TP_FUNC_START + 21)
126 #define PB_LISTREMOVE       (RC_TP_FUNC_START + 22)
127 #define PB_LISTUP           (RC_TP_FUNC_START + 23)
128 #define PB_LISTDOWN         (RC_TP_FUNC_START + 24)
129 #define FT_LISTNAME         (RC_TP_FUNC_START + 25)
130 #define ED_LISTNAME         (RC_TP_FUNC_START + 26)
132 // Reference-TabPage:
133 #define RC_TP_REF_START     (RC_TP_FUNC_END)
134 #define FT_REFTYPE          (RC_TP_REF_START + 1)
135 #define LB_REFTYPE          (RC_TP_REF_START + 2)
136 #define FT_REFSELECTION     (RC_TP_REF_START + 3)
137 #define LB_REFSELECTION         (RC_TP_REF_START + 4)
138 #define LB_REFSELECTION_TOOLTIP (RC_TP_REF_START + 5)
139 #define LB_REFFORMAT            (RC_TP_REF_START + 6)
140 #define FT_REFFORMAT            (RC_TP_REF_START + 7)
141 #define FT_REFNAME              (RC_TP_REF_START + 8)
142 #define ED_REFNAME              (RC_TP_REF_START + 9)
143 #define FT_REFVALUE             (RC_TP_REF_START + 10)
144 #define ED_REFVALUE             (RC_TP_REF_START + 11)
145 #define STR_REFBOOKMARK         (RC_TP_REF_START + 12)
146 #define STR_REFFOOTNOTE         (RC_TP_REF_START + 13)
147 #define STR_REFENDNOTE          (RC_TP_REF_START + 14)
148 #define STR_REFHEADING          (RC_TP_REF_START + 15)
149 #define STR_REFNUMITEM          (RC_TP_REF_START + 16)
150 #define RC_TP_REF_END           (RC_TP_REF_START + 17)
152 #define RC_TP_END           (RC_TP_REF_END)
154 // Strings ------------------------------------------------------------------
156 #define STR_FLD_INSERT          (RC_TP_END + 1)
157 #define STR_FLD_CLOSE           (RC_TP_END + 2)
159 #endif
161 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */