xref: /aoo42x/main/cui/source/customize/macropg.src (revision b4b8d4b6)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23// include ---------------------------------------------------------------
24#include <sfx2/sfx.hrc>
25#include "macropg.hrc"
26#include <cuires.hrc>
27#include "helpid.hrc"
28#include <svx/dialogs.hrc>
29
30TabPage RID_SVXPAGE_MACROASSIGN
31{
32	HelpID = "cui:TabPage:RID_SVXPAGE_MACROASSIGN" ;
33	Hide = TRUE ;
34	OutputSize = TRUE ;
35	SVLook = TRUE ;
36	Size = MAP_APPFONT ( WIDTH_TP, HEIGHT_TP ) ;
37	Text [ en-US ] = "Assign action" ;
38	String STR_EVENT
39	{
40		Text [ en-US ] = "Event" ;
41	};
42	String STR_ASSMACRO
43	{
44		Text [ en-US ] = "Assigned Action" ;
45	};
46	Control LB_EVENT
47	{
48		Border = TRUE ;
49		TabStop = TRUE;
50		Pos = MAP_APPFONT ( COL0, ROW0 ) ;
51		Size = MAP_APPFONT ( WIDTH1_2, HEIGHT0 ) ;
52		HelpID = HID_SVX_MACRO_LB_EVENT ;
53	};
54	FixedText FT_ASSIGN
55	{
56		Pos = MAP_APPFONT ( COL4, ROW0 ) ;
57		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
58		Text [ en-US ] = "Assign:" ;
59	};
60	PushButton PB_ASSIGN
61	{
62		HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN" ;
63		Pos = MAP_APPFONT ( COL4, ROW0A ) ;
64		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
65		Text [ en-US ] = "M~acro..." ;
66		Disable = TRUE ;
67		TabStop = TRUE ;
68	};
69	PushButton PB_ASSIGN_COMPONENT
70	{
71		HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN_COMPONENT" ;
72		Pos = MAP_APPFONT ( COL4, ROW2 ) ;
73		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
74		Disable = TRUE ;
75		TabStop = TRUE ;
76		Text [ en-US ] = "Com~ponent..." ;
77	};
78	PushButton PB_DELETE
79	{
80		HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_DELETE" ;
81		Pos = MAP_APPFONT ( COL4, ROW5_REMOVE ) ;
82		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
83		Text [ en-US ] = "~Remove" ;
84		Disable = TRUE ;
85		TabStop = TRUE ;
86	};
87	Image IMG_MACRO
88	{
89		ImageBitmap = Bitmap { File = "id018.png" ; };
90	};
91	Image IMG_COMPONENT
92	{
93		ImageBitmap = Bitmap { File = "component_16.png" ; };
94	};
95	Image IMG_MACRO_H
96	{
97		ImageBitmap = Bitmap { File = "idh018.png" ; };
98	};
99	Image IMG_COMPONENT_H
100	{
101		ImageBitmap = Bitmap { File = "component_16_h.png" ; };
102	};
103};
104
105ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
106{
107	HelpID = "cui:ModalDialog:RID_SVXDLG_ASSIGNCOMPONENT" ;
108	OutputSize = TRUE ;
109	SVLook = TRUE ;
110	Size = MAP_APPFONT ( COMP_WIDTH, COMP_HEIGHT ) ;
111	Moveable = TRUE ;
112	Closeable = TRUE ;
113	Text [ en-US ] = "Assign Component" ;
114	OKButton RID_PB_OK
115	{
116		Pos = MAP_APPFONT ( COMP_COL1, COMP_ROW0 ) ;
117		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
118		TabStop = TRUE ;
119		DefButton = TRUE ;
120	};
121	CancelButton RID_PB_CANCEL
122	{
123		Pos = MAP_APPFONT ( COMP_COL1, COMP_ROW1 ) ;
124		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
125		TabStop = TRUE ;
126	};
127	HelpButton RID_PB_HELP
128	{
129		Pos = MAP_APPFONT ( COMP_COL1, COMP_ROW2 ) ;
130		Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH, RSC_CD_PUSHBUTTON_HEIGHT ) ;
131	};
132	FixedText FT_METHOD
133	{
134		Pos = MAP_APPFONT ( COMP_COL0, ROW0 ) ;
135		Size = MAP_APPFONT ( COMP_EDIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ) ;
136		Text [ en-US ] = "Component method name" ;
137	};
138	Edit EDIT_METHOD
139	{
140		HelpID = "cui:Edit:RID_SVXDLG_ASSIGNCOMPONENT:EDIT_METHOD" ;
141		Border = TRUE ;
142		Pos = MAP_APPFONT ( COMP_COL0, COMP_ROWEDIT ) ;
143		Size = MAP_APPFONT ( COMP_EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ) ;
144		TabStop = TRUE ;
145	};
146};
147
148
149// DF
150String RID_SVXSTR_EVENT_STARTAPP
151{
152	Text [ en-US ] = "Start Application" ;
153};
154
155String RID_SVXSTR_EVENT_CLOSEAPP
156{
157	Text [ en-US ] = "Close Application" ;
158};
159
160String RID_SVXSTR_EVENT_NEWDOC
161{
162	Text [ en-US ] = "New Document" ;
163};
164
165String RID_SVXSTR_EVENT_CLOSEDOC
166{
167	Text [ en-US ] = "Document closed" ;
168};
169
170String RID_SVXSTR_EVENT_PREPARECLOSEDOC
171{
172	Text [ en-US ] = "Document is going to be closed" ;
173};
174
175String RID_SVXSTR_EVENT_OPENDOC
176{
177	Text [ en-US ] = "Open Document" ;
178};
179
180String RID_SVXSTR_EVENT_SAVEDOC
181{
182	Text [ en-US ] = "Save Document" ;
183};
184
185String RID_SVXSTR_EVENT_SAVEASDOC
186{
187	Text [ en-US ] = "Save Document As" ;
188};
189
190String RID_SVXSTR_EVENT_SAVEDOCDONE
191{
192	Text [ en-US ] = "Document has been saved" ;
193};
194
195String RID_SVXSTR_EVENT_SAVEASDOCDONE
196{
197	Text [ en-US ] = "Document has been saved as" ;
198};
199
200String RID_SVXSTR_EVENT_ACTIVATEDOC
201{
202	Text [ en-US ] = "Activate Document" ;
203};
204
205String RID_SVXSTR_EVENT_DEACTIVATEDOC
206{
207	Text [ en-US ] = "Deactivate Document" ;
208};
209
210String RID_SVXSTR_EVENT_PRINTDOC
211{
212	Text [ en-US ] = "Print Document" ;
213};
214
215String RID_SVXSTR_EVENT_MODIFYCHANGED
216{
217	Text [ en-US ] = "'Modified' status was changed" ;
218};
219String RID_SVXSTR_EVENT_MAILMERGE
220{
221	Text [ en-US ] = "Printing of form letters started" ;
222};
223String RID_SVXSTR_EVENT_MAILMERGE_END
224{
225	Text [ en-US ] = "Printing of form letters finished" ;
226};
227String RID_SVXSTR_EVENT_FIELDMERGE
228{
229	Text [ en-US ] = "Merging of form fields started" ;
230};
231String RID_SVXSTR_EVENT_FIELDMERGE_FINISHED
232{
233	Text [ en-US ] = "Merging of form fields finished" ;
234};
235String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
236{
237	Text [ en-US ] = "Changing the page count" ;
238};
239String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
240{
241	Text [ en-US ] = "Loaded a sub component" ;
242};
243String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
244{
245	Text [ en-US ] = "Closed a sub component" ;
246};
247String RID_SVXSTR_EVENT_APPROVEPARAMETER
248{
249	Text [ en-US ] = "Fill parameters" ;
250};
251String RID_SVXSTR_EVENT_ACTIONPERFORMED
252{
253	Text [ en-US ] = "Execute action" ;
254};
255String RID_SVXSTR_EVENT_AFTERUPDATE
256{
257	Text [ en-US ] = "After updating" ;
258};
259String RID_SVXSTR_EVENT_BEFOREUPDATE
260{
261	Text [ en-US ] = "Before updating" ;
262};
263String RID_SVXSTR_EVENT_APPROVEROWCHANGE
264{
265	Text [ en-US ] = "Before record action" ;
266};
267String RID_SVXSTR_EVENT_ROWCHANGE
268{
269	Text [ en-US ] = "After record action" ;
270};
271String RID_SVXSTR_EVENT_CONFIRMDELETE
272{
273	Text [ en-US ] = "Confirm deletion" ;
274};
275String RID_SVXSTR_EVENT_ERROROCCURED
276{
277	Text [ en-US ] = "Error occurred" ;
278};
279String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
280{
281	Text [ en-US ] = "While adjusting" ;
282};
283String RID_SVXSTR_EVENT_FOCUSGAINED
284{
285	Text [ en-US ] = "When receiving focus" ;
286};
287String RID_SVXSTR_EVENT_FOCUSLOST
288{
289	Text [ en-US ] = "When losing focus" ;
290};
291String RID_SVXSTR_EVENT_ITEMSTATECHANGED
292{
293	Text [ en-US ] = "Item status changed" ;
294};
295String RID_SVXSTR_EVENT_KEYTYPED
296{
297	Text [ en-US ] = "Key pressed" ;
298};
299String RID_SVXSTR_EVENT_KEYUP
300{
301	Text [ en-US ] = "Key released" ;
302};
303String RID_SVXSTR_EVENT_LOADED
304{
305	Text [ en-US ] = "When loading" ;
306};
307String RID_SVXSTR_EVENT_RELOADING
308{
309	Text [ en-US ] = "Before reloading" ;
310};
311String RID_SVXSTR_EVENT_RELOADED
312{
313	Text [ en-US ] = "When reloading" ;
314};
315String RID_SVXSTR_EVENT_MOUSEDRAGGED
316{
317	Text [ en-US ] = "Mouse moved while key pressed" ;
318};
319String RID_SVXSTR_EVENT_MOUSEENTERED
320{
321	Text [ en-US ] = "Mouse inside" ;
322};
323String RID_SVXSTR_EVENT_MOUSEEXITED
324{
325	Text [ en-US ] = "Mouse outside" ;
326};
327String RID_SVXSTR_EVENT_MOUSEMOVED
328{
329	Text [ en-US ] = "Mouse moved" ;
330};
331String RID_SVXSTR_EVENT_MOUSEPRESSED
332{
333	Text [ en-US ] = "Mouse button pressed" ;
334};
335String RID_SVXSTR_EVENT_MOUSERELEASED
336{
337	Text [ en-US ] = "Mouse button released" ;
338};
339String RID_SVXSTR_EVENT_POSITIONING
340{
341	Text [ en-US ] = "Before record change" ;
342};
343String RID_SVXSTR_EVENT_POSITIONED
344{
345	Text [ en-US ] = "After record change" ;
346};
347String RID_SVXSTR_EVENT_RESETTED
348{
349	Text [ en-US ] = "After resetting" ;
350};
351String RID_SVXSTR_EVENT_APPROVERESETTED
352{
353	Text [ en-US ] = "Prior to reset" ;
354};
355String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
356{
357	Text [ en-US ] = "Approve action" ;
358};
359String RID_SVXSTR_EVENT_SUBMITTED
360{
361	Text [ en-US ] = "Before submitting" ;
362};
363String RID_SVXSTR_EVENT_TEXTCHANGED
364{
365	Text [ en-US ] = "Text modified" ;
366};
367String RID_SVXSTR_EVENT_UNLOADING
368{
369	Text [ en-US ] = "Before unloading" ;
370};
371String RID_SVXSTR_EVENT_UNLOADED
372{
373	Text [ en-US ] = "When unloading" ;
374};
375String RID_SVXSTR_EVENT_CHANGED
376{
377	Text [ en-US ] = "Changed" ;
378};
379
380String RID_SVXSTR_EVENT_CREATEDOC
381{
382	Text [ en-US ] = "Document created" ;
383};
384
385String RID_SVXSTR_EVENT_LOADDOCFINISHED
386{
387	Text [ en-US ] = "Document loading finished" ;
388};
389
390String RID_SVXSTR_EVENT_SAVEDOCFAILED
391{
392	Text [ en-US ] = "Saving of document failed" ;
393};
394
395String RID_SVXSTR_EVENT_SAVEASDOCFAILED
396{
397	Text [ en-US ] = "'Save as' has failed" ;
398};
399
400String RID_SVXSTR_EVENT_COPYTODOC
401{
402	Text [ en-US ] = "Storing or exporting copy of document" ;
403};
404
405String RID_SVXSTR_EVENT_COPYTODOCDONE
406{
407	Text [ en-US ] = "Document copy has been created" ;
408};
409
410String RID_SVXSTR_EVENT_COPYTODOCFAILED
411{
412	Text [ en-US ] = "Creating of document copy failed" ;
413};
414
415String RID_SVXSTR_EVENT_VIEWCREATED
416{
417	Text [ en-US ] = "View created" ;
418};
419
420String RID_SVXSTR_EVENT_PREPARECLOSEVIEW
421{
422	Text [ en-US ] = "View is going to be closed" ;
423};
424
425String RID_SVXSTR_EVENT_CLOSEVIEW
426{
427	Text [ en-US ] = "View closed" ;
428};
429
430String RID_SVXSTR_EVENT_TITLECHANGED
431{
432	Text [ en-US ] = "Document title changed" ;
433};
434
435String RID_SVXSTR_EVENT_MODECHANGED
436{
437	Text [ en-US ] = "Document mode changed" ;
438};
439
440String RID_SVXSTR_EVENT_VISAREACHANGED
441{
442	Text [ en-US ] = "Visible area changed" ;
443};
444
445String RID_SVXSTR_EVENT_STORAGECHANGED
446{
447	Text [ en-US ] = "Document has got a new storage" ;
448};
449
450String RID_SVXSTR_EVENT_LAYOUT_FINISHED
451{
452	Text [ en-US ] = "Document layout finished" ;
453};
454
455String RID_SVXSTR_EVENT_SELECTIONCHANGED
456{
457	Text [ en-US ] = "Selection changed" ;
458};
459
460String RID_SVXSTR_EVENT_DOUBLECLICK
461{
462	Text [ en-US ] = "Double click" ;
463};
464
465String RID_SVXSTR_EVENT_RIGHTCLICK
466{
467	Text [ en-US ] = "Right click" ;
468};
469
470String RID_SVXSTR_EVENT_CALCULATE
471{
472	Text [ en-US ] = "Formulas calculated" ;
473};
474
475String RID_SVXSTR_EVENT_CONTENTCHANGED
476{
477	Text [ en-US ] = "Content changed" ;
478};
479
480// ********************************************************************** EOF
481