summaryrefslogtreecommitdiff
path: root/sw/source/ui/fldui/fldtdlg.hrc
blob: d4d77b56576c33e10eff4390363a002de05404c3 (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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
/*************************************************************************
 *
 *  $RCSfile: fldtdlg.hrc,v $
 *
 *  $Revision: 1.2 $
 *
 *  last change: $Author: fme $ $Date: 2001-05-25 14:40:31 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (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.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/

#ifndef _FLDTDLG_HRC
#define _FLDTDLG_HRC

// #include -----------------------------------------------------------------

// #define ------------------------------------------------------------------

#define RC_FLDTDLG_BEGIN    0

// Datenbankfeld-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)

// Dokumentinfo-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)

// Variablen-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)

// Dokument-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)

// Funktion-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)

// Referenz-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_REFFORMAT        (RC_TP_REF_START + 5)
#define FT_REFFORMAT        (RC_TP_REF_START + 6)
#define FT_REFNAME          (RC_TP_REF_START + 7)
#define ED_REFNAME          (RC_TP_REF_START + 8)
#define FT_REFVALUE         (RC_TP_REF_START + 9)
#define ED_REFVALUE         (RC_TP_REF_START + 10)
#define STR_REFBOOKMARK     (RC_TP_REF_START + 11)
#define STR_REFFOOTNOTE     (RC_TP_REF_START + 12)
#define STR_REFENDNOTE      (RC_TP_REF_START + 13)
#define RC_TP_REF_END       (RC_TP_REF_START + 14)

#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