Avoid potential negative array index access to cached text.
[LibreOffice.git] / sc / uiconfig / scalc / ui / solveroptionsdialog.ui
blobb7acb3872fe8b8cd53610568f97c869dc3d8fd70
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name check1 -->
8 <column type="gboolean"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 <!-- column-name checkvis1 -->
14 <column type="gboolean"/>
15 <!-- column-name checktri1 -->
16 <column type="gboolean"/>
17 </columns>
18 </object>
19 <object class="GtkDialog" id="SolverOptionsDialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">6</property>
22 <property name="title" translatable="yes" context="solveroptionsdialog|SolverOptionsDialog">Options</property>
23 <property name="resizable">False</property>
24 <property name="type_hint">dialog</property>
25 <child internal-child="vbox">
26 <object class="GtkBox" id="dialog-vbox1">
27 <property name="can_focus">False</property>
28 <property name="orientation">vertical</property>
29 <property name="spacing">12</property>
30 <child internal-child="action_area">
31 <object class="GtkButtonBox" id="dialog-action_area1">
32 <property name="can_focus">False</property>
33 <property name="layout_style">end</property>
34 <child>
35 <object class="GtkButton" id="ok">
36 <property name="label" translatable="yes" context="stock">_OK</property>
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="can_default">True</property>
40 <property name="has_default">True</property>
41 <property name="receives_default">True</property>
42 <property name="use-underline">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">True</property>
47 <property name="position">0</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkButton" id="cancel">
52 <property name="label" translatable="yes" context="stock">_Cancel</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="receives_default">True</property>
56 <property name="use-underline">True</property>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">True</property>
61 <property name="position">1</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkButton" id="help">
66 <property name="label" translatable="yes" context="stock">_Help</property>
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 <property name="use-underline">True</property>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">True</property>
75 <property name="position">2</property>
76 <property name="secondary">True</property>
77 </packing>
78 </child>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="pack_type">end</property>
84 <property name="position">2</property>
85 </packing>
86 </child>
87 <child>
88 <!-- n-columns=1 n-rows=1 -->
89 <object class="GtkGrid" id="grid1">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="hexpand">True</property>
93 <property name="vexpand">True</property>
94 <property name="row_spacing">12</property>
95 <child>
96 <!-- n-columns=1 n-rows=1 -->
97 <object class="GtkGrid" id="grid2">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="column_spacing">12</property>
101 <child>
102 <object class="GtkLabel" id="label2">
103 <property name="visible">True</property>
104 <property name="can_focus">False</property>
105 <property name="label" translatable="yes" context="solveroptionsdialog|label2">Solver engine:</property>
106 <property name="use_underline">True</property>
107 <property name="mnemonic_widget">engine</property>
108 <property name="xalign">0</property>
109 </object>
110 <packing>
111 <property name="left_attach">0</property>
112 <property name="top_attach">0</property>
113 </packing>
114 </child>
115 <child>
116 <object class="GtkComboBoxText" id="engine">
117 <property name="visible">True</property>
118 <property name="can_focus">False</property>
119 <child internal-child="accessible">
120 <object class="AtkObject" id="engine-atkobject">
121 <property name="AtkObject::accessible-description" translatable="yes" context="solveroptionsdialog|extended_tip|engine">Select a solver engine. The listbox is disabled if only one solver engine is installed.</property>
122 </object>
123 </child>
124 </object>
125 <packing>
126 <property name="left_attach">1</property>
127 <property name="top_attach">0</property>
128 </packing>
129 </child>
130 </object>
131 <packing>
132 <property name="left_attach">0</property>
133 <property name="top_attach">0</property>
134 </packing>
135 </child>
136 <child>
137 <!-- n-columns=1 n-rows=1 -->
138 <object class="GtkGrid" id="grid3">
139 <property name="visible">True</property>
140 <property name="can_focus">False</property>
141 <property name="hexpand">True</property>
142 <property name="vexpand">True</property>
143 <property name="row_spacing">6</property>
144 <child>
145 <object class="GtkLabel" id="label1">
146 <property name="visible">True</property>
147 <property name="can_focus">False</property>
148 <property name="label" translatable="yes" context="solveroptionsdialog|label1">Settings:</property>
149 <property name="use_underline">True</property>
150 <property name="mnemonic_widget">settings</property>
151 <property name="xalign">0</property>
152 </object>
153 <packing>
154 <property name="left_attach">0</property>
155 <property name="top_attach">0</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkScrolledWindow">
160 <property name="visible">True</property>
161 <property name="can_focus">True</property>
162 <property name="hexpand">True</property>
163 <property name="vexpand">True</property>
164 <property name="shadow_type">in</property>
165 <child>
166 <object class="GtkTreeView" id="settings">
167 <property name="width_request">-1</property>
168 <property name="visible">True</property>
169 <property name="can_focus">True</property>
170 <property name="receives_default">True</property>
171 <property name="hexpand">True</property>
172 <property name="vexpand">True</property>
173 <property name="model">liststore1</property>
174 <property name="headers_visible">False</property>
175 <property name="search_column">1</property>
176 <property name="show_expanders">False</property>
177 <child internal-child="selection">
178 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
179 </child>
180 <child>
181 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
182 <property name="resizable">True</property>
183 <property name="spacing">6</property>
184 <property name="alignment">0.5</property>
185 <child>
186 <object class="GtkCellRendererToggle" id="cellrenderer5"/>
187 <attributes>
188 <attribute name="visible">3</attribute>
189 <attribute name="active">0</attribute>
190 </attributes>
191 </child>
192 </object>
193 </child>
194 <child>
195 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
196 <property name="spacing">6</property>
197 <child>
198 <object class="GtkCellRendererText" id="cellrenderertext1"/>
199 <attributes>
200 <attribute name="text">1</attribute>
201 </attributes>
202 </child>
203 </object>
204 </child>
205 </object>
206 </child>
207 </object>
208 <packing>
209 <property name="left_attach">0</property>
210 <property name="top_attach">1</property>
211 </packing>
212 </child>
213 <child>
214 <object class="GtkButton" id="edit">
215 <property name="label" translatable="yes" context="solveroptionsdialog|edit">Edit...</property>
216 <property name="visible">True</property>
217 <property name="sensitive">False</property>
218 <property name="can_focus">True</property>
219 <property name="receives_default">True</property>
220 <property name="halign">start</property>
221 <property name="use_underline">True</property>
222 <child internal-child="accessible">
223 <object class="AtkObject" id="edit-atkobject">
224 <property name="AtkObject::accessible-description" translatable="yes" context="solveroptionsdialog|extended_tip|edit">If the current entry in the Settings listbox allows you to edit a value, you can click the Edit button. A dialog opens where you can change the value.</property>
225 </object>
226 </child>
227 </object>
228 <packing>
229 <property name="left_attach">0</property>
230 <property name="top_attach">2</property>
231 </packing>
232 </child>
233 </object>
234 <packing>
235 <property name="left_attach">0</property>
236 <property name="top_attach">1</property>
237 </packing>
238 </child>
239 </object>
240 <packing>
241 <property name="expand">False</property>
242 <property name="fill">True</property>
243 <property name="position">0</property>
244 </packing>
245 </child>
246 </object>
247 </child>
248 <action-widgets>
249 <action-widget response="-5">ok</action-widget>
250 <action-widget response="-6">cancel</action-widget>
251 <action-widget response="-11">help</action-widget>
252 </action-widgets>
253 <child type="titlebar">
254 <placeholder/>
255 </child>
256 </object>
257 </interface>