1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: navipi.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 #define SC_NAVI_CMD_IDLIST \
47 #define SC_NAVI_CONT_IDLIST \
61 Window RID_SCDLG_NAVIGATOR
64 HelpId = HID_SC_NAVIGATOR ;
65 //? Pos = MAP_APPFONT( 0, 0 );
66 Size = MAP_APPFONT ( 115 , 116 ) ;
68 DialogControl = TRUE ;
70 Text [ en-US ] = "Navigator" ;
75 // EnableResizing = TRUE ;
76 // HideWhenDeactivate = TRUE ;
81 // Pos = MAP_APPFONT( 2, 20 );
82 Pos = MAP_APPFONT ( 2 , 19 ) ;
83 // an kleinere Toolbox-Bitmaps angepasst
84 Size = MAP_APPFONT ( 19 , 10 ) ;
85 Text [ en-US ] = "Row" ;
89 HelpId = HID_SC_NAVIPI_ROW ;
91 // Pos = MAP_APPFONT( 31, 19 );
92 Pos = MAP_APPFONT ( 31 , 18 ) ;
93 // an kleinere Toolbox-Bitmaps angepasst
94 Size = MAP_APPFONT ( 30 , 12 ) ;
101 QuickHelpText [ en-US ] = "Row" ;
105 Pos = MAP_APPFONT ( 2 , 5 ) ;
106 Size = MAP_APPFONT ( 23 , 10 ) ;
107 Text [ en-US ] = "Column" ;
111 HelpId = HID_SC_NAVIPI_COL ;
113 Pos = MAP_APPFONT ( 31 , 4 ) ;
114 Size = MAP_APPFONT ( 30 , 12 ) ;
118 QuickHelpText [ en-US ] = "Column" ;
122 // "Control" braucht immer eigene HelpId
123 HelpId = HID_SC_NAVIPI_ENTRIES ;
125 // Pos = MAP_APPFONT( 2, 52 );
126 Pos = MAP_APPFONT ( 2 , 35 ) ;
127 Size = MAP_APPFONT ( 110 , 100 ) ;
132 HelpId = HID_SC_NAVIPI_DOC ;
134 // Pos = MAP_APPFONT( 2, 35 );
135 Pos = MAP_APPFONT ( 2 , 89 ) ;
136 Size = MAP_APPFONT ( 82 , 50 ) ;
139 QuickHelpText [ en-US ] = "Document" ;
144 MaskColor = STD_MASKCOLOR ;
150 MaskColor = SC_HC_MASKCOLOR ;
155 Pos = MAP_APPFONT ( 66 , 3 ) ;
156 HelpId = HID_SC_NAVIPI_TOOLBOX ;
164 Identifier = IID_DATA ;
165 HelpId = HID_SC_NAVIPI_DATA ;
166 Text [ en-US ] = "Data Range" ;
170 Identifier = IID_UP ;
171 HelpId = HID_SC_NAVIPI_UP ;
172 Text [ en-US ] = "Start" ;
176 Identifier = IID_DOWN ;
177 HelpId = HID_SC_NAVIPI_DOWN ;
178 Text [ en-US ] = "End" ;
180 //--------------------------------------------
181 // ToolBoxItem { Type = TOOLBOXITEM_SEPARATOR; };
182 //--------------------------------------------
183 //----------------------------------------
184 ToolBoxItem { Type = TOOLBOXITEM_BREAK ; };
185 //----------------------------------------
188 Identifier = IID_ZOOMOUT ;
189 HelpId = HID_SC_NAVIPI_ZOOM ;
190 Text [ en-US ] = "Contents" ;
194 Identifier = IID_CHANGEROOT ;
195 HelpId = HID_SC_NAVIPI_ROOT ;
196 Text [ en-US ] = "Toggle" ;
200 Identifier = IID_SCENARIOS ;
201 HelpId = HID_SC_NAVIPI_SCEN ;
202 Text [ en-US ] = "Scenarios" ;
206 Identifier = IID_DROPMODE ;
207 HelpId = HID_SC_NAVIPI_DROP ;
209 Text [ en-US ] = "Drag Mode" ;
215 Text [ en-US ] = "Drag Mode" ;
219 Text [ en-US ] = "Display" ;
223 Text [ en-US ] = "active" ;
227 Text [ en-US ] = "inactive" ;
231 Text [ en-US ] = "hidden" ;
235 Text [ en-US ] = "Active Window" ;
238 String STR_QHLP_SCEN_LISTBOX
240 Text [ en-US ] = "Scenario Name";
243 String STR_QHLP_SCEN_COMMENT
245 Text [ en-US ] = "Comment";
251 ImageList RID_IMAGELIST_NAVCONT
254 MaskColor = STD_MASKCOLOR ;
257 ImageList RID_IMAGELIST_H_NAVCONT
260 MaskColor = SC_HC_MASKCOLOR ;
264 Image RID_IMG_DROP_URL
266 ImageBitmap = Bitmap { File = "dropurl.bmp" ; };
267 MaskColor = STD_MASKCOLOR ;
269 Image RID_IMG_DROP_LINK
271 ImageBitmap = Bitmap { File = "droplink.bmp" ; };
272 MaskColor = STD_MASKCOLOR ;
274 Image RID_IMG_DROP_COPY
276 ImageBitmap = Bitmap { File = "dropcopy.bmp" ; };
277 MaskColor = STD_MASKCOLOR ;
279 Image RID_IMG_H_DROP_URL
281 ImageBitmap = Bitmap { File = "dropurl_h.bmp" ; };
282 MaskColor = SC_HC_MASKCOLOR ;
284 Image RID_IMG_H_DROP_LINK
286 ImageBitmap = Bitmap { File = "droplink_h.bmp" ; };
287 MaskColor = SC_HC_MASKCOLOR ;
289 Image RID_IMG_H_DROP_COPY
291 ImageBitmap = Bitmap { File = "dropcopy_h.bmp" ; };
292 MaskColor = SC_HC_MASKCOLOR ;
295 // content description strings are also used in ScLinkTargetsObj
297 String SCSTR_CONTENT_ROOT
299 Text [ en-US ] = "Contents" ;
301 String SCSTR_CONTENT_TABLE
303 Text [ en-US ] = "Sheets" ;
305 String SCSTR_CONTENT_RANGENAME
307 Text [ en-US ] = "Range names" ;
309 String SCSTR_CONTENT_DBAREA
311 Text [ en-US ] = "Database Ranges" ;
313 String SCSTR_CONTENT_GRAPHIC
315 Text [ en-US ] = "Graphics" ;
317 String SCSTR_CONTENT_OLEOBJECT
319 Text [ en-US ] = "OLE objects" ;
321 String SCSTR_CONTENT_NOTE
323 Text [ en-US ] = "Comments" ;
325 String SCSTR_CONTENT_AREALINK
327 Text [ en-US ] = "Linked areas" ;
329 String SCSTR_CONTENT_DRAWING
331 Text [ en-US ] = "Drawing objects";
333 // PopupMenu -------------------------------------------------------------
334 Menu RID_POPUP_DROPMODE
340 Identifier = RID_DROPMODE_URL ;
341 HelpId = HID_SC_DROPMODE_URL ;
342 Text [ en-US ] = "Insert as Hyperlink" ;
346 Identifier = RID_DROPMODE_LINK ;
347 HelpId = HID_SC_DROPMODE_LINK ;
348 Text [ en-US ] = "Insert as Link" ;
352 Identifier = RID_DROPMODE_COPY ;
353 HelpId = HID_SC_DROPMODE_COPY ;
354 Text [ en-US ] = "Insert as Copy" ;
358 Menu RID_POPUP_NAVIPI_SCENARIO
364 Identifier = RID_NAVIPI_SCENARIO_DELETE ;
365 HelpId = HID_SC_SCENARIO_DELETE ;
366 Text [ en-US ] = "Delete" ;
370 Identifier = RID_NAVIPI_SCENARIO_EDIT ;
371 HelpId = HID_SC_SCENARIO_EDIT ;
372 Text [ en-US ] = "Properties..." ;