Avoid potential negative array index access to cached text.
[LibreOffice.git] / sc / uiconfig / scalc / ui / sortwarning.ui
blob2d2221cb6c0afece73326ae54c2a1c2111e63a3a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="SortWarning">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="sortwarning|SortWarning">Sort Range</property>
9 <property name="modal">True</property>
10 <property name="default_width">0</property>
11 <property name="default_height">0</property>
12 <property name="type_hint">dialog</property>
13 <child>
14 <placeholder/>
15 </child>
16 <child internal-child="vbox">
17 <object class="GtkBox">
18 <property name="can_focus">False</property>
19 <property name="orientation">vertical</property>
20 <property name="spacing">2</property>
21 <child internal-child="action_area">
22 <object class="GtkButtonBox">
23 <property name="can_focus">False</property>
24 <property name="layout_style">end</property>
25 <child>
26 <object class="GtkButton" id="extend">
27 <property name="label" translatable="yes" context="sortwarning|extend">_Extend selection</property>
28 <property name="visible">True</property>
29 <property name="can_focus">True</property>
30 <property name="can_default">True</property>
31 <property name="has_default">True</property>
32 <property name="receives_default">True</property>
33 <property name="use_underline">True</property>
34 </object>
35 <packing>
36 <property name="expand">False</property>
37 <property name="fill">True</property>
38 <property name="position">0</property>
39 </packing>
40 </child>
41 <child>
42 <object class="GtkButton" id="current">
43 <property name="label" translatable="yes" context="sortwarning|current">Current selection</property>
44 <property name="visible">True</property>
45 <property name="can_focus">True</property>
46 <property name="receives_default">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">True</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkButton" id="cancel">
56 <property name="label" translatable="yes" context="stock">_Cancel</property>
57 <property name="visible">True</property>
58 <property name="can_focus">True</property>
59 <property name="receives_default">True</property>
60 <property name="use-underline">True</property>
61 </object>
62 <packing>
63 <property name="expand">False</property>
64 <property name="fill">True</property>
65 <property name="position">2</property>
66 </packing>
67 </child>
68 </object>
69 <packing>
70 <property name="expand">False</property>
71 <property name="fill">False</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkLabel" id="sorttext">
77 <property name="visible">True</property>
78 <property name="can_focus">False</property>
79 <property name="halign">start</property>
80 <property name="valign">start</property>
81 <property name="margin_top">6</property>
82 <property name="margin_bottom">6</property>
83 <property name="label" translatable="yes" context="sortwarning|sorttext">The cells next to the current selection also contain data. Do you want to extend the sort range to %1, or sort the currently selected range, %2?</property>
84 <property name="wrap">True</property>
85 <property name="wrap_mode">word-char</property>
86 <property name="max_width_chars">72</property>
87 <property name="xalign">0</property>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">True</property>
92 <property name="position">1</property>
93 </packing>
94 </child>
95 <child>
96 <object class="GtkLabel" id="sorttip">
97 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="halign">start</property>
100 <property name="valign">start</property>
101 <property name="margin_top">6</property>
102 <property name="margin_bottom">6</property>
103 <property name="label" translatable="yes" context="sortwarning|sorttip">Tip: The sort range can be detected automatically. Place the cell cursor inside a list and execute sort. The whole range of neighboring non-empty cells will then be sorted.</property>
104 <property name="wrap">True</property>
105 <property name="wrap_mode">word-char</property>
106 <property name="max_width_chars">72</property>
107 <property name="xalign">0</property>
108 </object>
109 <packing>
110 <property name="expand">False</property>
111 <property name="fill">True</property>
112 <property name="position">2</property>
113 </packing>
114 </child>
115 </object>
116 </child>
117 <action-widgets>
118 <action-widget response="-6">cancel</action-widget>
119 </action-widgets>
120 </object>
121 </interface>