xref: /aoo42x/main/sw/source/ui/fldui/fldfunc.src (revision 8e71f3cb)
18660f102SAndrew Rist/**************************************************************
2*8e71f3cbSmseidel *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8e71f3cbSmseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8e71f3cbSmseidel *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19*8e71f3cbSmseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "globals.hrc"
25cdf0e10cSrcweir#include "fldtdlg.hrc"
26cdf0e10cSrcweir#include "helpid.h"
27cdf0e10cSrcweirTabPage TP_FLD_FUNC
28cdf0e10cSrcweir{
29cdf0e10cSrcweir	HelpID = HID_FLD_FUNC ;
30cdf0e10cSrcweir	SVLook = TRUE ;
31cdf0e10cSrcweir	Hide = TRUE ;
32*8e71f3cbSmseidel	Size = MAP_APPFONT ( 260, 185 ) ;
33cdf0e10cSrcweir	FixedText FT_FUNCTYPE
34cdf0e10cSrcweir	{
35*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
36*8e71f3cbSmseidel		Size = MAP_APPFONT ( 76, 8 ) ;
37cdf0e10cSrcweir		Text [ en-US ] = "~Type" ;
38cdf0e10cSrcweir		Left = TRUE ;
39cdf0e10cSrcweir	};
40cdf0e10cSrcweir	ListBox LB_FUNCTYPE
41cdf0e10cSrcweir	{
42*8e71f3cbSmseidel		HelpID = "sw:ListBox:TP_FLD_FUNC:LB_FUNCTYPE" ;
43cdf0e10cSrcweir		Border = TRUE ;
44*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 6, 14 ) ;
45*8e71f3cbSmseidel		Size = MAP_APPFONT ( 76, 165 ) ;
46cdf0e10cSrcweir		TabStop = TRUE ;
47cdf0e10cSrcweir		Sort = FALSE ;
48cdf0e10cSrcweir		AutoHScroll = TRUE ;
49cdf0e10cSrcweir	};
50cdf0e10cSrcweir	FixedText FT_FUNCSELECTION
51cdf0e10cSrcweir	{
52*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 88, 3 ) ;
53*8e71f3cbSmseidel		Size = MAP_APPFONT ( 76, 8 ) ;
54cdf0e10cSrcweir		Text [ en-US ] = "S~elect" ;
55cdf0e10cSrcweir		Hide = TRUE ;
56cdf0e10cSrcweir		Left = TRUE ;
57cdf0e10cSrcweir	};
58cdf0e10cSrcweir	ListBox LB_FUNCSELECTION
59cdf0e10cSrcweir	{
60*8e71f3cbSmseidel		HelpID = "sw:ListBox:TP_FLD_FUNC:LB_FUNCSELECTION" ;
61cdf0e10cSrcweir		Border = TRUE ;
62*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 88, 14 ) ;
63*8e71f3cbSmseidel		Size = MAP_APPFONT ( 76, 165 ) ;
64cdf0e10cSrcweir		TabStop = TRUE ;
65cdf0e10cSrcweir		Hide = TRUE ;
66cdf0e10cSrcweir		Sort = TRUE ;
67cdf0e10cSrcweir		AutoHScroll = TRUE ;
68cdf0e10cSrcweir	};
69cdf0e10cSrcweir	FixedText FT_FUNCFORMAT
70cdf0e10cSrcweir	{
71*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 88, 3 ) ;
72*8e71f3cbSmseidel		Size = MAP_APPFONT ( 76, 8 ) ;
73cdf0e10cSrcweir		Left = TRUE ;
74cdf0e10cSrcweir		Text [ en-US ] = "F~ormat" ;
75cdf0e10cSrcweir	};
76cdf0e10cSrcweir	ListBox LB_FUNCFORMAT
77cdf0e10cSrcweir	{
78*8e71f3cbSmseidel		HelpID = "sw:ListBox:TP_FLD_FUNC:LB_FUNCFORMAT" ;
79cdf0e10cSrcweir		Border = TRUE ;
80*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 88, 14 ) ;
81*8e71f3cbSmseidel		Size = MAP_APPFONT ( 76, 165 ) ;
82cdf0e10cSrcweir		TabStop = TRUE ;
83cdf0e10cSrcweir	};
84cdf0e10cSrcweir	FixedText FT_FUNCNAME
85cdf0e10cSrcweir	{
86*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 3 ) ;
87*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 8 ) ;
88cdf0e10cSrcweir		Left = TRUE ;
89cdf0e10cSrcweir		Text [ en-US ] = "Na~me" ;
90cdf0e10cSrcweir	};
91cdf0e10cSrcweir	Edit ED_FUNCNAME
92cdf0e10cSrcweir	{
93*8e71f3cbSmseidel		HelpID = "sw:Edit:TP_FLD_FUNC:ED_FUNCNAME" ;
94cdf0e10cSrcweir		Border = TRUE ;
95*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 14 ) ;
96*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 12 ) ;
97cdf0e10cSrcweir		TabStop = TRUE ;
98cdf0e10cSrcweir		Left = TRUE ;
99cdf0e10cSrcweir	};
100cdf0e10cSrcweir	FixedText FT_FUNCVALUE
101cdf0e10cSrcweir	{
102*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 30 ) ;
103*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 8 ) ;
104cdf0e10cSrcweir		Text [ en-US ] = "~Value" ;
105cdf0e10cSrcweir		Left = TRUE ;
106cdf0e10cSrcweir	};
107cdf0e10cSrcweir	Edit ED_FUNCVALUE
108cdf0e10cSrcweir	{
109*8e71f3cbSmseidel		HelpID = "sw:Edit:TP_FLD_FUNC:ED_FUNCVALUE" ;
110cdf0e10cSrcweir		Border = TRUE ;
111*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 41 ) ;
112*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 12 ) ;
113cdf0e10cSrcweir		TabStop = TRUE ;
114cdf0e10cSrcweir		Left = TRUE ;
115cdf0e10cSrcweir	};
116cdf0e10cSrcweir	FixedText FT_FUNCCOND1
117cdf0e10cSrcweir	{
118*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 30 ) ;
119*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 8 ) ;
120cdf0e10cSrcweir		Left = TRUE ;
121cdf0e10cSrcweir		Hide = TRUE ;
122cdf0e10cSrcweir		Text [ en-US ] = "Then" ;
123cdf0e10cSrcweir	};
124cdf0e10cSrcweir	Edit ED_FUNCCOND1
125cdf0e10cSrcweir	{
126*8e71f3cbSmseidel		HelpID = "sw:Edit:TP_FLD_FUNC:ED_FUNCCOND1" ;
127cdf0e10cSrcweir		Border = TRUE ;
128*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 41 ) ;
129*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 12 ) ;
130cdf0e10cSrcweir		TabStop = TRUE ;
131cdf0e10cSrcweir		Left = TRUE ;
132cdf0e10cSrcweir		Hide = TRUE ;
133cdf0e10cSrcweir	};
134cdf0e10cSrcweir	FixedText FT_FUNCCOND2
135cdf0e10cSrcweir	{
136*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 57 ) ;
137*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 8 ) ;
138cdf0e10cSrcweir		Left = TRUE ;
139cdf0e10cSrcweir		Hide = TRUE ;
140cdf0e10cSrcweir		Text [ en-US ] = "Else" ;
141cdf0e10cSrcweir	};
142cdf0e10cSrcweir	Edit ED_FUNCCOND2
143cdf0e10cSrcweir	{
144*8e71f3cbSmseidel		HelpID = "sw:Edit:TP_FLD_FUNC:ED_FUNCCOND2" ;
145cdf0e10cSrcweir		Border = TRUE ;
146*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 68 ) ;
147*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 12 ) ;
148cdf0e10cSrcweir		TabStop = TRUE ;
149cdf0e10cSrcweir		Left = TRUE ;
150cdf0e10cSrcweir		Hide = TRUE ;
151cdf0e10cSrcweir	};
152cdf0e10cSrcweir	PushButton BT_FUNCMACRO
153cdf0e10cSrcweir	{
154*8e71f3cbSmseidel		HelpID = "sw:PushButton:TP_FLD_FUNC:BT_FUNCMACRO" ;
155*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 204, 165 ) ;
156*8e71f3cbSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
157cdf0e10cSrcweir		Text [ en-US ] = "~Macro..." ;
158cdf0e10cSrcweir		Disable = TRUE ;
159cdf0e10cSrcweir		TabStop = TRUE ;
160cdf0e10cSrcweir	};
161*8e71f3cbSmseidel	FixedText FT_LISTITEM
162*8e71f3cbSmseidel	{
163*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 3 ) ;
164*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 8 ) ;
165*8e71f3cbSmseidel		Hide = TRUE ;
166*8e71f3cbSmseidel		Text [ en-US ] = "Ite~m" ;
167cdf0e10cSrcweir	};
168*8e71f3cbSmseidel	Edit ED_LISTITEM
169*8e71f3cbSmseidel	{
170*8e71f3cbSmseidel		HelpID = "sw:Edit:TP_FLD_FUNC:ED_LISTITEM" ;
171*8e71f3cbSmseidel		Border = TRUE ;
172*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 14 ) ;
173*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 12 ) ;
174*8e71f3cbSmseidel		TabStop = TRUE ;
175*8e71f3cbSmseidel		Left = TRUE ;
176*8e71f3cbSmseidel		Hide = TRUE ;
177*8e71f3cbSmseidel	};
178*8e71f3cbSmseidel	PushButton PB_LISTADD
179*8e71f3cbSmseidel	{
180*8e71f3cbSmseidel		HelpID = "sw:PushButton:TP_FLD_FUNC:PB_LISTADD" ;
181*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 29 ) ;
182*8e71f3cbSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
183*8e71f3cbSmseidel		Hide = TRUE ;
184*8e71f3cbSmseidel		Text [ en-US ] = "~Add" ;
185*8e71f3cbSmseidel	};
186*8e71f3cbSmseidel	FixedText FT_LISTITEMS
187*8e71f3cbSmseidel	{
188*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 46 ) ;
189*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 8 ) ;
190*8e71f3cbSmseidel		Hide = TRUE ;
191*8e71f3cbSmseidel		Text [ en-US ] = "Items on ~list" ;
192*8e71f3cbSmseidel	};
193*8e71f3cbSmseidel	ListBox LB_LISTITEMS
194*8e71f3cbSmseidel	{
195*8e71f3cbSmseidel		HelpID = "sw:ListBox:TP_FLD_FUNC:LB_LISTITEMS" ;
196*8e71f3cbSmseidel		Border = TRUE ;
197*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 57 ) ;
198*8e71f3cbSmseidel		Size = MAP_APPFONT ( 83, 44 ) ;
199*8e71f3cbSmseidel		TabStop = TRUE ;
200*8e71f3cbSmseidel		Sort = FALSE ;
201*8e71f3cbSmseidel		AutoHScroll = TRUE ;
202cdf0e10cSrcweir	};
203*8e71f3cbSmseidel	PushButton PB_LISTREMOVE
204*8e71f3cbSmseidel	{
205*8e71f3cbSmseidel		HelpID = "sw:PushButton:TP_FLD_FUNC:PB_LISTREMOVE" ;
206*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 203, 104 ) ;
207*8e71f3cbSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
208*8e71f3cbSmseidel		Hide = TRUE ;
209*8e71f3cbSmseidel		Text [ en-US ] = "~Remove" ;
210cdf0e10cSrcweir	};
211*8e71f3cbSmseidel	PushButton PB_LISTUP
212*8e71f3cbSmseidel	{
213*8e71f3cbSmseidel		HelpID = "sw:PushButton:TP_FLD_FUNC:PB_LISTUP" ;
214*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 203, 121 ) ;
215*8e71f3cbSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
216*8e71f3cbSmseidel		Hide = TRUE ;
217*8e71f3cbSmseidel		Text [ en-US ] = "Move ~Up" ;
218cdf0e10cSrcweir	};
219*8e71f3cbSmseidel	PushButton PB_LISTDOWN
220*8e71f3cbSmseidel	{
221*8e71f3cbSmseidel		HelpID = "sw:PushButton:TP_FLD_FUNC:PB_LISTDOWN" ;
222*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 203, 138 ) ;
223*8e71f3cbSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
224*8e71f3cbSmseidel		Hide = TRUE ;
225*8e71f3cbSmseidel		Text [ en-US ] = "Move Do~wn" ;
226cdf0e10cSrcweir	};
227*8e71f3cbSmseidel	FixedText FT_LISTNAME
228*8e71f3cbSmseidel	{
229*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 156 ) ;
230*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 8 ) ;
231*8e71f3cbSmseidel		Hide = TRUE ;
232*8e71f3cbSmseidel		Text [ en-US ] = "Na~me" ;
233cdf0e10cSrcweir	};
234*8e71f3cbSmseidel	Edit ED_LISTNAME
235*8e71f3cbSmseidel	{
236*8e71f3cbSmseidel		HelpID = "sw:Edit:TP_FLD_FUNC:ED_LISTNAME" ;
237*8e71f3cbSmseidel		Border = TRUE ;
238*8e71f3cbSmseidel		Pos = MAP_APPFONT ( 170, 167 ) ;
239*8e71f3cbSmseidel		Size = MAP_APPFONT ( 84, 12 ) ;
240*8e71f3cbSmseidel		TabStop = TRUE ;
241*8e71f3cbSmseidel		Left = TRUE ;
242*8e71f3cbSmseidel		Hide = TRUE ;
243cdf0e10cSrcweir	};
244*8e71f3cbSmseidel	Text [ en-US ] = "Functions" ;
245cdf0e10cSrcweir};
246cdf0e10cSrcweir
247*8e71f3cbSmseidel// ********************************************************************** EOF
248