bump product version to 4.1.6.2
[LibreOffice.git] / sw / source / ui / utlui / navipi.src
blob66bda96428c8c41e3dc8fce16bdfdabb7daef2f3
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 "cmdid.h"
21 #include "utlui.hrc"
22 #include "navipi.hrc"
23 #include "helpid.h"
24 #include "access.hrc"
26 Window DLG_NAVIGATION_PI
28     HelpID = HID_NAVIGATION_PI ;
29     OutputSize = TRUE ;
30     DialogControl = TRUE ;
31     SVLook = TRUE ;
32      // Size = MAP_PIXEL( 235, 195 );
33      // ZoomInOutputSize = MAP_PIXEL(235, 56);
34     Size = MAP_PIXEL ( 282 , 59 ) ;
35      //    Closeable = TRUE ;
36      //    Zoomable = TRUE ;
37      //    Moveable = TRUE ;
38      // ZoomIn = FALSE;
39     Hide = TRUE ;
40      //    HideWhenDeactivate = TRUE ;
41      //    Sizeable = TRUE ;
42      //    EnableResizing = TRUE ;
43      //    Dockable = TRUE ;
44      //    Sizeable = TRUE ;
45     Text [ en-US ] = "Navigator" ;
46     ExtraData =
47     {
48         198;
49     };
50     // Toolbox from 323 x
51 #define NAVI_IDLIST \
52         IdList =                                    \
53         {                                           \
54             FN_UP ;                   \
55             FN_DOWN ;                \
56             FN_SELECT_HEADER ;      \
57             FN_SELECT_FOOTER ;      \
58             FN_SELECT_FOOTNOTE ;    \
59             FN_SHOW_CONTENT_BOX ;       \
60             FN_SHOW_ROOT ;      \
61             FN_ITEM_UP ;        \
62             FN_ITEM_DOWN ;      \
63             FN_ITEM_LEFT ;      \
64             FN_ITEM_RIGHT ;     \
65             FN_DROP_REGION ;    \
66             FN_OUTLINE_LEVEL ;    \
67             FN_SELECT_SET_AUTO_BOOKMARK ; \
68             FN_DROP_REGION_LINK ;   \
69             FN_DROP_REGION_COPY ;   \
70             FN_GLOBAL_SWITCH ;         \
71             FN_GLOBAL_EDIT ;           \
72             FN_GLOBAL_UPDATE ;         \
73             FN_GLOBAL_OPEN ;           \
74             FN_GLOBAL_SAVE_CONTENT ;     \
75             FN_CREATE_NAVIGATION ;       \
76         };                                               \
77         IdCount = { 21 ; };
79     ImageList IL_CONTENT
80     {
81         Prefix = "sc";
82         MaskColor = IMAGE_MASK_COLOR ;
83         NAVI_IDLIST
84     };
85     Toolbox TB_CONTENT
86     {
87         Pos = MAP_PIXEL ( 5 , 5 ) ;
88         Size = MAP_PIXEL ( 300 , 47 ) ;
89         LineCount = 2 ;
90         ItemList =
91         {
92             ToolBoxItem
93             {
94                 Identifier = FN_GLOBAL_SWITCH ;
95                 HelpID = HID_NAVI_TBX17 ;
96                 Text [ en-US ] = "Toggle" ;
97             };
98             ToolBoxItem
99             {
100                 Identifier = FN_CREATE_NAVIGATION ;
101                 HelpID = HID_NAVI_TBX24 ;
102                 Text [ en-US ] = "Navigation" ;
103                 DropDown = TRUE ;
104             };
105             ToolBoxItem
106             {
107                 Identifier = FN_UP ;
108                  //                 ItemBitmap = Bitmap { File = "navup.bmp"; };
109                 HelpID = HID_NAVI_TBX2 ;
110                 Text [ en-US ] = "Back" ;
111             };
112             ToolBoxItem
113             {
114                 Identifier = FN_DOWN ;
115                  //                 ItemBitmap = Bitmap { File = "navdn.bmp"; };
116                 HelpID = HID_NAVI_TBX3 ;
117                 Text [ en-US ] = "Forward" ;
118             };
119             ToolBoxItem
120             {
121                 Identifier = FN_DROP_REGION ;
122                 HelpID = HID_NAVI_TBX4 ;
123                 DropDown = TRUE ;
124                 Text [ en-US ] = "Drag Mode" ;
125             };
126             ToolBoxItem
127             {
128                 Type = TOOLBOXITEM_SEPARATOR ;
129             };
130             ToolBoxItem
131             {
132                 Identifier = FN_ITEM_UP ;
133                  //                 ItemBitmap = Bitmap { File = "navchup.bmp"; };
134                 HelpID = HID_NAVI_TBX5 ;
135                 Text [ en-US ] = "Promote Chapter" ;
136                  //HelpText[english_us-wrong] = "Move chapter down";//"Move chapter up"
137             };
138             ToolBoxItem
139             {
140                 Identifier = FN_ITEM_DOWN ;
141                  //                 ItemBitmap = Bitmap { File = "navchdn.bmp"; };
142                 HelpID = HID_NAVI_TBX6 ;
143                 Text [ en-US ] = "Demote Chapter" ;
144             };
145             ToolBoxItem
146             {
147                 Type = TOOLBOXITEM_BREAK ;
148             };
149             ToolBoxItem
150             {
151                 Identifier = FN_SHOW_CONTENT_BOX ;
152                 HelpID = HID_NAVI_TBX7 ;
153                 Text [ en-US ] = "List Box On/Off" ;
154             };
155             ToolBoxItem
156             {
157                 Identifier = FN_SHOW_ROOT ;
158                 HelpID = HID_NAVI_TBX8 ;
159                 Text [ en-US ] = "Content View" ;
160             };
161             ToolBoxItem
162             {
163                 Type = TOOLBOXITEM_SEPARATOR ;
164             };
165             ToolBoxItem
166             {
167                 Identifier = FN_SELECT_SET_AUTO_BOOKMARK ;
168                 HelpID = HID_NAVI_TBX9 ;
169                  //                 ItemBitmap = Bitmap { File = "navstmp.bmp"; };
170                 Text [ en-US ] = "Set Reminder" ;
171             };
172             ToolBoxItem
173             {
174                 Type = TOOLBOXITEM_SEPARATOR ;
175             };
176             ToolBoxItem
177             {
178                 Identifier = FN_SELECT_HEADER ;
179                  //                 ItemBitmap = Bitmap { File = "navhead.bmp"; };
180                 HelpID = HID_NAVI_TBX10 ;
181                 Text [ en-US ] = "Header" ;
182             };
183             ToolBoxItem
184             {
185                 Identifier = FN_SELECT_FOOTER ;
186                  //                 ItemBitmap = Bitmap { File = "navfoot.bmp"; };
187                 HelpID = HID_NAVI_TBX11 ;
188                 Text [ en-US ] = "Footer" ;
189             };
190             ToolBoxItem
191             {
192                 Identifier = FN_SELECT_FOOTNOTE ;
193                  //                 ItemBitmap = Bitmap { File = "navnote.bmp"; };
194                 HelpID = HID_NAVI_TBX12 ;
195                 Text [ en-US ] = "Anchor<->Text" ;
196             };
197             ToolBoxItem
198             {
199                 Type = TOOLBOXITEM_SEPARATOR ;
200             };
201             ToolBoxItem
202             {
203                 Identifier = FN_OUTLINE_LEVEL ;
204                 HelpID = HID_NAVI_TBX13 ;
205                 Text [ en-US ] = "Heading Levels Shown" ;
206                 DropDown = TRUE ;
207             };
208             ToolBoxItem
209             {
210                 Type = TOOLBOXITEM_SEPARATOR ;
211             };
212             ToolBoxItem
213             {
214                 Identifier = FN_ITEM_LEFT ;
215                 HelpID = HID_NAVI_TBX14 ;
216                  //                 ItemBitmap = Bitmap { File = "navchlf.bmp"; };
217                 Text [ en-US ] = "Promote Level" ;
218             };
219             ToolBoxItem
220             {
221                 Identifier = FN_ITEM_RIGHT ;
222                  //                 ItemBitmap = Bitmap { File = "navchrg.bmp"; };
223                 HelpID = HID_NAVI_TBX15 ;
224                 Text [ en-US ] = "Demote Level" ;
225             };
226         };
227     };
228     ToolBox TB_GLOBAL
229     {
230         Pos = MAP_PIXEL ( 5 , 5 ) ;
231         Size = MAP_PIXEL ( 300 , 47 ) ;
232         LineCount = 1 ;
233         Hide = TRUE ;
234         ItemList =
235         {
236             ToolBoxItem
237             {
238                 Identifier = FN_GLOBAL_SWITCH ;
239                 HelpID = HID_NAVI_TBX17 ;
240                 Text [ en-US ] = "Toggle" ;
241             };
242             ToolBoxItem
243             {
244                 Type = TOOLBOXITEM_SEPARATOR ;
245             };
246             ToolBoxItem
247             {
248                 Identifier = FN_GLOBAL_EDIT ;
249                 HelpID = HID_NAVI_TBX18 ;
250                 Text [ en-US ] = "Edit" ;
251             };
252             ToolBoxItem
253             {
254                 Identifier = FN_GLOBAL_UPDATE ;
255                 HelpID = HID_NAVI_TBX19 ;
256                 Text [ en-US ] = "Update" ;
257             };
258             ToolBoxItem
259             {
260                 Identifier = FN_GLOBAL_OPEN ;
261                 HelpID = HID_NAVI_TBX20 ;
262                 Text [ en-US ] = "Insert" ;
263             };
264             ToolBoxItem
265             {
266                 Type = TOOLBOXITEM_SEPARATOR ;
267             };
268             ToolBoxItem
269             {
270                 Identifier = FN_GLOBAL_SAVE_CONTENT ;
271                 HelpID = HID_NAVI_TBX21 ;
272                 Text [ en-US ] = "Save Contents as well" ;
273             };
274             ToolBoxItem
275             {
276                 Type = TOOLBOXITEM_SEPARATOR ;
277             };
278             ToolBoxItem
279             {
280                 Identifier = FN_ITEM_UP ;
281                 HelpID = HID_NAVI_TBX22 ;
282                 Text [ en-US ] = "Move Up" ;
283             };
284             ToolBoxItem
285             {
286                 Identifier = FN_ITEM_DOWN ;
287                 HelpID = HID_NAVI_TBX23 ;
288                 Text [ en-US ] = "Move Down" ;
289             };
290         };
291     };
292     /* TreeListBox */
293     Control TL_CONTENT
294     {
295         HelpID = HID_NAVI_CONTENT ;
296         Border = TRUE ;
297         Pos = MAP_PIXEL ( 5 , 62 ) ;
298         Size = MAP_PIXEL ( 274 , 112 ) ;
299         TabStop = TRUE ;
300         ClipChildren = TRUE ;
301         Hide = TRUE ;
302     };
303     Control TL_GLOBAL
304     {
305         HelpID = HID_NAVI_GLOBAL ;
306         Border = TRUE ;
307         Pos = MAP_PIXEL ( 5 , 34 ) ;
308         Size = MAP_PIXEL ( 274 , 112 ) ;
309         TabStop = TRUE ;
310         ClipChildren = TRUE ;
311         Hide = TRUE ;
312     };
313     ListBox LB_DOCS
314     {
315         Border = TRUE ;
316         Pos = MAP_PIXEL ( 5 , 115 ) ;
317         Size = MAP_APPFONT ( 150 , 50 ) ;
318         DropDown = TRUE ;
319     };
320     NumericField NF_PAGE
321     {
322         Border = TRUE ;
323         Pos = MAP_PIXEL ( 50 , 29 ) ;
324         Size = MAP_PIXEL ( 34 , 20 ) ;
325         TabStop = TRUE ;
326         Left = TRUE ;
327         Repeat = TRUE ;
328         Spin = TRUE ;
329         Minimum = 1 ;
330         First = 1 ;
331          // Outline as default
332         Maximum = 5 ;
333         Last = 5 ;
334         Value = 5 ;
335     };
336     String ST_OUTLINE_LEVEL
337     {
338         Text [ en-US ] = "Outline Level" ;
339     };
340     String ST_DRAGMODE
341     {
342         Text [ en-US ] = "Drag Mode" ;
343     };
344     String ST_HYPERLINK
345     {
346         Text [ en-US ] = "Insert as Hyperlink" ;
347     };
348     String ST_LINK_REGION
349     {
350         Text [ en-US ] = "Insert as Link" ;
351     };
352     String ST_COPY_REGION
353     {
354         Text [ en-US ] = "Insert as Copy" ;
355     };
356     String ST_DISPLAY
357     {
358         Text [ en-US ] = "Display" ;
359     };
360     String ST_ACTIVE_VIEW
361     {
362         Text [ en-US ] = "Active Window" ;
363     };
364     String ST_HIDDEN
365     {
366         Text [ en-US ] = "hidden" ;
367     };
368     String ST_ACTIVE
369     {
370         Text [ en-US ] = "active" ;
371     };
372     String ST_INACTIVE
373     {
374         Text [ en-US ] = "inactive" ;
375     };
376     String ST_EDIT_ENTRY
377     {
378         Text [ en-US ] = "Edit..." ;
379     };
380     String ST_UPDATE
381     {
382         Text [ en-US ] = "~Update" ;
383     };
384     String ST_EDIT_CONTENT
385     {
386         Text [ en-US ] = "Edit" ;
387     };
388     String ST_EDIT_LINK
389     {
390         Text [ en-US ] = "Edit link";
391     };
392     String ST_INSERT
393     {
394         Text [ en-US ] = "Insert" ;
395     };
396     String ST_INDEX
397     {
398         Text [ en-US ] = "~Index";
399     };
400     String ST_FILE
401     {
402         Text [ en-US ] = "File" ;
403     };
404     String ST_NEW_FILE
405     {
406         Text [ en-US ] = "New Document" ;
407     };
408     String ST_TEXT
409     {
410         Text [ en-US ] = "Text" ;
411     };
412     String ST_DELETE
413     {
414         Text [ en-US ] = "Delete" ;
415     };
416     String ST_DELETE_ENTRY
417     {
418         Text [ en-US ] = "~Delete" ;
419     };
420     String ST_UPDATE_SEL
421     {
422         Text [ en-US ] = "Selection" ;
423     };
424     String ST_UPDATE_INDEX
425     {
426         Text [ en-US ] = "Indexes" ;
427     };
428     String ST_UPDATE_LINK
429     {
430         Text [ en-US ] = "Links" ;
431     };
432     String ST_UPDATE_ALL
433     {
434         Text [ en-US ] = "All" ;
435     };
436     String ST_REMOVE_INDEX
437     {
438         Text [ en-US ] = "~Remove Index" ;
439     };
440     String ST_REMOVE_TBL_PROTECTION
441     {
442         Text [ en-US ] = "~Unprotect" ;
443     };
444     String ST_INVISIBLE
445     {
446         Text [ en-US ] = "hidden";
447     };
448     String ST_BROKEN_LINK
449     {
450         Text [ en-US ] = "File not found: ";
451     };
452     String ST_RENAME
453     {
454         Text [ en-US ] = "~Rename";
455     };
456     String ST_READONLY_IDX
457     {
458         Text [ en-US ] = "Read-~only";
459     };
460     String ST_POSTIT_SHOW
461     {
462         Text [ en-US ] = "Show All";
463     };
464     String ST_POSTIT_HIDE
465     {
466         Text [ en-US ] = "Hide All";
467     };
468     String ST_POSTIT_DELETE
469     {
470         Text [ en-US ] = "Delete All";
471     };
473 #define NAVI_ENTRY_IDS \
474     IdList =           \
475     {                  \
476         20000 ;        \
477         20001 ;        \
478         20002 ;        \
479         20003 ;        \
480         20004 ;        \
481         20005 ;        \
482         20006 ;        \
483         20007 ;        \
484         20008 ;        \
485         20009 ;        \
486         20010 ;        \
487         20011 ;        \
488     };                 \
489     IdCount = { 12 ; };
491 ImageList IMG_NAVI_ENTRYBMP
493     Prefix = "nc";
494     MaskColor = IMAGE_MASK_COLOR ;
495     NAVI_ENTRY_IDS
499 String STR_ACCESS_TL_GLOBAL
501     Text [ en-US ] = "Global View";
503 String STR_ACCESS_TL_CONTENT
505     Text [ en-US ] = "Content View";
508 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */