1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "globals.hrc"
21 #include "fldtdlg.hrc"
26 HelpID = HID_FLD_VAR ;
29 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32 Pos = MAP_APPFONT ( 6 , 3 ) ;
33 Size = MAP_APPFONT ( 76 , 8 ) ;
34 Text [ en-US ] = "~Type" ;
39 HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARTYPE";
41 Pos = MAP_APPFONT ( 6 , 14 ) ;
42 Size = MAP_APPFONT ( 76 , 135 ) ;
47 FixedText FT_VARSELECTION
49 Pos = MAP_APPFONT ( 88 , 3 ) ;
50 Size = MAP_APPFONT ( 76 , 8 ) ;
52 Text [ en-US ] = "S~election" ;
54 ListBox LB_VARSELECTION
56 HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARSELECTION";
58 Pos = MAP_APPFONT ( 88 , 14 ) ;
59 Size = MAP_APPFONT ( 76 , 135 ) ;
63 FixedText FT_VARFORMAT
65 Pos = MAP_APPFONT ( 170 , 3 ) ;
66 Size = MAP_APPFONT ( 84 , 8 ) ;
68 Text [ en-US ] = "Format" ;
72 HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARFORMAT";
74 Pos = MAP_APPFONT ( 170 , 14 ) ;
75 Size = MAP_APPFONT ( 84 , 123 ) ;
79 ListBox LB_VARNUMFORMAT
81 HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARNUMFORMAT";
83 Pos = MAP_APPFONT ( 170 , 14 ) ;
84 Size = MAP_APPFONT ( 84 , 123 ) ;
88 CheckBox CB_VARINVISIBLE
90 HelpID = "sw:CheckBox:TP_FLD_VAR:CB_VARINVISIBLE";
91 Pos = MAP_APPFONT ( 170 , 141 ) ;
92 Size = MAP_APPFONT ( 84 , 10 ) ;
93 Text [ en-US ] = "Invisi~ble" ;
96 FixedText FT_VARCHAPTERHEADER
98 Pos = MAP_APPFONT ( 170 , 112 ) ;
99 Size = MAP_APPFONT ( 84 , 8 ) ;
101 Text [ en-US ] = "Numbering by chapter" ;
103 FixedText FT_VARCHAPTERLEVEL
105 Pos = MAP_APPFONT ( 175 , 125 ) ;
106 Size = MAP_APPFONT ( 30 , 8 ) ;
108 Text [ en-US ] = "~Level" ;
110 ListBox LB_VARCHAPTERLEVEL
112 HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARCHAPTERLEVEL";
115 Pos = MAP_APPFONT ( 208 , 123 ) ;
116 Size = MAP_APPFONT ( 46 , 76 ) ;
119 StringList [ en-US ] =
124 FixedText FT_VARSEPARATOR
126 Pos = MAP_APPFONT ( 175 , 140 ) ;
127 Size = MAP_APPFONT ( 30 , 10 ) ;
129 Text [ en-US ] = "~Separator" ;
133 HelpID = "sw:Edit:TP_FLD_VAR:ED_VARSEPARATOR";
134 Pos = MAP_APPFONT ( 208 , 138 ) ;
135 Size = MAP_APPFONT ( 46 , 12 ) ;
143 Pos = MAP_APPFONT ( 6 , 155 ) ;
144 Size = MAP_APPFONT ( 76 , 8 ) ;
146 Text [ en-US ] = "Na~me" ;
150 HelpID = "sw:Edit:TP_FLD_VAR:ED_VARNAME";
152 Pos = MAP_APPFONT ( 6 , 166 ) ;
153 Size = MAP_APPFONT ( 76 , 12 ) ;
157 FixedText FT_VARVALUE
159 Pos = MAP_APPFONT ( 88 , 155 ) ;
160 Size = MAP_APPFONT ( 76 , 8 ) ;
161 Text [ en-US ] = "~Value" ;
166 HelpID = "sw:Edit:TP_FLD_VAR:ED_VARVALUE";
168 Pos = MAP_APPFONT ( 88 , 166 ) ;
169 Size = MAP_APPFONT ( 76 , 12 ) ;
173 ToolBox TBX_VARNEWDEL
175 Pos = MAP_APPFONT ( 167 , 167 ) ;
182 Identifier = BT_VARAPPLY ;
183 HelpID = HID_FLDVAR_APPLY ;
186 ImageBitmap = Bitmap{ File = "sc20558.bmp" ;};
187 MaskColor = IMAGE_MASK_COLOR ;
189 Text [ en-US ] = "Apply" ;
193 Identifier = BT_VARDELETE ;
194 HelpID = HID_FLDVAR_DELETE ;
197 ImageBitmap = Bitmap{ File = "sc20557.bmp" ;};
198 MaskColor = IMAGE_MASK_COLOR ;
200 Text [ en-US ] = "Delete" ;
204 Text [ en-US ] = "Variables" ;
207 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */