xref: /AOO41X/main/sw/source/ui/ribbar/workctrl.src (revision 8660f102e0dedad7df9a3fe0f3e5d0f91bcf072b)
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
24#ifndef _SVXIDS_HRC
25#include <svx/svxids.hrc>
26#endif
27#ifndef _GLOBLMN_HRC
28#include <svx/globlmn.hrc>
29#endif
30#include "workctrl.hrc"
31#include "helpid.h"
32#include "cmdid.h"
33
34Menu RID_INSERT_FIELD_CTRL
35{
36    ItemList =
37    {
38        MenuItem
39        {
40            Identifier = FN_INSERT_FLD_DATE ;
41            HelpId = CMD_FN_INSERT_FLD_DATE ;
42            Text [ en-US ] = "Date" ;
43        };
44        MenuItem
45        {
46            Identifier = FN_INSERT_FLD_TIME ;
47            HelpId = CMD_FN_INSERT_FLD_TIME ;
48            Text [ en-US ] = "Time" ;
49        };
50         //#ifndef MN_SW_WEB
51        MenuItem
52        {
53            Identifier = FN_INSERT_FLD_PGNUMBER ;
54            HelpId = CMD_FN_INSERT_FLD_PGNUMBER ;
55            Text [ en-US ] = "Page Number" ;
56        };
57        MenuItem
58        {
59            Identifier = FN_INSERT_FLD_PGCOUNT ;
60            HelpId = CMD_FN_INSERT_FLD_PGCOUNT ;
61            Text [ en-US ] = "Page Count" ;
62        };
63        MenuItem
64        {
65            Identifier = FN_INSERT_FLD_TOPIC ;
66            HelpId = CMD_FN_INSERT_FLD_TOPIC ;
67            Text [ en-US ] = "Subject" ;
68        };
69        MenuItem
70        {
71            Identifier = FN_INSERT_FLD_TITLE ;
72            HelpId = CMD_FN_INSERT_FLD_TITLE ;
73            Text [ en-US ] = "Title" ;
74        };
75         //#endif
76        MenuItem
77        {
78            Identifier = FN_INSERT_FLD_AUTHOR ;
79            HelpId = CMD_FN_INSERT_FLD_AUTHOR ;
80            Text [ en-US ] = "Author" ;
81        };
82        MenuItem
83        {
84            Separator = TRUE ;
85        };
86        MenuItem
87        {
88            Identifier = FN_INSERT_FIELD ;
89            HelpId = CMD_FN_INSERT_FIELD ;
90            Text [ en-US ] = "Other..." ;
91        };
92    };
93};
94#define SCROLL_IMAGE_IDLIST \
95        IdList =                        \
96        {                               \
97            NID_NEXT ;                  \
98            NID_PREV ;                  \
99            NID_TBL ;                   \
100            NID_FRM ;                   \
101            NID_PGE ;                   \
102            NID_DRW ;                   \
103            NID_CTRL ;                  \
104            NID_REG ;                   \
105            NID_BKM ;                   \
106            NID_GRF ;                   \
107            NID_OLE ;                   \
108            NID_OUTL ;                  \
109            NID_SEL ;                   \
110            NID_FTN ;                   \
111            NID_MARK ;                  \
112            NID_POSTIT ;                \
113            NID_SRCH_REP ;              \
114            NID_INDEX_ENTRY;            \
115            NID_TABLE_FORMULA;          \
116            NID_TABLE_FORMULA_ERROR;    \
117        };                              \
118        IdCount = { 20 ; };
119
120FloatingWindow RID_SCROLL_NAVIGATION_WIN
121{
122    Moveable = TRUE ;
123    Closeable = TRUE ;
124    Hide = TRUE ;
125    SVLook = TRUE ;
126    HelpID = HID_INSERT_CTRL ;
127    ImageList IL_VALUES
128    {
129        Prefix = "sr";
130        MaskColor = IMAGE_MASK_COLOR ;
131        SCROLL_IMAGE_IDLIST
132    };
133    ImageList ILH_VALUES
134    {
135        Prefix = "srh";
136        MaskColor = IMAGE_MASK_COLOR ;
137        SCROLL_IMAGE_IDLIST
138    };
139    FixedLine FL_SEP
140    {
141        //no position, no text
142        Size = MAP_APPFONT ( 20 , 4 ) ;
143    };
144    FixedText FI_INFO
145    {
146        //no position, no text
147        Size = MAP_APPFONT ( 20 , 8 ) ;
148        Center = TRUE;
149    };
150    String ST_TBL
151    {
152        Text [ en-US ] = "Table" ;
153    };
154    String ST_FRM
155    {
156        Text [ en-US ] = "Text Frame" ;
157    };
158    String ST_PGE
159    {
160        Text [ en-US ] = "Page" ;
161    };
162    String ST_DRW
163    {
164        Text [ en-US ] = "Drawing" ;
165    };
166    String ST_CTRL
167    {
168        Text [ en-US ] = "Control" ;
169    };
170    String ST_REG
171    {
172        Text [ en-US ] = "Section" ;
173    };
174    String ST_BKM
175    {
176        Text [ en-US ] = "Bookmark" ;
177    };
178    String ST_GRF
179    {
180        Text [ en-US ] = "Graphics" ;
181    };
182    String ST_OLE
183    {
184        Text [ en-US ] = "OLE object" ;
185    };
186    String ST_OUTL
187    {
188        /* ### ACHTUNG: Neuer Text in Resource? �berschrift : �berschrift */
189        Text [ en-US ] = "Headings" ;
190    };
191    String ST_SEL
192    {
193        Text [ en-US ] = "Selection" ;
194    };
195    String ST_FTN
196    {
197        /* ### ACHTUNG: Neuer Text in Resource? Fu�note : Fu�note */
198        Text [ en-US ] = "Footnote" ;
199    };
200    String ST_MARK
201    {
202        Text [ en-US ] = "Reminder" ;
203    };
204    String ST_POSTIT
205    {
206        Text [ en-US ] = "Note" ;
207    };
208    String ST_SRCH_REP
209    {
210        Text [ en-US ] = "Repeat search" ;
211    };
212    String ST_INDEX_ENTRY
213    {
214        Text [ en-US ] = "Index entry";
215    };
216    String ST_TABLE_FORMULA
217    {
218        Text [ en-US ] = "Table formula";
219    };
220    String ST_TABLE_FORMULA_ERROR
221    {
222        Text [ en-US ] = "Wrong table formula";
223    };
224    Text [ en-US ] = "Navigation" ;
225};
226/*
227Noch ein paar Reserven
228            ToolBoxItem
229            {
230                                Identifier = NID_NEXT;
231                Text = "Vorw�rts" ;
232                        };
233            ToolBoxItem
234            {
235                                Identifier = NID_PREV;
236                Text = "R�ckw�rts" ;
237                        };
238            ToolBoxItem
239            {
240                                Identifier = NID_CTRL;
241                Text = "Control" ;
242                        };
243            ToolBoxItem
244            {
245                                Identifier = NID_DRW;
246                Text = "Zeichenobjekt" ;
247                        };
248
249
250*/
251/***************************************************************
252    Strings fuer die Quickhelp der View-PgUp/Down-Buttons
253***************************************************************/
254String STR_IMGBTN_NEXT_DOWN
255{
256    Text = "" ;
257};
258String STR_IMGBTN_PREV_DOWN
259{
260    Text = "" ;
261};
262String STR_IMGBTN_TBL_DOWN
263{
264    /* ### ACHTUNG: Neuer Text in Resource? N�chste Tabelle : N�chste Tabelle */
265    Text [ en-US ] = "Next table" ;
266};
267String STR_IMGBTN_FRM_DOWN
268{
269    /* ### ACHTUNG: Neuer Text in Resource? N�chster Textrahmen : N�chster Textrahmen */
270    Text [ en-US ] = "Next text frame" ;
271};
272String STR_IMGBTN_PGE_DOWN
273{
274    /* ### ACHTUNG: Neuer Text in Resource? N�chste Seite : N�chste Seite */
275    Text [ en-US ] = "Next page" ;
276};
277String STR_IMGBTN_DRW_DOWN
278{
279    /* ### ACHTUNG: Neuer Text in Resource? N�chstes Zeichenobjekt : N�chstes Zeichenobjekt */
280    Text [ en-US ] = "Next drawing" ;
281};
282String STR_IMGBTN_CTRL_DOWN
283{
284    /* ### ACHTUNG: Neuer Text in Resource? N�chstes Kontrollfeld : N�chstes Kontrollfeld */
285    Text [ en-US ] = "Next control" ;
286};
287String STR_IMGBTN_REG_DOWN
288{
289    /* ### ACHTUNG: Neuer Text in Resource? N�chster Bereich : N�chster Bereich */
290    Text [ en-US ] = "Next section" ;
291};
292String STR_IMGBTN_BKM_DOWN
293{
294    /* ### ACHTUNG: Neuer Text in Resource? N�chste Textmarke : N�chste Textmarke */
295    Text [ en-US ] = "Next bookmark" ;
296};
297String STR_IMGBTN_GRF_DOWN
298{
299    /* ### ACHTUNG: Neuer Text in Resource? N�chste Grafik : N�chste Grafik */
300    Text [ en-US ] = "Next graphic" ;
301};
302String STR_IMGBTN_OLE_DOWN
303{
304    /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE object */
305    /* ### ACHTUNG: Neuer Text in Resource? N�chstes OLE-Objekt : N�chstes OLE-Objekt */
306    Text [ en-US ] = "Next OLE object" ;
307};
308String STR_IMGBTN_OUTL_DOWN
309{
310    /* ### ACHTUNG: Neuer Text in Resource? N�chste �berschrift : N�chste �berschrift */
311    Text [ en-US ] = "Next heading" ;
312};
313String STR_IMGBTN_SEL_DOWN
314{
315    /* ### ACHTUNG: Neuer Text in Resource? N�chste Markierung : N�chste Markierung */
316    Text [ en-US ] = "Next selection" ;
317};
318String STR_IMGBTN_FTN_DOWN
319{
320    /* ### ACHTUNG: Neuer Text in Resource? N�chste Fu�note : N�chste Fu�note */
321    Text [ en-US ] = "Next footnote" ;
322};
323String STR_IMGBTN_MARK_DOWN
324{
325    /* ### ACHTUNG: Neuer Text in Resource? N�chster Merker : N�chster Merker */
326    Text [ en-US ] = "Next Reminder" ;
327};
328String STR_IMGBTN_POSTIT_DOWN
329{
330    /* ### ACHTUNG: Neuer Text in Resource? N�chste Notiz : N�chste Notiz */
331    Text [ en-US ] = "Next Note" ;
332};
333String STR_IMGBTN_SRCH_REP_DOWN
334{
335    Text [ en-US ] = "Continue search forward" ;
336};
337String STR_IMGBTN_INDEX_ENTRY_DOWN
338{
339    Text [ en-US ] = "Next index entry";
340};
341String STR_IMGBTN_NEXT_UP
342{
343    Text = "" ;
344};
345String STR_IMGBTN_PREV_UP
346{
347    Text = "" ;
348};
349String STR_IMGBTN_TBL_UP
350{
351    Text [ en-US ] = "Previous table" ;
352};
353String STR_IMGBTN_FRM_UP
354{
355    Text [ en-US ] = "Previous text frame" ;
356};
357String STR_IMGBTN_PGE_UP
358{
359    Text [ en-US ] = "Previous page" ;
360};
361String STR_IMGBTN_DRW_UP
362{
363    Text [ en-US ] = "Previous drawing" ;
364};
365String STR_IMGBTN_CTRL_UP
366{
367    Text [ en-US ] = "Previous control" ;
368};
369String STR_IMGBTN_REG_UP
370{
371    Text [ en-US ] = "Previous section" ;
372};
373String STR_IMGBTN_BKM_UP
374{
375    Text [ en-US ] = "Previous bookmark" ;
376};
377String STR_IMGBTN_GRF_UP
378{
379    Text [ en-US ] = "Previous graphic" ;
380};
381String STR_IMGBTN_OLE_UP
382{
383    /* ### ACHTUNG: Neuer Text in Resource? Voriges OLE-Objekt : Voriges OLE object */
384    Text [ en-US ] = "Previous OLE object" ;
385};
386String STR_IMGBTN_OUTL_UP
387{
388    /* ### ACHTUNG: Neuer Text in Resource? Vorige �berschrift : Vorige �berschrift */
389    Text [ en-US ] = "Previous heading" ;
390};
391String STR_IMGBTN_SEL_UP
392{
393    Text [ en-US ] = "Previous selection" ;
394};
395String STR_IMGBTN_FTN_UP
396{
397    /* ### ACHTUNG: Neuer Text in Resource? Vorige Fu�note : Vorige Fu�note */
398    Text [ en-US ] = "Previous footnote" ;
399};
400String STR_IMGBTN_MARK_UP
401{
402    Text [ en-US ] = "Previous Reminder" ;
403};
404String STR_IMGBTN_POSTIT_UP
405{
406    Text [ en-US ] = "Previous Note" ;
407};
408String STR_IMGBTN_SRCH_REP_UP
409{
410    Text [ en-US ] = "Continue search backwards" ;
411};
412String STR_IMGBTN_INDEX_ENTRY_UP
413{
414    Text [ en-US ] = "Previous index entry";
415};
416String STR_IMGBTN_TBLFML_UP
417{
418    Text [ en-US ] = "Previous table formula";
419};
420String STR_IMGBTN_TBLFML_DOWN
421{
422    Text [ en-US ] = "Next table formula";
423};
424String STR_IMGBTN_TBLFML_ERR_UP
425{
426    Text [ en-US ] = "Previous faulty table formula";
427};
428String STR_IMGBTN_TBLFML_ERR_DOWN
429{
430    Text [ en-US ] = "Next faulty table formula";
431};
432ImageButton BTN_NAVI
433{
434    HelpID = HID_NAVIGATION_IMGBTN ;
435    SVLOOK = TRUE ;
436    HIDE = TRUE ;
437    RectStyle = TRUE ;
438    SmallStyle = TRUE ;
439    Image IMG_BTN
440    {
441        ImageBitmap = Bitmap { File = "punkt.bmp" ; };
442        MaskColor = IMAGE_MASK_COLOR ;
443    };
444    Image IMG_BTN_H
445    {
446        ImageBitmap = Bitmap { File = "punkt_h.bmp" ; };
447        MaskColor = IMAGE_MASK_COLOR ;
448    };
449    String ST_QUICK
450    {
451        Text [ en-US ] = "Navigation" ;
452    };
453};
454ComboBox RID_PVIEW_ZOOM_LB
455{
456    HelpId = HID_PVIEW_ZOOM_LB;
457    Size = MAP_APPFONT ( 30 , 86 ) ;
458    DropDown = TRUE ;
459    AutoHScroll = TRUE ;
460    DDExtraWidth = TRUE ;
461    Border = TRUE ;
462    Hide = TRUE ;
463};
464