Update ooo320-m1
[ooovba.git] / svx / source / cui / macropg.src
blob20201ec2b10995d56afaf1b47bb7874118ea48ef
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: macropg.src,v $
10  * $Revision: 1.13 $
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 <sfx2/sfx.hrc>
32 #include "macropg.hrc"
33 #include <svx/dialogs.hrc>
34 #include "helpid.hrc"
36 #define MASKCOLOR  MaskColor = \
37     Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
39 TabPage RID_SVXPAGE_MACROASSIGN
41      // HelpID = HID_MACROASSIGN ;
42     Hide = TRUE ;
43     OutputSize = TRUE ;
44     SVLook = TRUE ;
45     Size = MAP_APPFONT ( WIDTH_TP , HEIGHT_TP ) ;
46     Text [ en-US ] = "Assign action" ;
47     String STR_EVENT
48     {
49         Text [ en-US ] = "Event" ;
50     };
51     String STR_ASSMACRO
52     {
53         Text [ en-US ] = "Assigned Action" ;
54     };
55     Control LB_EVENT
56     {
57         Border = TRUE ;
58         TabStop = TRUE;
59         Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
60         Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
61         HelpID = HID_SVX_MACRO_LB_EVENT ;
62     };
63     FixedText FT_ASSIGN
64     {
65         Pos = MAP_APPFONT ( COL4 , ROW0 ) ;
66         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
67         Text [ en-US ] = "Assign:" ;
68     };
69     PushButton PB_ASSIGN
70     {
71         Pos = MAP_APPFONT ( COL4 , ROW0A  ) ;
72         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
73         Text [ en-US ] = "M~acro..." ;
74         Disable = TRUE ;
75         TabStop = TRUE ;
76     };
77     PushButton PB_ASSIGN_COMPONENT
78     {
79         Pos = MAP_APPFONT ( COL4 , ROW2  ) ;
80         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
81         Disable = TRUE ;
82         TabStop = TRUE ;
83         Text [ en-US ] = "Com~ponent..." ;
84     };
85     PushButton PB_DELETE
86     {
87         Pos = MAP_APPFONT ( COL4 , ROW5_REMOVE  ) ;
88         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
89         Text [ en-US ] = "~Remove" ;
90         Disable = TRUE ;
91         TabStop = TRUE ;
92     };
93     Image IMG_MACRO
94     {
95         ImageBitmap = Bitmap { File = "id018.png"; };
96         MASKCOLOR
97     };
98     Image IMG_COMPONENT
99     {
100         ImageBitmap = Bitmap { File = "component_16.png"; };
101         MASKCOLOR
102     };
103     Image IMG_MACRO_H
104     {
105         ImageBitmap = Bitmap { File = "idh018.png"; };
106         MASKCOLOR
107     };
108     Image IMG_COMPONENT_H
109     {
110         ImageBitmap = Bitmap { File = "component_16_h.png"; };
111         MASKCOLOR
112     };
115 ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
117     OutputSize = TRUE ;
118     SVLook = TRUE ;
119     Size = MAP_APPFONT ( COMP_WIDTH , COMP_HEIGHT ) ;
120     Moveable = TRUE ;
121     Closeable = TRUE ;
122     Text [ en-US ] = "Assign Component";
123     OKButton RID_PB_OK
124     {
125         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW0 ) ;
126         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
127         TabStop = TRUE ;
128         DefButton = TRUE ;
129     };
130     CancelButton RID_PB_CANCEL
131     {
132         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW1 ) ;
133         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
134         TabStop = TRUE ;
135     };
136     HelpButton RID_PB_HELP
137     {
138         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW2 ) ;
139         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
140     };
141     FixedText FT_METHOD
142     {
143         Pos = MAP_APPFONT ( COMP_COL0 , ROW0 ) ;
144         Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
145         Text [ en-US ] = "Component method name" ;
146     };
147     Edit EDIT_METHOD
148     {
149         Border = TRUE ;
150         Pos = MAP_APPFONT ( COMP_COL0 , COMP_ROWEDIT ) ;
151         Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
152         TabStop = TRUE ;
153     };
157 //DF
158 String RID_SVXSTR_EVENT_STARTAPP
160     Text [ en-US ] = "Start Application" ;
163 String RID_SVXSTR_EVENT_CLOSEAPP
165     Text [ en-US ] = "Close Application" ;
168 String RID_SVXSTR_EVENT_NEWDOC
170     Text [ en-US ] = "New Document" ;
173 String RID_SVXSTR_EVENT_CLOSEDOC
175     Text [ en-US ] = "Document closed" ;
178 String RID_SVXSTR_EVENT_PREPARECLOSEDOC
180     Text [ en-US ] = "Document is going to be closed" ;
183 String RID_SVXSTR_EVENT_OPENDOC
185     Text [ en-US ] = "Open Document" ;
188 String RID_SVXSTR_EVENT_SAVEDOC
190     Text [ en-US ] = "Save Document" ;
193 String RID_SVXSTR_EVENT_SAVEASDOC
195     Text [ en-US ] = "Save Document As" ;
198 String RID_SVXSTR_EVENT_SAVEDOCDONE
200     Text [ en-US ] = "Document has been saved" ;
203 String RID_SVXSTR_EVENT_SAVEASDOCDONE
205     Text [ en-US ] = "Document has been saved as" ;
208 String RID_SVXSTR_EVENT_ACTIVATEDOC
210     Text [ en-US ] = "Activate Document" ;
213 String RID_SVXSTR_EVENT_DEACTIVATEDOC
215     Text [ en-US ] = "Deactivate Document" ;
218 String RID_SVXSTR_EVENT_PRINTDOC
220     Text [ en-US ] = "Print Document" ;
223 String RID_SVXSTR_EVENT_MODIFYCHANGED
225     Text [ en-US ] = "'Modified' status was changed" ;
227 String RID_SVXSTR_EVENT_MAILMERGE
229     Text [ en-US ] = "Printing of form letters started" ;
231 String RID_SVXSTR_EVENT_MAILMERGE_END
233     Text [ en-US ] = "Printing of form letters finished" ;
235 String RID_SVXSTR_EVENT_FIELDMERGE
237     Text [ en-US ] = "Merging of form fields started" ;
239 String RID_SVXSTR_EVENT_FIELDMERGE_FINISHED
241     Text [ en-US ] = "Merging of form fields finished" ;
243 String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
245     Text [ en-US ] = "Changing the page count" ;
247 String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
249     Text [ en-US ] = "Loaded a sub component" ;
251 String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
253     Text [ en-US ] = "Closed a sub component" ;
255 String RID_SVXSTR_EVENT_APPROVEPARAMETER
257     Text [ en-US ] = "Fill parameters" ;
259 String RID_SVXSTR_EVENT_ACTIONPERFORMED
261     Text [ en-US ] = "Execute action" ;
263 String RID_SVXSTR_EVENT_AFTERUPDATE
265     Text [ en-US ] = "After updating" ;
267 String RID_SVXSTR_EVENT_BEFOREUPDATE
269     Text [ en-US ] = "Before updating" ;
271 String RID_SVXSTR_EVENT_APPROVEROWCHANGE
273     Text [ en-US ] = "Before record action" ;
275 String RID_SVXSTR_EVENT_ROWCHANGE
277     Text [ en-US ] = "After record action" ;
279 String RID_SVXSTR_EVENT_CONFIRMDELETE
281     Text [ en-US ] = "Confirm deletion" ;
283 String RID_SVXSTR_EVENT_ERROROCCURED
285     Text [ en-US ] = "Error occurred" ;
287 String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
289     Text [ en-US ] = "While adjusting";
291 String RID_SVXSTR_EVENT_FOCUSGAINED
293     Text [ en-US ] = "When receiving focus" ;
295 String RID_SVXSTR_EVENT_FOCUSLOST
297     Text [ en-US ] = "When losing focus" ;
299 String RID_SVXSTR_EVENT_ITEMSTATECHANGED
301     Text [ en-US ] = "Item status changed" ;
303 String RID_SVXSTR_EVENT_KEYTYPED
305     Text [ en-US ] = "Key pressed" ;
307 String RID_SVXSTR_EVENT_KEYUP
309     Text [ en-US ] = "Key released" ;
311 String RID_SVXSTR_EVENT_LOADED
313     Text [ en-US ] = "When loading" ;
315 String RID_SVXSTR_EVENT_RELOADING
317     Text [ en-US ] = "Before reloading" ;
319 String RID_SVXSTR_EVENT_RELOADED
321     Text [ en-US ] = "When reloading" ;
323 String RID_SVXSTR_EVENT_MOUSEDRAGGED
325     Text [ en-US ] = "Mouse moved while key pressed" ;
327 String RID_SVXSTR_EVENT_MOUSEENTERED
329     Text [ en-US ] = "Mouse inside" ;
331 String RID_SVXSTR_EVENT_MOUSEEXITED
333     Text [ en-US ] = "Mouse outside" ;
335 String RID_SVXSTR_EVENT_MOUSEMOVED
337     Text [ en-US ] = "Mouse moved" ;
339 String RID_SVXSTR_EVENT_MOUSEPRESSED
341     Text [ en-US ] = "Mouse button pressed" ;
343 String RID_SVXSTR_EVENT_MOUSERELEASED
345     Text [ en-US ] = "Mouse button released" ;
347 String RID_SVXSTR_EVENT_POSITIONING
349     Text [ en-US ] = "Before record change" ;
351 String RID_SVXSTR_EVENT_POSITIONED
353     Text [ en-US ] = "After record change" ;
355 String RID_SVXSTR_EVENT_RESETTED
357     Text [ en-US ] = "After resetting" ;
359 String RID_SVXSTR_EVENT_APPROVERESETTED
361     Text [ en-US ] = "Prior to reset" ;
363 String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
365     Text [ en-US ] = "Approve action" ;
367 String RID_SVXSTR_EVENT_SUBMITTED
369     Text [ en-US ] = "Before submitting" ;
371 String RID_SVXSTR_EVENT_TEXTCHANGED
373     Text [ en-US ] = "Text modified" ;
375 String RID_SVXSTR_EVENT_UNLOADING
377     Text [ en-US ] = "Before unloading" ;
379 String RID_SVXSTR_EVENT_UNLOADED
381     Text [ en-US ] = "When unloading" ;
383 String RID_SVXSTR_EVENT_CHANGED
385     Text [ en-US ] = "Changed" ;
388 String RID_SVXSTR_EVENT_CREATEDOC
390     Text [ en-US ] = "Document created" ;
393 String RID_SVXSTR_EVENT_LOADDOCFINISHED
395     Text [ en-US ] = "Document loading finished" ;
398 String RID_SVXSTR_EVENT_SAVEDOCFAILED
400     Text [ en-US ] = "Saving of document failed" ;
403 String RID_SVXSTR_EVENT_SAVEASDOCFAILED
405     Text [ en-US ] = "'Save as' has failed" ;
408 String RID_SVXSTR_EVENT_COPYTODOC
410     Text [ en-US ] = "Storing or exporting copy of document" ;
413 String RID_SVXSTR_EVENT_COPYTODOCDONE
415     Text [ en-US ] = "Document copy has been created" ;
418 String RID_SVXSTR_EVENT_COPYTODOCFAILED
420     Text [ en-US ] = "Creating of document copy failed" ;
423 String RID_SVXSTR_EVENT_VIEWCREATED
425     Text [ en-US ] = "View created" ;
428 String RID_SVXSTR_EVENT_PREPARECLOSEVIEW
430     Text [ en-US ] = "View is going to be closed" ;
433 String RID_SVXSTR_EVENT_CLOSEVIEW
435     Text [ en-US ] = "View closed" ;
438 String RID_SVXSTR_EVENT_TITLECHANGED
440     Text [ en-US ] = "Document title changed" ;
443 String RID_SVXSTR_EVENT_MODECHANGED
445     Text [ en-US ] = "Document mode changed" ;
448 String RID_SVXSTR_EVENT_VISAREACHANGED
450     Text [ en-US ] = "Visible area changed" ;
453 String RID_SVXSTR_EVENT_STORAGECHANGED
455     Text [ en-US ] = "Document has got a new storage" ;
458 String RID_SVXSTR_EVENT_LAYOUT_FINISHED
460     Text [ en-US ] = "Document layout finished" ;