xref: /trunk/main/sw/source/ui/fldui/fldtdlg.hrc (revision cdf0e10c)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef _FLDTDLG_HRC
29#define _FLDTDLG_HRC
30
31// #include -----------------------------------------------------------------
32
33// #define ------------------------------------------------------------------
34
35#define RC_FLDTDLG_BEGIN	0
36
37// Datenbankfeld-TabPage:
38#define RC_TP_DB_START		(RC_FLDTDLG_BEGIN)
39#define FT_DBTYPE			(RC_TP_DB_START + 1)
40#define LB_DBTYPE			(RC_TP_DB_START + 2)
41#define FL_DBFORMAT                     (RC_TP_DB_START + 3)
42#define FT_DBSELECTION		(RC_TP_DB_START + 4)
43#define TLB_DBLIST			(RC_TP_DB_START + 5)
44#define FT_DBCONDITION		(RC_TP_DB_START + 6)
45#define FT_DBSETNUMBER		(RC_TP_DB_START + 7)
46#define ED_DBCONDITION		(RC_TP_DB_START + 8)
47#define ED_DBSETNUMBER		(RC_TP_DB_START + 9)
48#define LB_DBFORMAT			(RC_TP_DB_START + 10)
49#define LB_DBNUMFORMAT		(RC_TP_DB_START + 11)
50#define RB_DBFORMAT			(RC_TP_DB_START + 12)
51#define RB_DBOWNFORMAT		(RC_TP_DB_START + 13)
52#define RC_TP_DB_END		(RC_TP_DB_START + 14)
53#define FL_DBFORMAT_VERT    (RC_TP_DB_START + 15)
54#define FT_ADDDB            (RC_TP_DB_START + 16)
55#define PB_ADDDB            (RC_TP_DB_START + 17)
56
57// Dokumentinfo-TabPage:
58#define RC_TP_DOCINF_START	(RC_TP_DB_END)
59#define FT_DOKINFTYPE		(RC_TP_DOCINF_START + 1)
60#define TLB_DOKINFTYPE		(RC_TP_DOCINF_START + 2)
61#define FT_DOKINFSELECTION  (RC_TP_DOCINF_START + 3)
62#define LB_DOKINFSELECTION	(RC_TP_DOCINF_START + 4)
63#define FT_DOKINFFORMAT		(RC_TP_DOCINF_START + 5)
64#define LB_DOKINFFORMAT		(RC_TP_DOCINF_START + 6)
65#define CB_DOKINFFIXEDCONTENT	(RC_TP_DOCINF_START + 7)
66#define BMP_DOKINFROOT_OPENED	(RC_TP_DOCINF_START + 8)
67#define BMP_DOKINFROOT_CLOSED	(RC_TP_DOCINF_START + 9)
68#define STR_DOKINF_INFO		(RC_TP_DOCINF_START + 10)
69#define RC_TP_DOCINF_END	(RC_TP_DOCINF_START + 11)
70
71// Variablen-TabPage:
72#define RC_TP_VAR_START		(RC_TP_DOCINF_END)
73#define FT_VARTYPE			(RC_TP_VAR_START + 1)
74#define LB_VARTYPE			(RC_TP_VAR_START + 2)
75#define FT_VARSELECTION		(RC_TP_VAR_START + 3)
76#define LB_VARSELECTION		(RC_TP_VAR_START + 4)
77#define FT_VARNAME			(RC_TP_VAR_START + 5)
78#define ED_VARNAME			(RC_TP_VAR_START + 6)
79#define FT_VARVALUE			(RC_TP_VAR_START + 7)
80#define ED_VARVALUE			(RC_TP_VAR_START + 8)
81#define FT_VARFORMAT   		(RC_TP_VAR_START + 9)
82#define LB_VARNUMFORMAT   	(RC_TP_VAR_START + 10)
83#define LB_VARFORMAT   		(RC_TP_VAR_START + 11)
84#define FT_VARCHAPTERHEADER (RC_TP_VAR_START + 12)
85#define FT_VARCHAPTERLEVEL  (RC_TP_VAR_START + 13)
86#define LB_VARCHAPTERLEVEL  (RC_TP_VAR_START + 14)
87#define CB_VARINVISIBLE		(RC_TP_VAR_START + 15)
88#define FT_VARSEPARATOR		(RC_TP_VAR_START + 16)
89#define ED_VARSEPARATOR		(RC_TP_VAR_START + 17)
90#define TBX_VARNEWDEL		(RC_TP_VAR_START + 18)
91#define BT_VARAPPLY			(RC_TP_VAR_START + 19)
92#define BT_VARDELETE		(RC_TP_VAR_START + 20)
93#define RC_TP_VAR_END		(RC_TP_VAR_START + 21)
94
95// Dokument-TabPage:
96#define RC_TP_DOC_START		(RC_TP_VAR_END)
97#define FT_DOKTYPE			(RC_TP_DOC_START + 1)
98#define LB_DOKTYPE			(RC_TP_DOC_START + 2)
99#define FT_DOKSELECTION		(RC_TP_DOC_START + 3)
100#define LB_DOKSELECTION		(RC_TP_DOC_START + 4)
101#define LB_DOKNUMFORMAT		(RC_TP_DOC_START + 5)
102#define LB_DOKFORMAT		(RC_TP_DOC_START + 6)
103#define FT_DOKFORMAT		(RC_TP_DOC_START + 7)
104#define FT_DOKVALUE			(RC_TP_DOC_START + 8)
105#define ED_DOKVALUE			(RC_TP_DOC_START + 9)
106#define ED_DOKLEVEL			(RC_TP_DOC_START + 10)
107#define ED_DOKDATEOFF   	(RC_TP_DOC_START + 11)
108#define CB_DOKFIXEDCONTENT	(RC_TP_DOC_START + 12)
109#define STR_DOKDATEOFF  	(RC_TP_DOC_START + 13)
110#define STR_DOKTIMEOFF  	(RC_TP_DOC_START + 14)
111#define BMP_DOKROOT_OPENED	(RC_TP_DOC_START + 15)
112#define BMP_DOKROOT_CLOSED	(RC_TP_DOC_START + 16)
113#define RC_TP_DOC_END		(RC_TP_DOC_START + 17)
114
115// Funktion-TabPage:
116#define RC_TP_FUNC_START	(RC_TP_DOC_END)
117#define FT_FUNCTYPE			(RC_TP_FUNC_START + 1)
118#define LB_FUNCTYPE			(RC_TP_FUNC_START + 2)
119#define LB_FUNCSELECTION	(RC_TP_FUNC_START + 3)
120#define FT_FUNCSELECTION	(RC_TP_FUNC_START + 4)
121#define FT_FUNCFORMAT		(RC_TP_FUNC_START + 5)
122#define LB_FUNCFORMAT		(RC_TP_FUNC_START + 6)
123#define FT_FUNCNAME			(RC_TP_FUNC_START + 7)
124#define ED_FUNCNAME			(RC_TP_FUNC_START + 8)
125#define FT_FUNCVALUE		(RC_TP_FUNC_START + 9)
126#define ED_FUNCVALUE		(RC_TP_FUNC_START + 10)
127#define FT_FUNCCOND1		(RC_TP_FUNC_START + 11)
128#define ED_FUNCCOND1		(RC_TP_FUNC_START + 12)
129#define FT_FUNCCOND2		(RC_TP_FUNC_START + 13)
130#define ED_FUNCCOND2		(RC_TP_FUNC_START + 14)
131#define BT_FUNCMACRO		(RC_TP_FUNC_START + 15)
132#define RC_TP_FUNC_END		(RC_TP_FUNC_START + 16)
133#define FT_LISTITEM         (RC_TP_FUNC_START + 17)
134#define ED_LISTITEM         (RC_TP_FUNC_START + 18)
135#define PB_LISTADD          (RC_TP_FUNC_START + 19)
136#define FT_LISTITEMS        (RC_TP_FUNC_START + 20)
137#define LB_LISTITEMS        (RC_TP_FUNC_START + 21)
138#define PB_LISTREMOVE       (RC_TP_FUNC_START + 22)
139#define PB_LISTUP           (RC_TP_FUNC_START + 23)
140#define PB_LISTDOWN         (RC_TP_FUNC_START + 24)
141#define FT_LISTNAME         (RC_TP_FUNC_START + 25)
142#define ED_LISTNAME         (RC_TP_FUNC_START + 26)
143
144// Referenz-TabPage:
145#define RC_TP_REF_START		(RC_TP_FUNC_END)
146#define FT_REFTYPE			(RC_TP_REF_START + 1)
147#define LB_REFTYPE			(RC_TP_REF_START + 2)
148#define FT_REFSELECTION		(RC_TP_REF_START + 3)
149#define LB_REFSELECTION         (RC_TP_REF_START + 4)
150#define LB_REFSELECTION_TOOLTIP (RC_TP_REF_START + 5)
151#define LB_REFFORMAT            (RC_TP_REF_START + 6)
152#define FT_REFFORMAT            (RC_TP_REF_START + 7)
153#define FT_REFNAME              (RC_TP_REF_START + 8)
154#define ED_REFNAME              (RC_TP_REF_START + 9)
155#define FT_REFVALUE             (RC_TP_REF_START + 10)
156#define ED_REFVALUE             (RC_TP_REF_START + 11)
157#define STR_REFBOOKMARK         (RC_TP_REF_START + 12)
158#define STR_REFFOOTNOTE         (RC_TP_REF_START + 13)
159#define STR_REFENDNOTE          (RC_TP_REF_START + 14)
160#define STR_REFHEADING          (RC_TP_REF_START + 15)
161#define STR_REFNUMITEM          (RC_TP_REF_START + 16)
162#define RC_TP_REF_END           (RC_TP_REF_START + 17)
163
164#define RC_TP_END			(RC_TP_REF_END)
165
166// Strings ------------------------------------------------------------------
167
168#define STR_FLD_INSERT			(RC_TP_END + 1)
169#define STR_FLD_CLOSE			(RC_TP_END + 2)
170
171#endif
172