xref: /aoo4110/main/sw/source/ui/fldui/fldtdlg.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _FLDTDLG_HRC
25#define _FLDTDLG_HRC
26
27// #include -----------------------------------------------------------------
28
29// #define ------------------------------------------------------------------
30
31#define RC_FLDTDLG_BEGIN	0
32
33// Datenbankfeld-TabPage:
34#define RC_TP_DB_START		(RC_FLDTDLG_BEGIN)
35#define FT_DBTYPE			(RC_TP_DB_START + 1)
36#define LB_DBTYPE			(RC_TP_DB_START + 2)
37#define FL_DBFORMAT                     (RC_TP_DB_START + 3)
38#define FT_DBSELECTION		(RC_TP_DB_START + 4)
39#define TLB_DBLIST			(RC_TP_DB_START + 5)
40#define FT_DBCONDITION		(RC_TP_DB_START + 6)
41#define FT_DBSETNUMBER		(RC_TP_DB_START + 7)
42#define ED_DBCONDITION		(RC_TP_DB_START + 8)
43#define ED_DBSETNUMBER		(RC_TP_DB_START + 9)
44#define LB_DBFORMAT			(RC_TP_DB_START + 10)
45#define LB_DBNUMFORMAT		(RC_TP_DB_START + 11)
46#define RB_DBFORMAT			(RC_TP_DB_START + 12)
47#define RB_DBOWNFORMAT		(RC_TP_DB_START + 13)
48#define RC_TP_DB_END		(RC_TP_DB_START + 14)
49#define FL_DBFORMAT_VERT    (RC_TP_DB_START + 15)
50#define FT_ADDDB            (RC_TP_DB_START + 16)
51#define PB_ADDDB            (RC_TP_DB_START + 17)
52
53// Dokumentinfo-TabPage:
54#define RC_TP_DOCINF_START	(RC_TP_DB_END)
55#define FT_DOKINFTYPE		(RC_TP_DOCINF_START + 1)
56#define TLB_DOKINFTYPE		(RC_TP_DOCINF_START + 2)
57#define FT_DOKINFSELECTION  (RC_TP_DOCINF_START + 3)
58#define LB_DOKINFSELECTION	(RC_TP_DOCINF_START + 4)
59#define FT_DOKINFFORMAT		(RC_TP_DOCINF_START + 5)
60#define LB_DOKINFFORMAT		(RC_TP_DOCINF_START + 6)
61#define CB_DOKINFFIXEDCONTENT	(RC_TP_DOCINF_START + 7)
62#define BMP_DOKINFROOT_OPENED	(RC_TP_DOCINF_START + 8)
63#define BMP_DOKINFROOT_CLOSED	(RC_TP_DOCINF_START + 9)
64#define STR_DOKINF_INFO		(RC_TP_DOCINF_START + 10)
65#define RC_TP_DOCINF_END	(RC_TP_DOCINF_START + 11)
66
67// Variablen-TabPage:
68#define RC_TP_VAR_START		(RC_TP_DOCINF_END)
69#define FT_VARTYPE			(RC_TP_VAR_START + 1)
70#define LB_VARTYPE			(RC_TP_VAR_START + 2)
71#define FT_VARSELECTION		(RC_TP_VAR_START + 3)
72#define LB_VARSELECTION		(RC_TP_VAR_START + 4)
73#define FT_VARNAME			(RC_TP_VAR_START + 5)
74#define ED_VARNAME			(RC_TP_VAR_START + 6)
75#define FT_VARVALUE			(RC_TP_VAR_START + 7)
76#define ED_VARVALUE			(RC_TP_VAR_START + 8)
77#define FT_VARFORMAT   		(RC_TP_VAR_START + 9)
78#define LB_VARNUMFORMAT   	(RC_TP_VAR_START + 10)
79#define LB_VARFORMAT   		(RC_TP_VAR_START + 11)
80#define FT_VARCHAPTERHEADER (RC_TP_VAR_START + 12)
81#define FT_VARCHAPTERLEVEL  (RC_TP_VAR_START + 13)
82#define LB_VARCHAPTERLEVEL  (RC_TP_VAR_START + 14)
83#define CB_VARINVISIBLE		(RC_TP_VAR_START + 15)
84#define FT_VARSEPARATOR		(RC_TP_VAR_START + 16)
85#define ED_VARSEPARATOR		(RC_TP_VAR_START + 17)
86#define TBX_VARNEWDEL		(RC_TP_VAR_START + 18)
87#define BT_VARAPPLY			(RC_TP_VAR_START + 19)
88#define BT_VARDELETE		(RC_TP_VAR_START + 20)
89#define RC_TP_VAR_END		(RC_TP_VAR_START + 21)
90
91// Dokument-TabPage:
92#define RC_TP_DOC_START		(RC_TP_VAR_END)
93#define FT_DOKTYPE			(RC_TP_DOC_START + 1)
94#define LB_DOKTYPE			(RC_TP_DOC_START + 2)
95#define FT_DOKSELECTION		(RC_TP_DOC_START + 3)
96#define LB_DOKSELECTION		(RC_TP_DOC_START + 4)
97#define LB_DOKNUMFORMAT		(RC_TP_DOC_START + 5)
98#define LB_DOKFORMAT		(RC_TP_DOC_START + 6)
99#define FT_DOKFORMAT		(RC_TP_DOC_START + 7)
100#define FT_DOKVALUE			(RC_TP_DOC_START + 8)
101#define ED_DOKVALUE			(RC_TP_DOC_START + 9)
102#define ED_DOKLEVEL			(RC_TP_DOC_START + 10)
103#define ED_DOKDATEOFF   	(RC_TP_DOC_START + 11)
104#define CB_DOKFIXEDCONTENT	(RC_TP_DOC_START + 12)
105#define STR_DOKDATEOFF  	(RC_TP_DOC_START + 13)
106#define STR_DOKTIMEOFF  	(RC_TP_DOC_START + 14)
107#define BMP_DOKROOT_OPENED	(RC_TP_DOC_START + 15)
108#define BMP_DOKROOT_CLOSED	(RC_TP_DOC_START + 16)
109#define RC_TP_DOC_END		(RC_TP_DOC_START + 17)
110
111// Funktion-TabPage:
112#define RC_TP_FUNC_START	(RC_TP_DOC_END)
113#define FT_FUNCTYPE			(RC_TP_FUNC_START + 1)
114#define LB_FUNCTYPE			(RC_TP_FUNC_START + 2)
115#define LB_FUNCSELECTION	(RC_TP_FUNC_START + 3)
116#define FT_FUNCSELECTION	(RC_TP_FUNC_START + 4)
117#define FT_FUNCFORMAT		(RC_TP_FUNC_START + 5)
118#define LB_FUNCFORMAT		(RC_TP_FUNC_START + 6)
119#define FT_FUNCNAME			(RC_TP_FUNC_START + 7)
120#define ED_FUNCNAME			(RC_TP_FUNC_START + 8)
121#define FT_FUNCVALUE		(RC_TP_FUNC_START + 9)
122#define ED_FUNCVALUE		(RC_TP_FUNC_START + 10)
123#define FT_FUNCCOND1		(RC_TP_FUNC_START + 11)
124#define ED_FUNCCOND1		(RC_TP_FUNC_START + 12)
125#define FT_FUNCCOND2		(RC_TP_FUNC_START + 13)
126#define ED_FUNCCOND2		(RC_TP_FUNC_START + 14)
127#define BT_FUNCMACRO		(RC_TP_FUNC_START + 15)
128#define RC_TP_FUNC_END		(RC_TP_FUNC_START + 16)
129#define FT_LISTITEM         (RC_TP_FUNC_START + 17)
130#define ED_LISTITEM         (RC_TP_FUNC_START + 18)
131#define PB_LISTADD          (RC_TP_FUNC_START + 19)
132#define FT_LISTITEMS        (RC_TP_FUNC_START + 20)
133#define LB_LISTITEMS        (RC_TP_FUNC_START + 21)
134#define PB_LISTREMOVE       (RC_TP_FUNC_START + 22)
135#define PB_LISTUP           (RC_TP_FUNC_START + 23)
136#define PB_LISTDOWN         (RC_TP_FUNC_START + 24)
137#define FT_LISTNAME         (RC_TP_FUNC_START + 25)
138#define ED_LISTNAME         (RC_TP_FUNC_START + 26)
139
140// Referenz-TabPage:
141#define RC_TP_REF_START		(RC_TP_FUNC_END)
142#define FT_REFTYPE			(RC_TP_REF_START + 1)
143#define LB_REFTYPE			(RC_TP_REF_START + 2)
144#define FT_REFSELECTION		(RC_TP_REF_START + 3)
145#define LB_REFSELECTION         (RC_TP_REF_START + 4)
146#define LB_REFSELECTION_TOOLTIP (RC_TP_REF_START + 5)
147#define LB_REFFORMAT            (RC_TP_REF_START + 6)
148#define FT_REFFORMAT            (RC_TP_REF_START + 7)
149#define FT_REFNAME              (RC_TP_REF_START + 8)
150#define ED_REFNAME              (RC_TP_REF_START + 9)
151#define FT_REFVALUE             (RC_TP_REF_START + 10)
152#define ED_REFVALUE             (RC_TP_REF_START + 11)
153#define STR_REFBOOKMARK         (RC_TP_REF_START + 12)
154#define STR_REFFOOTNOTE         (RC_TP_REF_START + 13)
155#define STR_REFENDNOTE          (RC_TP_REF_START + 14)
156#define STR_REFHEADING          (RC_TP_REF_START + 15)
157#define STR_REFNUMITEM          (RC_TP_REF_START + 16)
158#define RC_TP_REF_END           (RC_TP_REF_START + 17)
159
160#define RC_TP_END			(RC_TP_REF_END)
161
162// Strings ------------------------------------------------------------------
163
164#define STR_FLD_INSERT			(RC_TP_END + 1)
165#define STR_FLD_CLOSE			(RC_TP_END + 2)
166
167#endif
168