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