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