update dev300-m58
[ooovba.git] / sw / source / ui / fldui / fldfunc.src
blob940d8fd5d38f584d056d51ac7d5ec8cbe68e1d3b
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: fldfunc.src,v $
10  * $Revision: 1.24 $
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 #include "globals.hrc"
32 #include "fldtdlg.hrc"
33 #include "helpid.h"
34 TabPage TP_FLD_FUNC
36     HelpID = HID_FLD_FUNC ;
37     SVLook = TRUE ;
38     Hide = TRUE ;
39     Size = MAP_APPFONT ( 260 , 185 ) ;
40     FixedText FT_FUNCTYPE
41     {
42         Pos = MAP_APPFONT ( 6 , 3 ) ;
43         Size = MAP_APPFONT ( 76 , 8 ) ;
44         Text [ en-US ] = "~Type" ;
45         Left = TRUE ;
46     };
47     ListBox LB_FUNCTYPE
48     {
49         Border = TRUE ;
50         Pos = MAP_APPFONT ( 6 , 14 ) ;
51         Size = MAP_APPFONT ( 76 , 165 ) ;
52         TabStop = TRUE ;
53         Sort = FALSE ;
54         AutoHScroll = TRUE ;
55     };
56     FixedText FT_FUNCSELECTION
57     {
58         Pos = MAP_APPFONT ( 88 , 3 ) ;
59         Size = MAP_APPFONT ( 76 , 8 ) ;
60         Text [ en-US ] = "S~elect" ;
61         Hide = TRUE ;
62         Left = TRUE ;
63     };
64     ListBox LB_FUNCSELECTION
65     {
66         Border = TRUE ;
67         Pos = MAP_APPFONT ( 88 , 14 ) ;
68         Size = MAP_APPFONT ( 76 , 165 ) ;
69         TabStop = TRUE ;
70         Hide = TRUE ;
71         Sort = TRUE ;
72         AutoHScroll = TRUE ;
73     };
74     FixedText FT_FUNCFORMAT
75     {
76         Pos = MAP_APPFONT ( 88 , 3 ) ;
77         Size = MAP_APPFONT ( 76 , 8 ) ;
78         Left = TRUE ;
79         Text [ en-US ] = "F~ormat" ;
80     };
81     ListBox LB_FUNCFORMAT
82     {
83         Border = TRUE ;
84         Pos = MAP_APPFONT ( 88 , 14 ) ;
85         Size = MAP_APPFONT ( 76 , 165 ) ;
86         TabStop = TRUE ;
87     };
88     FixedText FT_FUNCNAME
89     {
90         Pos = MAP_APPFONT ( 170 , 3 ) ;
91         Size = MAP_APPFONT ( 84 , 8 ) ;
92         Left = TRUE ;
93         Text [ en-US ] = "Na~me" ;
94     };
95     Edit ED_FUNCNAME
96     {
97         Border = TRUE ;
98         Pos = MAP_APPFONT ( 170 , 14 ) ;
99         Size = MAP_APPFONT ( 84 , 12 ) ;
100         TabStop = TRUE ;
101         Left = TRUE ;
102     };
103     FixedText FT_FUNCVALUE
104     {
105         Pos = MAP_APPFONT ( 170 , 30 ) ;
106         Size = MAP_APPFONT ( 84 , 8 ) ;
107         Text [ en-US ] = "~Value" ;
108         Left = TRUE ;
109     };
110     Edit ED_FUNCVALUE
111     {
112         Border = TRUE ;
113         Pos = MAP_APPFONT ( 170 , 41 ) ;
114         Size = MAP_APPFONT ( 84 , 12 ) ;
115         TabStop = TRUE ;
116         Left = TRUE ;
117     };
118     FixedText FT_FUNCCOND1
119     {
120         Pos = MAP_APPFONT ( 170 , 30 ) ;
121         Size = MAP_APPFONT ( 84 , 8 ) ;
122         Left = TRUE ;
123         Hide = TRUE ;
124         Text [ en-US ] = "Then" ;
125     };
126     Edit ED_FUNCCOND1
127     {
128         Border = TRUE ;
129         Pos = MAP_APPFONT ( 170 , 41 ) ;
130         Size = MAP_APPFONT ( 84 , 12 ) ;
131         TabStop = TRUE ;
132         Left = TRUE ;
133         Hide = TRUE ;
134     };
135     FixedText FT_FUNCCOND2
136     {
137         Pos = MAP_APPFONT ( 170 , 57 ) ;
138         Size = MAP_APPFONT ( 84 , 8 ) ;
139         Left = TRUE ;
140         Hide = TRUE ;
141         Text [ en-US ] = "Else" ;
142     };
143     Edit ED_FUNCCOND2
144     {
145         Border = TRUE ;
146         Pos = MAP_APPFONT ( 170 , 68 ) ;
147         Size = MAP_APPFONT ( 84 , 12 ) ;
148         TabStop = TRUE ;
149         Left = TRUE ;
150         Hide = TRUE ;
151     };
152     PushButton BT_FUNCMACRO
153     {
154         Pos = MAP_APPFONT ( 204 , 165 ) ;
155         Size = MAP_APPFONT ( 50 , 14 ) ;
156         Text [ en-US ] = "~Macro..." ;
157         Disable = TRUE ;
158         TabStop = TRUE ;
159     };
160     FixedText FT_LISTITEM
161     {
162         Pos = MAP_APPFONT ( 170 , 3 ) ;
163         Size = MAP_APPFONT ( 84 , 8 ) ;
164         Hide = TRUE;
165         Text [ en-US ] = "Ite~m" ;
166     };
167     Edit ED_LISTITEM
168     {
169         Border = TRUE ;
170         Pos = MAP_APPFONT ( 170 , 14 ) ;
171         Size = MAP_APPFONT ( 84 , 12 ) ;
172         TabStop = TRUE ;
173         Left = TRUE ;
174         Hide = TRUE;
175     };
176     PushButton PB_LISTADD
177     {
178         Pos = MAP_APPFONT ( 170 , 29 ) ;
179         Size = MAP_APPFONT ( 50 , 14 ) ;
180         Hide = TRUE;
181         Text [ en-US ] = "~Add" ;
182     };
183     FixedText FT_LISTITEMS
184     {
185         Pos = MAP_APPFONT ( 170 , 46 ) ;
186         Size = MAP_APPFONT ( 84 , 8 ) ;
187         Hide = TRUE;
188         Text [ en-US ] = "Items on ~list" ;
189     };
190     ListBox LB_LISTITEMS
191     {
192         Border = TRUE ;
193         Pos = MAP_APPFONT ( 170 , 57 ) ;
194         Size = MAP_APPFONT ( 83 , 44 ) ;
195         TabStop = TRUE ;
196         Sort = FALSE ;
197         AutoHScroll = TRUE ;
198     };
199     PushButton PB_LISTREMOVE
200     {
201         Pos = MAP_APPFONT ( 203 , 104 ) ;
202         Size = MAP_APPFONT ( 50 , 14 ) ;
203         Hide = TRUE;
204         Text [ en-US ] = "~Remove" ;
205     };
206     PushButton PB_LISTUP
207     {
208         Pos = MAP_APPFONT ( 203 , 121 ) ;
209         Size = MAP_APPFONT ( 50 , 14 ) ;
210         Hide = TRUE;
211         Text [ en-US ] = "Move ~Up" ;
212     };
213     PushButton PB_LISTDOWN
214     {
215         Pos = MAP_APPFONT ( 203 , 138 ) ;
216         Size = MAP_APPFONT ( 50 , 14 ) ;
217         Hide = TRUE;
218         Text [ en-US ] = "Move Do~wn" ;
219     };
220     FixedText FT_LISTNAME
221     {
222         Pos = MAP_APPFONT ( 170 , 156 ) ;
223         Size = MAP_APPFONT ( 84 , 8 ) ;
224         Hide = TRUE;
225         Text [ en-US ] = "Na~me" ;
226     };
227     Edit ED_LISTNAME
228     {
229         Border = TRUE ;
230         Pos = MAP_APPFONT ( 170 , 167 ) ;
231         Size = MAP_APPFONT ( 84 , 12 ) ;
232         TabStop = TRUE ;
233         Left = TRUE ;
234         Hide = TRUE;
235     };
236     Text [ en-US ] = "Functions" ;