1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
22 #define SC_NAVI_CMD_IDLIST \
36 #define SC_NAVI_CONT_IDLIST \
50 Window RID_SCDLG_NAVIGATOR
53 HelpId = HID_SC_NAVIGATOR ;
54 Size = MAP_APPFONT ( 115 , 116 ) ;
56 DialogControl = TRUE ;
58 Text [ en-US ] = "Navigator" ;
61 Pos = MAP_APPFONT ( 2 , 19 ) ;
62 // an kleinere Toolbox-Bitmaps angepasst
63 Size = MAP_APPFONT ( 19 , 10 ) ;
64 Text [ en-US ] = "Row" ;
68 HelpId = HID_SC_NAVIPI_ROW ;
70 Pos = MAP_APPFONT ( 31 , 18 ) ;
71 // an kleinere Toolbox-Bitmaps angepasst
72 Size = MAP_APPFONT ( 30 , 12 ) ;
79 QuickHelpText [ en-US ] = "Row" ;
83 Pos = MAP_APPFONT ( 2 , 5 ) ;
84 Size = MAP_APPFONT ( 23 , 10 ) ;
85 Text [ en-US ] = "Column" ;
89 HelpId = HID_SC_NAVIPI_COL ;
91 Pos = MAP_APPFONT ( 31 , 4 ) ;
92 Size = MAP_APPFONT ( 30 , 12 ) ;
96 QuickHelpText [ en-US ] = "Column" ;
100 // "Control" braucht immer eigene HelpId
101 HelpId = HID_SC_NAVIPI_ENTRIES ;
103 Pos = MAP_APPFONT ( 2 , 35 ) ;
104 Size = MAP_APPFONT ( 110 , 100 ) ;
109 HelpId = HID_SC_NAVIPI_DOC ;
111 Pos = MAP_APPFONT ( 2 , 89 ) ;
112 Size = MAP_APPFONT ( 82 , 50 ) ;
115 QuickHelpText [ en-US ] = "Document" ;
120 MaskColor = STD_MASKCOLOR ;
125 Pos = MAP_APPFONT ( 66 , 3 ) ;
126 HelpId = HID_SC_NAVIPI_TOOLBOX ;
134 Identifier = IID_DATA ;
135 HelpId = HID_SC_NAVIPI_DATA ;
136 Text [ en-US ] = "Data Range" ;
140 Identifier = IID_UP ;
141 HelpId = HID_SC_NAVIPI_UP ;
142 Text [ en-US ] = "Start" ;
146 Identifier = IID_DOWN ;
147 HelpId = HID_SC_NAVIPI_DOWN ;
148 Text [ en-US ] = "End" ;
151 ToolBoxItem { Type = TOOLBOXITEM_BREAK ; };
155 Identifier = IID_ZOOMOUT ;
156 HelpId = HID_SC_NAVIPI_ZOOM ;
157 Text [ en-US ] = "Contents" ;
161 Identifier = IID_CHANGEROOT ;
162 HelpId = HID_SC_NAVIPI_ROOT ;
163 Text [ en-US ] = "Toggle" ;
167 Identifier = IID_SCENARIOS ;
168 HelpId = HID_SC_NAVIPI_SCEN ;
169 Text [ en-US ] = "Scenarios" ;
173 Identifier = IID_DROPMODE ;
174 HelpId = HID_SC_NAVIPI_DROP ;
176 Text [ en-US ] = "Drag Mode" ;
182 Text [ en-US ] = "Drag Mode" ;
186 Text [ en-US ] = "Display" ;
190 Text [ en-US ] = "active" ;
194 Text [ en-US ] = "inactive" ;
198 Text [ en-US ] = "hidden" ;
202 Text [ en-US ] = "Active Window" ;
205 String STR_QHLP_SCEN_LISTBOX
207 Text [ en-US ] = "Scenario Name";
210 String STR_QHLP_SCEN_COMMENT
212 Text [ en-US ] = "Comment";
217 ImageList RID_IMAGELIST_NAVCONT
220 MaskColor = STD_MASKCOLOR ;
224 Image RID_IMG_DROP_URL
226 ImageBitmap = Bitmap { File = "dropurl.png" ; };
227 MaskColor = STD_MASKCOLOR ;
230 Image RID_IMG_DROP_LINK
232 ImageBitmap = Bitmap { File = "droplink.png" ; };
233 MaskColor = STD_MASKCOLOR ;
236 Image RID_IMG_DROP_COPY
238 ImageBitmap = Bitmap { File = "dropcopy.png" ; };
239 MaskColor = STD_MASKCOLOR ;
242 Image IMG_ELEMENT_DEFAULT
244 ImageBitmap = Bitmap { File = "xml_element.png" ; };
245 MaskColor = STD_MASKCOLOR ;
248 Image IMG_ELEMENT_REPEAT
250 ImageBitmap = Bitmap { File = "xml_element_repeat.png" ; };
251 MaskColor = STD_MASKCOLOR ;
254 Image IMG_ELEMENT_ATTRIBUTE
256 ImageBitmap = Bitmap { File = "xml_attribute.png" ; };
257 MaskColor = STD_MASKCOLOR ;
260 // content description strings are also used in ScLinkTargetsObj
262 String SCSTR_CONTENT_ROOT
264 Text [ en-US ] = "Contents" ;
267 String SCSTR_CONTENT_TABLE
269 Text [ en-US ] = "Sheets" ;
272 String SCSTR_CONTENT_RANGENAME
274 Text [ en-US ] = "Range names" ;
277 String SCSTR_CONTENT_DBAREA
279 Text [ en-US ] = "Database ranges" ;
282 String SCSTR_CONTENT_GRAPHIC
284 Text [ en-US ] = "Images" ;
287 String SCSTR_CONTENT_OLEOBJECT
289 Text [ en-US ] = "OLE objects" ;
292 String SCSTR_CONTENT_NOTE
294 Text [ en-US ] = "Comments" ;
297 String SCSTR_CONTENT_AREALINK
299 Text [ en-US ] = "Linked areas" ;
302 String SCSTR_CONTENT_DRAWING
304 Text [ en-US ] = "Drawing objects";
307 // PopupMenu -------------------------------------------------------------
308 Menu RID_POPUP_DROPMODE
314 Identifier = RID_DROPMODE_URL ;
315 HelpId = HID_SC_DROPMODE_URL ;
316 Text [ en-US ] = "Insert as Hyperlink" ;
320 Identifier = RID_DROPMODE_LINK ;
321 HelpId = HID_SC_DROPMODE_LINK ;
322 Text [ en-US ] = "Insert as Link" ;
326 Identifier = RID_DROPMODE_COPY ;
327 HelpId = HID_SC_DROPMODE_COPY ;
328 Text [ en-US ] = "Insert as Copy" ;
333 Menu RID_POPUP_NAVIPI_SCENARIO
339 Identifier = RID_NAVIPI_SCENARIO_DELETE ;
340 HelpId = HID_SC_SCENARIO_DELETE ;
341 Text [ en-US ] = "Delete" ;
345 Identifier = RID_NAVIPI_SCENARIO_EDIT ;
346 HelpId = HID_SC_SCENARIO_EDIT ;
347 Text [ en-US ] = "Properties..." ;
352 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */