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