android: Update app-specific/MIME type icons
[LibreOffice.git] / sc / uiconfig / scalc / ui / navigatorpanel.ui
bloba5b9b3038be66039da4d131aa08ff418017b183e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.2 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment2">
11 <property name="upper">100</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkMenu" id="dragmodemenu">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <child>
19 <object class="GtkRadioMenuItem" id="hyperlink">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="label" translatable="yes" context="navigatorpanel|hyperlink">Insert as Hyperlink</property>
23 <property name="use_underline">True</property>
24 <property name="active">True</property>
25 <property name="draw_as_radio">True</property>
26 <child internal-child="accessible">
27 <object class="AtkObject" id="hyperlink-atkobject">
28 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|hyperlink">Inserts a hyperlink when you drag-and-drop an object from the Navigator into a document.</property>
29 </object>
30 </child>
31 </object>
32 </child>
33 <child>
34 <object class="GtkRadioMenuItem" id="link">
35 <property name="visible">True</property>
36 <property name="can_focus">False</property>
37 <property name="label" translatable="yes" context="navigatorpanel|link">Insert as Link</property>
38 <property name="use_underline">True</property>
39 <property name="draw_as_radio">True</property>
40 <property name="group">hyperlink</property>
41 <child internal-child="accessible">
42 <object class="AtkObject" id="link-atkobject">
43 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|link">Creates a link when you drag-and-drop an object from the Navigator into a document.</property>
44 </object>
45 </child>
46 </object>
47 </child>
48 <child>
49 <object class="GtkRadioMenuItem" id="copy">
50 <property name="visible">True</property>
51 <property name="can_focus">False</property>
52 <property name="label" translatable="yes" context="navigatorpanel|copy">Insert as Copy</property>
53 <property name="use_underline">True</property>
54 <property name="draw_as_radio">True</property>
55 <property name="group">hyperlink</property>
56 <child internal-child="accessible">
57 <object class="AtkObject" id="copy-atkobject">
58 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|copy">Generates a copy when you drag-and-drop an object from the Navigator into a document.</property>
59 </object>
60 </child>
61 </object>
62 </child>
63 </object>
64 <object class="GtkTreeStore" id="liststore1">
65 <columns>
66 <!-- column-name expander -->
67 <column type="GdkPixbuf"/>
68 <!-- column-name text -->
69 <column type="gchararray"/>
70 <!-- column-name id -->
71 <column type="gchararray"/>
72 <!-- column-name weight -->
73 <column type="gint"/>
74 <!-- column-name sensitive -->
75 <column type="gboolean"/>
76 </columns>
77 </object>
78 <object class="GtkTreeStore" id="liststore2">
79 <columns>
80 <!-- column-name text -->
81 <column type="gchararray"/>
82 <!-- column-name id -->
83 <column type="gchararray"/>
84 </columns>
85 </object>
86 <!-- n-columns=1 n-rows=1 -->
87 <object class="GtkGrid" id="NavigatorPanel">
88 <property name="visible">True</property>
89 <property name="can_focus">False</property>
90 <property name="hexpand">True</property>
91 <property name="vexpand">True</property>
92 <property name="border_width">6</property>
93 <child>
94 <!-- n-columns=1 n-rows=1 -->
95 <object class="GtkGrid">
96 <property name="visible">True</property>
97 <property name="can_focus">False</property>
98 <property name="hexpand">True</property>
99 <property name="vexpand">True</property>
100 <property name="row_spacing">6</property>
101 <property name="column_spacing">12</property>
102 <child>
103 <!-- n-columns=1 n-rows=1 -->
104 <object class="GtkGrid" id="gridbuttons">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <property name="hexpand">True</property>
108 <property name="row_spacing">3</property>
109 <property name="column_spacing">6</property>
110 <child>
111 <object class="GtkLabel" id="label1">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="halign">start</property>
115 <property name="label" translatable="yes" context="navigatorpanel|label1">Column:</property>
116 <property name="use_underline">True</property>
117 <property name="mnemonic_widget">column</property>
118 </object>
119 <packing>
120 <property name="left_attach">0</property>
121 <property name="top_attach">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkLabel" id="label2">
126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
128 <property name="halign">start</property>
129 <property name="label" translatable="yes" context="navigatorpanel|label2">Row:</property>
130 <property name="use_underline">True</property>
131 <property name="mnemonic_widget">row</property>
132 </object>
133 <packing>
134 <property name="left_attach">0</property>
135 <property name="top_attach">1</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkSpinButton" id="column">
140 <property name="visible">True</property>
141 <property name="can_focus">True</property>
142 <property name="tooltip_text" translatable="yes" context="navigatorpanel|column|tooltip_text">Column</property>
143 <property name="hexpand">True</property>
144 <property name="adjustment">adjustment1</property>
145 <property name="truncate-multiline">True</property>
146 <child internal-child="accessible">
147 <object class="AtkObject" id="column-atkobject">
148 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|column">Enter the column letter. Press Enter to reposition the cell cursor to the specified column in the same row.</property>
149 </object>
150 </child>
151 </object>
152 <packing>
153 <property name="left_attach">1</property>
154 <property name="top_attach">0</property>
155 </packing>
156 </child>
157 <child>
158 <object class="GtkSpinButton" id="row">
159 <property name="visible">True</property>
160 <property name="can_focus">True</property>
161 <property name="tooltip_text" translatable="yes" context="navigatorpanel|row|tooltip_text">Row</property>
162 <property name="hexpand">True</property>
163 <property name="adjustment">adjustment2</property>
164 <property name="truncate-multiline">True</property>
165 <child internal-child="accessible">
166 <object class="AtkObject" id="row-atkobject">
167 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|row">Enter a row number. Press Enter to reposition the cell cursor to the specified row in the same column.</property>
168 </object>
169 </child>
170 </object>
171 <packing>
172 <property name="left_attach">1</property>
173 <property name="top_attach">1</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkToolbar" id="toolbox1">
178 <property name="visible">True</property>
179 <property name="can_focus">True</property>
180 <property name="toolbar_style">icons</property>
181 <property name="show_arrow">False</property>
182 <property name="icon_size">2</property>
183 <child>
184 <object class="GtkToolButton" id="datarange">
185 <property name="visible">True</property>
186 <property name="tooltip_text" translatable="yes" context="navigatorpanel|datarange|tooltip_text">Data Range</property>
187 <property name="icon_name">sc/res/na03.png</property>
188 <child internal-child="accessible">
189 <object class="AtkObject" id="datarange-atkobject">
190 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|datarange">Specifies the current data range denoted by the position of the cell cursor.</property>
191 </object>
192 </child>
193 </object>
194 <packing>
195 <property name="expand">False</property>
196 <property name="homogeneous">False</property>
197 </packing>
198 </child>
199 <child>
200 <object class="GtkToolButton" id="start">
201 <property name="visible">True</property>
202 <property name="tooltip_text" translatable="yes" context="navigatorpanel|start|tooltip_text">Start</property>
203 <property name="icon_name">sc/res/na05.png</property>
204 <child internal-child="accessible">
205 <object class="AtkObject" id="start-atkobject">
206 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|start">Moves to the cell at the beginning of the current data range, which you can highlight using the Data Range button.</property>
207 </object>
208 </child>
209 </object>
210 <packing>
211 <property name="expand">False</property>
212 <property name="homogeneous">False</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkToolButton" id="end">
217 <property name="visible">True</property>
218 <property name="tooltip_text" translatable="yes" context="navigatorpanel|end|tooltip_text">End</property>
219 <property name="icon_name">sc/res/na06.png</property>
220 <child internal-child="accessible">
221 <object class="AtkObject" id="end-atkobject">
222 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|end">Moves to the cell at the end of the current data range, which you can highlight using the Data Range button.</property>
223 </object>
224 </child>
225 </object>
226 <packing>
227 <property name="expand">False</property>
228 <property name="homogeneous">False</property>
229 </packing>
230 </child>
231 <child>
232 <object class="GtkToggleToolButton" id="contents">
233 <property name="visible">True</property>
234 <property name="tooltip_text" translatable="yes" context="navigatorpanel|contents|tooltip_text">Contents</property>
235 <property name="icon_name">sc/res/na011.png</property>
236 </object>
237 <packing>
238 <property name="expand">False</property>
239 <property name="homogeneous">False</property>
240 </packing>
241 </child>
242 </object>
243 <packing>
244 <property name="left_attach">2</property>
245 <property name="top_attach">0</property>
246 </packing>
247 </child>
248 <child>
249 <object class="GtkToolbar" id="toolbox2">
250 <property name="visible">True</property>
251 <property name="can_focus">True</property>
252 <property name="toolbar_style">icons</property>
253 <property name="show_arrow">False</property>
254 <property name="icon_size">2</property>
255 <child>
256 <object class="GtkToggleToolButton" id="toggle">
257 <property name="visible">True</property>
258 <property name="tooltip_text" translatable="yes" context="navigatorpanel|toggle|tooltip_text">Toggle</property>
259 <property name="icon_name">sc/res/na010.png</property>
260 <child internal-child="accessible">
261 <object class="AtkObject" id="toggle-atkobject">
262 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|toggle">Allows you to hide/show the contents.</property>
263 </object>
264 </child>
265 </object>
266 <packing>
267 <property name="expand">False</property>
268 <property name="homogeneous">False</property>
269 </packing>
270 </child>
271 <child>
272 <object class="GtkToggleToolButton" id="scenarios">
273 <property name="visible">True</property>
274 <property name="tooltip_text" translatable="yes" context="navigatorpanel|scenarios|tooltip_text">Scenarios</property>
275 <property name="icon_name">sc/res/na07.png</property>
276 <child internal-child="accessible">
277 <object class="AtkObject" id="scenarios-atkobject">
278 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|scenarios">Displays all available scenarios. Double-click a name to apply that scenario.</property>
279 </object>
280 </child>
281 </object>
282 <packing>
283 <property name="expand">False</property>
284 <property name="homogeneous">False</property>
285 </packing>
286 </child>
287 <child>
288 <object class="GtkMenuToolButton" id="dragmode">
289 <property name="visible">True</property>
290 <property name="tooltip_text" translatable="yes" context="navigatorpanel|dragmode|tooltip_text">Drag Mode</property>
291 <property name="icon_name">sc/res/na09.png</property>
292 <child internal-child="accessible">
293 <object class="AtkObject" id="dragmode-atkobject">
294 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|dragmode">Opens a submenu for selecting the drag mode. You decide which action is performed when dragging and dropping an object from the Navigator into a document. Depending on the mode you select, the icon indicates whether a hyperlink, link or a copy is created.</property>
295 </object>
296 </child>
297 </object>
298 <packing>
299 <property name="expand">False</property>
300 <property name="homogeneous">False</property>
301 </packing>
302 </child>
303 </object>
304 <packing>
305 <property name="left_attach">2</property>
306 <property name="top_attach">1</property>
307 </packing>
308 </child>
309 </object>
310 <packing>
311 <property name="left_attach">0</property>
312 <property name="top_attach">0</property>
313 </packing>
314 </child>
315 <child>
316 <object class="GtkComboBoxText" id="documents">
317 <property name="visible">True</property>
318 <property name="can_focus">True</property>
319 <property name="tooltip_text" translatable="yes" context="navigatorpanel|documents|tooltip_text">Document</property>
320 <child internal-child="accessible">
321 <object class="AtkObject" id="documents-atkobject">
322 <property name="AtkObject::accessible-name" translatable="yes" context="navigatorpanel|documents-atkobject">Active Window</property>
323 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|documents">Displays the names of all open documents.</property>
324 </object>
325 </child>
326 </object>
327 <packing>
328 <property name="left_attach">0</property>
329 <property name="top_attach">3</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkScrolledWindow">
334 <property name="visible">True</property>
335 <property name="can_focus">True</property>
336 <property name="hexpand">True</property>
337 <property name="vexpand">True</property>
338 <property name="shadow_type">in</property>
339 <child>
340 <object class="GtkTreeView" id="contentbox">
341 <property name="width_request">-1</property>
342 <property name="visible">True</property>
343 <property name="can_focus">True</property>
344 <property name="receives_default">True</property>
345 <property name="has_tooltip">True</property>
346 <property name="hexpand">True</property>
347 <property name="vexpand">True</property>
348 <property name="model">liststore1</property>
349 <property name="headers_visible">False</property>
350 <property name="reorderable">True</property>
351 <property name="search_column">1</property>
352 <child internal-child="selection">
353 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
354 </child>
355 <child>
356 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
357 <property name="spacing">6</property>
358 <child>
359 <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
360 <attributes>
361 <attribute name="sensitive">4</attribute>
362 <attribute name="pixbuf">0</attribute>
363 </attributes>
364 </child>
365 <child>
366 <object class="GtkCellRendererText" id="cellrenderertext2"/>
367 <attributes>
368 <attribute name="sensitive">4</attribute>
369 <attribute name="text">1</attribute>
370 </attributes>
371 </child>
372 </object>
373 </child>
374 <child internal-child="accessible">
375 <object class="AtkObject" id="contentbox-atkobject">
376 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|contentbox">Displays all objects in your document.</property>
377 </object>
378 </child>
379 </object>
380 </child>
381 </object>
382 <packing>
383 <property name="left_attach">0</property>
384 <property name="top_attach">1</property>
385 </packing>
386 </child>
387 <child>
388 <object class="GtkBox" id="scenariobox">
389 <property name="can_focus">False</property>
390 <property name="no_show_all">True</property>
391 <property name="hexpand">True</property>
392 <property name="vexpand">True</property>
393 <property name="orientation">vertical</property>
394 <property name="spacing">6</property>
395 <property name="homogeneous">True</property>
396 <child>
397 <object class="GtkScrolledWindow">
398 <property name="visible">True</property>
399 <property name="can_focus">True</property>
400 <property name="hexpand">True</property>
401 <property name="vexpand">True</property>
402 <property name="shadow_type">in</property>
403 <child>
404 <object class="GtkTreeView" id="scenariolist">
405 <property name="width_request">-1</property>
406 <property name="visible">True</property>
407 <property name="can_focus">True</property>
408 <property name="receives_default">True</property>
409 <property name="hexpand">True</property>
410 <property name="vexpand">True</property>
411 <property name="model">liststore2</property>
412 <property name="headers_visible">False</property>
413 <property name="search_column">0</property>
414 <property name="show_expanders">False</property>
415 <child internal-child="selection">
416 <object class="GtkTreeSelection"/>
417 </child>
418 <child>
419 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
420 <property name="spacing">6</property>
421 <child>
422 <object class="GtkCellRendererText" id="cellrenderertext3"/>
423 <attributes>
424 <attribute name="text">0</attribute>
425 </attributes>
426 </child>
427 </object>
428 </child>
429 </object>
430 </child>
431 </object>
432 <packing>
433 <property name="expand">False</property>
434 <property name="fill">True</property>
435 <property name="position">0</property>
436 </packing>
437 </child>
438 <child>
439 <object class="GtkScrolledWindow">
440 <property name="visible">True</property>
441 <property name="can_focus">True</property>
442 <property name="shadow_type">in</property>
443 <child>
444 <object class="GtkTextView" id="scenariotext">
445 <property name="visible">True</property>
446 <property name="can_focus">True</property>
447 <property name="editable">False</property>
448 <property name="wrap_mode">word</property>
449 <property name="cursor_visible">False</property>
450 <property name="accepts_tab">False</property>
451 </object>
452 </child>
453 </object>
454 <packing>
455 <property name="expand">False</property>
456 <property name="fill">True</property>
457 <property name="position">1</property>
458 </packing>
459 </child>
460 </object>
461 <packing>
462 <property name="left_attach">0</property>
463 <property name="top_attach">2</property>
464 </packing>
465 </child>
466 </object>
467 <packing>
468 <property name="left_attach">0</property>
469 <property name="top_attach">0</property>
470 </packing>
471 </child>
472 <child internal-child="accessible">
473 <object class="AtkObject" id="NavigatorPanel-atkobject">
474 <property name="AtkObject::accessible-description" translatable="yes" context="navigatorpanel|extended_tip|NavigatorPanel">Activates and deactivates the Navigator.</property>
475 </object>
476 </child>
477 </object>
478 </interface>