fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / cui / source / customize / macropg.src
blob0a8b42de05d42a8fc71bf6a17adedd3db553db83
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 <sfx2/sfx.hrc>
21 #include "macropg.hrc"
22 #include <cuires.hrc>
23 #include "helpid.hrc"
24 #include <svx/dialogs.hrc>
26 #define MASKCOLOR  MaskColor = \
27     Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
29 TabPage RID_SVXPAGE_MACROASSIGN
31     HelpID = "cui:TabPage:RID_SVXPAGE_MACROASSIGN" ;
32     Hide = TRUE ;
33     OutputSize = TRUE ;
34     SVLook = TRUE ;
35     Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
36     Text [ en-US ] = "Assign action" ;
37     String STR_EVENT
38     {
39         Text [ en-US ] = "Event" ;
40     };
41     String STR_ASSMACRO
42     {
43         Text [ en-US ] = "Assigned Action" ;
44     };
45     Control LB_EVENT
46     {
47         Border = TRUE ;
48         TabStop = TRUE;
49         Pos = MAP_APPFONT ( COL0 , ROW0 ) ;
50         Size = MAP_APPFONT ( WIDTH1_2 , HEIGHT0 ) ;
51         HelpID = HID_SVX_MACRO_LB_EVENT ;
52     };
53     FixedText FT_ASSIGN
54     {
55         Pos = MAP_APPFONT ( COL4 , ROW0 ) ;
56         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
57         Text [ en-US ] = "Assign:" ;
58     };
59     PushButton PB_ASSIGN
60     {
61         HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN";
62         Pos = MAP_APPFONT ( COL4 , ROW0A  ) ;
63         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
64         Text [ en-US ] = "M~acro..." ;
65         Disable = TRUE ;
66         TabStop = TRUE ;
67     };
68     PushButton PB_ASSIGN_COMPONENT
69     {
70         HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_ASSIGN_COMPONENT";
71         Pos = MAP_APPFONT ( COL4 , ROW2  ) ;
72         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
73         Disable = TRUE ;
74         TabStop = TRUE ;
75         Text [ en-US ] = "Com~ponent..." ;
76     };
77     PushButton PB_DELETE
78     {
79         HelpID = "cui:PushButton:RID_SVXPAGE_MACROASSIGN:PB_DELETE";
80         Pos = MAP_APPFONT ( COL4 , ROW5_REMOVE  ) ;
81         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
82         Text [ en-US ] = "~Remove" ;
83         Disable = TRUE ;
84         TabStop = TRUE ;
85     };
86     Image IMG_MACRO
87     {
88         ImageBitmap = Bitmap { File = "id018.png"; };
89         MASKCOLOR
90     };
91     Image IMG_COMPONENT
92     {
93         ImageBitmap = Bitmap { File = "component_16.png"; };
94         MASKCOLOR
95     };
98 ModalDialog RID_SVXDLG_ASSIGNCOMPONENT
100     HelpID = "cui:ModalDialog:RID_SVXDLG_ASSIGNCOMPONENT";
101     OutputSize = TRUE ;
102     SVLook = TRUE ;
103     Size = MAP_APPFONT ( COMP_WIDTH , COMP_HEIGHT ) ;
104     Moveable = TRUE ;
105     Closeable = TRUE ;
106     Text [ en-US ] = "Assign Component";
107     OKButton RID_PB_OK
108     {
109         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW0 ) ;
110         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
111         TabStop = TRUE ;
112         DefButton = TRUE ;
113     };
114     CancelButton RID_PB_CANCEL
115     {
116         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW1 ) ;
117         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
118         TabStop = TRUE ;
119     };
120     HelpButton RID_PB_HELP
121     {
122         Pos = MAP_APPFONT ( COMP_COL1 , COMP_ROW2 ) ;
123         Size = MAP_APPFONT ( RSC_CD_PUSHBUTTON_WIDTH , RSC_CD_PUSHBUTTON_HEIGHT ) ;
124     };
125     FixedText FT_METHOD
126     {
127         Pos = MAP_APPFONT ( COMP_COL0 , ROW0 ) ;
128         Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_FIXEDTEXT_HEIGHT ) ;
129         Text [ en-US ] = "Component method name" ;
130     };
131     Edit EDIT_METHOD
132     {
133         HelpID = "cui:Edit:RID_SVXDLG_ASSIGNCOMPONENT:EDIT_METHOD";
134         Border = TRUE ;
135         Pos = MAP_APPFONT ( COMP_COL0 , COMP_ROWEDIT ) ;
136         Size = MAP_APPFONT ( COMP_EDIT_WIDTH , RSC_CD_TEXTBOX_HEIGHT ) ;
137         TabStop = TRUE ;
138     };
142 //DF
143 String RID_SVXSTR_EVENT_STARTAPP
145     Text [ en-US ] = "Start Application" ;
148 String RID_SVXSTR_EVENT_CLOSEAPP
150     Text [ en-US ] = "Close Application" ;
153 String RID_SVXSTR_EVENT_NEWDOC
155     Text [ en-US ] = "New Document" ;
158 String RID_SVXSTR_EVENT_CLOSEDOC
160     Text [ en-US ] = "Document closed" ;
163 String RID_SVXSTR_EVENT_PREPARECLOSEDOC
165     Text [ en-US ] = "Document is going to be closed" ;
168 String RID_SVXSTR_EVENT_OPENDOC
170     Text [ en-US ] = "Open Document" ;
173 String RID_SVXSTR_EVENT_SAVEDOC
175     Text [ en-US ] = "Save Document" ;
178 String RID_SVXSTR_EVENT_SAVEASDOC
180     Text [ en-US ] = "Save Document As" ;
183 String RID_SVXSTR_EVENT_SAVEDOCDONE
185     Text [ en-US ] = "Document has been saved" ;
188 String RID_SVXSTR_EVENT_SAVEASDOCDONE
190     Text [ en-US ] = "Document has been saved as" ;
193 String RID_SVXSTR_EVENT_ACTIVATEDOC
195     Text [ en-US ] = "Activate Document" ;
198 String RID_SVXSTR_EVENT_DEACTIVATEDOC
200     Text [ en-US ] = "Deactivate Document" ;
203 String RID_SVXSTR_EVENT_PRINTDOC
205     Text [ en-US ] = "Print Document" ;
208 String RID_SVXSTR_EVENT_MODIFYCHANGED
210     Text [ en-US ] = "'Modified' status was changed" ;
212 String RID_SVXSTR_EVENT_MAILMERGE
214     Text [ en-US ] = "Printing of form letters started" ;
216 String RID_SVXSTR_EVENT_MAILMERGE_END
218     Text [ en-US ] = "Printing of form letters finished" ;
220 String RID_SVXSTR_EVENT_FIELDMERGE
222     Text [ en-US ] = "Merging of form fields started" ;
224 String RID_SVXSTR_EVENT_FIELDMERGE_FINISHED
226     Text [ en-US ] = "Merging of form fields finished" ;
228 String RID_SVXSTR_EVENT_PAGECOUNTCHANGE
230     Text [ en-US ] = "Changing the page count" ;
232 String RID_SVXSTR_EVENT_SUBCOMPONENT_OPENED
234     Text [ en-US ] = "Loaded a sub component" ;
236 String RID_SVXSTR_EVENT_SUBCOMPONENT_CLOSED
238     Text [ en-US ] = "Closed a sub component" ;
240 String RID_SVXSTR_EVENT_APPROVEPARAMETER
242     Text [ en-US ] = "Fill parameters" ;
244 String RID_SVXSTR_EVENT_ACTIONPERFORMED
246     Text [ en-US ] = "Execute action" ;
248 String RID_SVXSTR_EVENT_AFTERUPDATE
250     Text [ en-US ] = "After updating" ;
252 String RID_SVXSTR_EVENT_BEFOREUPDATE
254     Text [ en-US ] = "Before updating" ;
256 String RID_SVXSTR_EVENT_APPROVEROWCHANGE
258     Text [ en-US ] = "Before record action" ;
260 String RID_SVXSTR_EVENT_ROWCHANGE
262     Text [ en-US ] = "After record action" ;
264 String RID_SVXSTR_EVENT_CONFIRMDELETE
266     Text [ en-US ] = "Confirm deletion" ;
268 String RID_SVXSTR_EVENT_ERROROCCURRED
270     Text [ en-US ] = "Error occurred" ;
272 String RID_SVXSTR_EVENT_ADJUSTMENTVALUECHANGED
274     Text [ en-US ] = "While adjusting";
276 String RID_SVXSTR_EVENT_FOCUSGAINED
278     Text [ en-US ] = "When receiving focus" ;
280 String RID_SVXSTR_EVENT_FOCUSLOST
282     Text [ en-US ] = "When losing focus" ;
284 String RID_SVXSTR_EVENT_ITEMSTATECHANGED
286     Text [ en-US ] = "Item status changed" ;
288 String RID_SVXSTR_EVENT_KEYTYPED
290     Text [ en-US ] = "Key pressed" ;
292 String RID_SVXSTR_EVENT_KEYUP
294     Text [ en-US ] = "Key released" ;
296 String RID_SVXSTR_EVENT_LOADED
298     Text [ en-US ] = "When loading" ;
300 String RID_SVXSTR_EVENT_RELOADING
302     Text [ en-US ] = "Before reloading" ;
304 String RID_SVXSTR_EVENT_RELOADED
306     Text [ en-US ] = "When reloading" ;
308 String RID_SVXSTR_EVENT_MOUSEDRAGGED
310     Text [ en-US ] = "Mouse moved while key pressed" ;
312 String RID_SVXSTR_EVENT_MOUSEENTERED
314     Text [ en-US ] = "Mouse inside" ;
316 String RID_SVXSTR_EVENT_MOUSEEXITED
318     Text [ en-US ] = "Mouse outside" ;
320 String RID_SVXSTR_EVENT_MOUSEMOVED
322     Text [ en-US ] = "Mouse moved" ;
324 String RID_SVXSTR_EVENT_MOUSEPRESSED
326     Text [ en-US ] = "Mouse button pressed" ;
328 String RID_SVXSTR_EVENT_MOUSERELEASED
330     Text [ en-US ] = "Mouse button released" ;
332 String RID_SVXSTR_EVENT_POSITIONING
334     Text [ en-US ] = "Before record change" ;
336 String RID_SVXSTR_EVENT_POSITIONED
338     Text [ en-US ] = "After record change" ;
340 String RID_SVXSTR_EVENT_RESETTED
342     Text [ en-US ] = "After resetting" ;
344 String RID_SVXSTR_EVENT_APPROVERESETTED
346     Text [ en-US ] = "Prior to reset" ;
348 String RID_SVXSTR_EVENT_APPROVEACTIONPERFORMED
350     Text [ en-US ] = "Approve action" ;
352 String RID_SVXSTR_EVENT_SUBMITTED
354     Text [ en-US ] = "Before submitting" ;
356 String RID_SVXSTR_EVENT_TEXTCHANGED
358     Text [ en-US ] = "Text modified" ;
360 String RID_SVXSTR_EVENT_UNLOADING
362     Text [ en-US ] = "Before unloading" ;
364 String RID_SVXSTR_EVENT_UNLOADED
366     Text [ en-US ] = "When unloading" ;
368 String RID_SVXSTR_EVENT_CHANGED
370     Text [ en-US ] = "Changed" ;
373 String RID_SVXSTR_EVENT_CREATEDOC
375     Text [ en-US ] = "Document created" ;
378 String RID_SVXSTR_EVENT_LOADDOCFINISHED
380     Text [ en-US ] = "Document loading finished" ;
383 String RID_SVXSTR_EVENT_SAVEDOCFAILED
385     Text [ en-US ] = "Saving of document failed" ;
388 String RID_SVXSTR_EVENT_SAVEASDOCFAILED
390     Text [ en-US ] = "'Save as' has failed" ;
393 String RID_SVXSTR_EVENT_COPYTODOC
395     Text [ en-US ] = "Storing or exporting copy of document" ;
398 String RID_SVXSTR_EVENT_COPYTODOCDONE
400     Text [ en-US ] = "Document copy has been created" ;
403 String RID_SVXSTR_EVENT_COPYTODOCFAILED
405     Text [ en-US ] = "Creating of document copy failed" ;
408 String RID_SVXSTR_EVENT_VIEWCREATED
410     Text [ en-US ] = "View created" ;
413 String RID_SVXSTR_EVENT_PREPARECLOSEVIEW
415     Text [ en-US ] = "View is going to be closed" ;
418 String RID_SVXSTR_EVENT_CLOSEVIEW
420     Text [ en-US ] = "View closed" ;
423 String RID_SVXSTR_EVENT_TITLECHANGED
425     Text [ en-US ] = "Document title changed" ;
428 String RID_SVXSTR_EVENT_MODECHANGED
430     Text [ en-US ] = "Document mode changed" ;
433 String RID_SVXSTR_EVENT_VISAREACHANGED
435     Text [ en-US ] = "Visible area changed" ;
438 String RID_SVXSTR_EVENT_STORAGECHANGED
440     Text [ en-US ] = "Document has got a new storage" ;
443 String RID_SVXSTR_EVENT_LAYOUT_FINISHED
445     Text [ en-US ] = "Document layout finished" ;
448 String RID_SVXSTR_EVENT_SELECTIONCHANGED
450     Text [ en-US ] = "Selection changed" ;
453 String RID_SVXSTR_EVENT_DOUBLECLICK
455     Text [ en-US ] = "Double click" ;
458 String RID_SVXSTR_EVENT_RIGHTCLICK
460     Text [ en-US ] = "Right click" ;
463 String RID_SVXSTR_EVENT_CALCULATE
465     Text [ en-US ] = "Formulas calculated" ;
468 String RID_SVXSTR_EVENT_CONTENTCHANGED
470     Text [ en-US ] = "Content changed" ;
473 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */