bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / fldui / fldvar.src
blob3b93752e7e0bc0350281fb478900c5e378d47f77
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "globals.hrc"
21 #include "fldtdlg.hrc"
22 #include "helpid.h"
23 #include "cmdid.h"
24 TabPage TP_FLD_VAR
26     HelpID = HID_FLD_VAR ;
27     SVLook = TRUE ;
28     Hide = TRUE ;
29     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
30     FixedText FT_VARTYPE
31     {
32         Pos = MAP_APPFONT ( 6 , 3 ) ;
33         Size = MAP_APPFONT ( 76 , 8 ) ;
34         Text [ en-US ] = "~Type" ;
35         Left = TRUE ;
36     };
37     ListBox LB_VARTYPE
38     {
39         HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARTYPE";
40         Border = TRUE ;
41         Pos = MAP_APPFONT ( 6 , 14 ) ;
42         Size = MAP_APPFONT ( 76 , 135 ) ;
43         TabStop = TRUE ;
44         Sort = FALSE ;
45         AutoHScroll = TRUE ;
46     };
47     FixedText FT_VARSELECTION
48     {
49         Pos = MAP_APPFONT ( 88 , 3 ) ;
50         Size = MAP_APPFONT ( 76 , 8 ) ;
51         Left = TRUE ;
52         Text [ en-US ] = "S~election" ;
53     };
54     ListBox LB_VARSELECTION
55     {
56         HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARSELECTION";
57         Border = TRUE ;
58         Pos = MAP_APPFONT ( 88 , 14 ) ;
59         Size = MAP_APPFONT ( 76 , 135 ) ;
60         TabStop = TRUE ;
61         Sort = TRUE ;
62     };
63     FixedText FT_VARFORMAT
64     {
65         Pos = MAP_APPFONT ( 170 , 3 ) ;
66         Size = MAP_APPFONT ( 84 , 8 ) ;
67         Left = TRUE ;
68         Text [ en-US ] = "Format" ;
69     };
70     ListBox LB_VARFORMAT
71     {
72         HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARFORMAT";
73         Border = TRUE ;
74         Pos = MAP_APPFONT ( 170 , 14 ) ;
75         Size = MAP_APPFONT ( 84 , 123 ) ;
76         TabStop = TRUE ;
77         DropDown = FALSE ;
78     };
79     ListBox LB_VARNUMFORMAT
80     {
81         HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARNUMFORMAT";
82         Border = TRUE ;
83         Pos = MAP_APPFONT ( 170 , 14 ) ;
84         Size = MAP_APPFONT ( 84 , 123 ) ;
85         TabStop = TRUE ;
86         DropDown = FALSE ;
87     };
88     CheckBox CB_VARINVISIBLE
89     {
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" ;
94         TabStop = TRUE ;
95     };
96     FixedText FT_VARCHAPTERHEADER
97     {
98         Pos = MAP_APPFONT ( 170 , 112 ) ;
99         Size = MAP_APPFONT ( 84 , 8 ) ;
100         Hide = TRUE ;
101         Text [ en-US ] = "Numbering by chapter" ;
102     };
103     FixedText FT_VARCHAPTERLEVEL
104     {
105         Pos = MAP_APPFONT ( 175 , 125 ) ;
106         Size = MAP_APPFONT ( 30 , 8 ) ;
107         Hide = TRUE ;
108         Text [ en-US ] = "~Level" ;
109     };
110     ListBox LB_VARCHAPTERLEVEL
111     {
112         HelpID = "sw:ListBox:TP_FLD_VAR:LB_VARCHAPTERLEVEL";
113         Border = TRUE ;
114         Hide = TRUE ;
115         Pos = MAP_APPFONT ( 208 , 123 ) ;
116         Size = MAP_APPFONT ( 46 , 76 ) ;
117         TabStop = TRUE ;
118         DropDown = TRUE ;
119         StringList [ en-US ] =
120         {
121             < "None" ; > ;
122         };
123     };
124     FixedText FT_VARSEPARATOR
125     {
126         Pos = MAP_APPFONT ( 175 , 140 ) ;
127         Size = MAP_APPFONT ( 30 , 10 ) ;
128         Hide = TRUE ;
129         Text [ en-US ] = "~Separator" ;
130     };
131     Edit ED_VARSEPARATOR
132     {
133         HelpID = "sw:Edit:TP_FLD_VAR:ED_VARSEPARATOR";
134         Pos = MAP_APPFONT ( 208 , 138 ) ;
135         Size = MAP_APPFONT ( 46 , 12 ) ;
136         Border = TRUE ;
137         Hide = TRUE ;
138         MaxTextLength = 1 ;
139         TEXT = "." ;
140     };
141     FixedText FT_VARNAME
142     {
143         Pos = MAP_APPFONT ( 6 , 155 ) ;
144         Size = MAP_APPFONT ( 76 , 8 ) ;
145         Left = TRUE ;
146         Text [ en-US ] = "Na~me" ;
147     };
148     Edit ED_VARNAME
149     {
150         HelpID = "sw:Edit:TP_FLD_VAR:ED_VARNAME";
151         Border = TRUE ;
152         Pos = MAP_APPFONT ( 6 , 166 ) ;
153         Size = MAP_APPFONT ( 76 , 12 ) ;
154         TabStop = TRUE ;
155         Left = TRUE ;
156     };
157     FixedText FT_VARVALUE
158     {
159         Pos = MAP_APPFONT ( 88 , 155 ) ;
160         Size = MAP_APPFONT ( 76 , 8 ) ;
161         Text [ en-US ] = "~Value" ;
162         Left = TRUE ;
163     };
164     Edit ED_VARVALUE
165     {
166         HelpID = "sw:Edit:TP_FLD_VAR:ED_VARVALUE";
167         Border = TRUE ;
168         Pos = MAP_APPFONT ( 88 , 166 ) ;
169         Size = MAP_APPFONT ( 76 , 12 ) ;
170         TabStop = TRUE ;
171         Left = TRUE ;
172     };
173     ToolBox TBX_VARNEWDEL
174     {
175         Pos = MAP_APPFONT ( 167 , 167 ) ;
176         SVLook = TRUE ;
177         Border = FALSE ;
178         ItemList =
179         {
180             ToolBoxItem
181             {
182                 Identifier = BT_VARAPPLY ;
183                 HelpID = HID_FLDVAR_APPLY ;
184                 ItemImage = Image
185                 {
186                     ImageBitmap = Bitmap{ File = "sc20558.bmp" ;};
187                     MaskColor = IMAGE_MASK_COLOR ;
188                 };
189                 Text [ en-US ] = "Apply" ;
190             };
191             ToolBoxItem
192             {
193                 Identifier = BT_VARDELETE ;
194                 HelpID = HID_FLDVAR_DELETE ;
195                 ItemImage = Image
196                 {
197                     ImageBitmap = Bitmap{ File = "sc20557.bmp" ;};
198                     MaskColor = IMAGE_MASK_COLOR ;
199                 };
200                 Text [ en-US ] = "Delete" ;
201             };
202         };
203     };
204     Text [ en-US ] = "Variables" ;
207 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */