cid#1606940 Check of thread-shared field evades lock acquisition
[LibreOffice.git] / chart2 / uiconfig / ui / tp_axisLabel.ui
blob93578ff9b4c63f9e0987c726f2745a65fb2b5a76
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="chart">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustmentSpinDegrees">
6 <property name="upper">359</property>
7 <property name="step_increment">5</property>
8 </object>
9 <object class="GtkBox" id="AxisLabelTabPage">
10 <property name="visible">True</property>
11 <property name="can_focus">False</property>
12 <property name="hexpand">True</property>
13 <property name="vexpand">True</property>
14 <property name="border_width">6</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">12</property>
17 <child>
18 <object class="GtkCheckButton" id="showlabelsCB">
19 <property name="label" translatable="yes" context="tp_axisLabel|showlabelsCB">Sho_w labels</property>
20 <property name="visible">True</property>
21 <property name="can_focus">True</property>
22 <property name="receives_default">False</property>
23 <property name="use_underline">True</property>
24 <property name="active">True</property>
25 <property name="draw_indicator">True</property>
26 <child internal-child="accessible">
27 <object class="AtkObject" id="showlabelsCB-atkobject">
28 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|showlabelsCB">Specifies whether to show or hide the axis labels.</property>
29 </object>
30 </child>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkBox" id="box2">
40 <property name="visible">True</property>
41 <property name="can_focus">False</property>
42 <property name="spacing">18</property>
43 <property name="homogeneous">True</property>
44 <child>
45 <object class="GtkFrame" id="frame1">
46 <property name="visible">True</property>
47 <property name="can_focus">False</property>
48 <property name="label_xalign">0</property>
49 <property name="shadow_type">none</property>
50 <child>
51 <object class="GtkBox" id="box3">
52 <property name="visible">True</property>
53 <property name="can_focus">False</property>
54 <property name="orientation">vertical</property>
55 <property name="spacing">6</property>
56 <property name="hexpand">True</property>
57 <property name="vexpand">True</property>
58 <property name="margin-start">12</property>
59 <property name="margin-top">6</property>
60 <child>
61 <object class="GtkRadioButton" id="tile">
62 <property name="label" translatable="yes" context="tp_axisLabel|tile">_Tile</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="receives_default">False</property>
66 <property name="use_underline">True</property>
67 <property name="active">True</property>
68 <property name="draw_indicator">True</property>
69 <child internal-child="accessible">
70 <object class="AtkObject" id="tile-atkobject">
71 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|tile">Arranges numbers on the axis side by side.</property>
72 </object>
73 </child>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="position">0</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkRadioButton" id="odd">
83 <property name="label" translatable="yes" context="tp_axisLabel|odd">St_agger odd</property>
84 <property name="visible">True</property>
85 <property name="can_focus">True</property>
86 <property name="receives_default">False</property>
87 <property name="use_underline">True</property>
88 <property name="draw_indicator">True</property>
89 <property name="group">tile</property>
90 <child internal-child="accessible">
91 <object class="AtkObject" id="odd-atkobject">
92 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|odd">Staggers numbers on the axis, even numbers lower than odd numbers.</property>
93 </object>
94 </child>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">True</property>
99 <property name="position">1</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkRadioButton" id="even">
104 <property name="label" translatable="yes" context="tp_axisLabel|even">Stagger _even</property>
105 <property name="visible">True</property>
106 <property name="can_focus">True</property>
107 <property name="receives_default">False</property>
108 <property name="use_underline">True</property>
109 <property name="draw_indicator">True</property>
110 <property name="group">tile</property>
111 <child internal-child="accessible">
112 <object class="AtkObject" id="even-atkobject">
113 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|even">Stagger numbers on the axis, odd numbers lower than even numbers.</property>
114 </object>
115 </child>
116 </object>
117 <packing>
118 <property name="expand">False</property>
119 <property name="fill">True</property>
120 <property name="position">2</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkRadioButton" id="auto">
125 <property name="label" translatable="yes" context="tp_axisLabel|auto">A_utomatic</property>
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">False</property>
129 <property name="use_underline">True</property>
130 <property name="draw_indicator">True</property>
131 <property name="group">tile</property>
132 <child internal-child="accessible">
133 <object class="AtkObject" id="auto-atkobject">
134 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|auto">Automatically arranges numbers on the axis.</property>
135 </object>
136 </child>
137 </object>
138 <packing>
139 <property name="expand">False</property>
140 <property name="fill">True</property>
141 <property name="position">3</property>
142 </packing>
143 </child>
144 </object>
145 </child>
146 <child type="label">
147 <object class="GtkLabel" id="orderL">
148 <property name="visible">True</property>
149 <property name="can_focus">False</property>
150 <property name="label" translatable="yes" context="tp_axisLabel|orderL">Order</property>
151 <attributes>
152 <attribute name="weight" value="bold"/>
153 </attributes>
154 </object>
155 </child>
156 </object>
157 <packing>
158 <property name="expand">False</property>
159 <property name="fill">True</property>
160 <property name="position">0</property>
161 </packing>
162 </child>
163 <child>
164 <object class="GtkFrame" id="frame2">
165 <property name="visible">True</property>
166 <property name="can_focus">False</property>
167 <property name="label_xalign">0</property>
168 <property name="shadow_type">none</property>
169 <child>
170 <object class="GtkBox" id="box4">
171 <property name="visible">True</property>
172 <property name="can_focus">False</property>
173 <property name="orientation">vertical</property>
174 <property name="spacing">6</property>
175 <property name="hexpand">True</property>
176 <property name="vexpand">True</property>
177 <property name="margin-start">12</property>
178 <property name="margin-top">6</property>
179 <child>
180 <object class="GtkCheckButton" id="overlapCB">
181 <property name="label" translatable="yes" context="tp_axisLabel|overlapCB">O_verlap</property>
182 <property name="visible">True</property>
183 <property name="can_focus">True</property>
184 <property name="receives_default">False</property>
185 <property name="use_underline">True</property>
186 <property name="draw_indicator">True</property>
187 <child internal-child="accessible">
188 <object class="AtkObject" id="overlapCB-atkobject">
189 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|overlapCB">Specifies that the text in cells may overlap other cells.</property>
190 </object>
191 </child>
192 </object>
193 <packing>
194 <property name="expand">False</property>
195 <property name="fill">True</property>
196 <property name="position">0</property>
197 </packing>
198 </child>
199 <child>
200 <object class="GtkCheckButton" id="breakCB">
201 <property name="label" translatable="yes" context="tp_axisLabel|breakCB">_Break</property>
202 <property name="visible">True</property>
203 <property name="can_focus">True</property>
204 <property name="receives_default">False</property>
205 <property name="use_underline">True</property>
206 <property name="draw_indicator">True</property>
207 <child internal-child="accessible">
208 <object class="AtkObject" id="breakCB-atkobject">
209 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|breakCB">Allows a text break.</property>
210 </object>
211 </child>
212 </object>
213 <packing>
214 <property name="expand">False</property>
215 <property name="fill">True</property>
216 <property name="position">1</property>
217 </packing>
218 </child>
219 </object>
220 </child>
221 <child type="label">
222 <object class="GtkLabel" id="textflowL">
223 <property name="visible">True</property>
224 <property name="can_focus">False</property>
225 <property name="label" translatable="yes" context="tp_axisLabel|textflowL">Text Flow</property>
226 <attributes>
227 <attribute name="weight" value="bold"/>
228 </attributes>
229 </object>
230 </child>
231 </object>
232 <packing>
233 <property name="expand">False</property>
234 <property name="fill">True</property>
235 <property name="position">1</property>
236 </packing>
237 </child>
238 </object>
239 <packing>
240 <property name="expand">False</property>
241 <property name="fill">True</property>
242 <property name="position">1</property>
243 </packing>
244 </child>
245 <child>
246 <object class="GtkFrame" id="TitleRotationTabPage">
247 <property name="visible">True</property>
248 <property name="can_focus">False</property>
249 <property name="hexpand">True</property>
250 <property name="border_width">6</property>
251 <property name="label_xalign">0</property>
252 <property name="shadow_type">none</property>
253 <child>
254 <!-- n-columns=1 n-rows=1 -->
255 <object class="GtkGrid" id="grid10">
256 <property name="visible">True</property>
257 <property name="can_focus">False</property>
258 <property name="hexpand">True</property>
259 <property name="row_spacing">6</property>
260 <property name="column_spacing">12</property>
261 <property name="margin-start">12</property>
262 <property name="margin-top">6</property>
263 <child>
264 <!-- n-columns=1 n-rows=1 -->
265 <object class="GtkGrid" id="grid3">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <property name="row_spacing">6</property>
269 <property name="column_spacing">12</property>
270 <child>
271 <object class="GtkSpinButton" id="OrientDegree">
272 <property name="visible">True</property>
273 <property name="can_focus">True</property>
274 <property name="margin_top">40</property>
275 <property name="activates_default">True</property>
276 <property name="adjustment">adjustmentSpinDegrees</property>
277 <property name="wrap">True</property>
278 <property name="truncate-multiline">True</property>
279 <child internal-child="accessible">
280 <object class="AtkObject" id="OrientDegree-atkobject">
281 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|OrientDegree">Allows you to manually enter the orientation angle.</property>
282 </object>
283 </child>
284 </object>
285 <packing>
286 <property name="left_attach">0</property>
287 <property name="top_attach">2</property>
288 </packing>
289 </child>
290 <child>
291 <object class="GtkLabel" id="degreeL">
292 <property name="visible">True</property>
293 <property name="can_focus">False</property>
294 <property name="margin_top">40</property>
295 <property name="label" translatable="yes" context="tp_axisLabel|degreeL">_Degrees</property>
296 <property name="use_underline">True</property>
297 </object>
298 <packing>
299 <property name="left_attach">1</property>
300 <property name="top_attach">2</property>
301 </packing>
302 </child>
303 <child>
304 <placeholder/>
305 </child>
306 <child>
307 <placeholder/>
308 </child>
309 <child>
310 <placeholder/>
311 </child>
312 <child>
313 <placeholder/>
314 </child>
315 </object>
316 <packing>
317 <property name="left_attach">1</property>
318 <property name="top_attach">0</property>
319 </packing>
320 </child>
321 <child>
322 <!-- n-columns=1 n-rows=1 -->
323 <object class="GtkGrid" id="grid4">
324 <property name="visible">True</property>
325 <property name="can_focus">False</property>
326 <property name="row_spacing">6</property>
327 <property name="column_spacing">12</property>
328 <child>
329 <object class="GtkCheckButton" id="stackedCB">
330 <property name="label" translatable="yes" context="tp_axisLabel|stackedCB">Ve_rtically stacked</property>
331 <property name="visible">True</property>
332 <property name="can_focus">True</property>
333 <property name="receives_default">False</property>
334 <property name="use_underline">True</property>
335 <property name="inconsistent">True</property>
336 <property name="draw_indicator">True</property>
337 <child internal-child="accessible">
338 <object class="AtkObject" id="stackedCB-atkobject">
339 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|stackedCB">Assigns vertical text orientation for cell contents.</property>
340 </object>
341 </child>
342 </object>
343 <packing>
344 <property name="left_attach">0</property>
345 <property name="top_attach">0</property>
346 </packing>
347 </child>
348 <child>
349 <object class="GtkLabel" id="labelABCD">
350 <property name="can_focus">False</property>
351 <property name="label" translatable="yes" context="tp_axisLabel|labelABCD">ABCD</property>
352 </object>
353 <packing>
354 <property name="left_attach">0</property>
355 <property name="top_attach">1</property>
356 </packing>
357 </child>
358 </object>
359 <packing>
360 <property name="left_attach">2</property>
361 <property name="top_attach">0</property>
362 </packing>
363 </child>
364 <child>
365 <object class="GtkLabel" id="textdirL">
366 <property name="visible">True</property>
367 <property name="can_focus">False</property>
368 <property name="label" translatable="yes" context="tp_axisLabel|textdirL">Te_xt direction:</property>
369 <property name="use_underline">True</property>
370 </object>
371 <packing>
372 <property name="left_attach">0</property>
373 <property name="top_attach">1</property>
374 </packing>
375 </child>
376 <child>
377 <object class="GtkComboBoxText" id="textdirLB">
378 <property name="visible">True</property>
379 <property name="can_focus">False</property>
380 <child internal-child="accessible">
381 <object class="AtkObject" id="textdirLB-atkobject">
382 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|textdirLB">Specify the text direction for a paragraph that uses complex text layout (CTL). This feature is only available if complex text layout support is enabled.</property>
383 </object>
384 </child>
385 </object>
386 <packing>
387 <property name="left_attach">1</property>
388 <property name="top_attach">1</property>
389 <property name="width">2</property>
390 </packing>
391 </child>
392 <child>
393 <object class="GtkDrawingArea" id="dialCtrl">
394 <property name="visible">True</property>
395 <property name="can_focus">False</property>
396 <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
397 <property name="halign">center</property>
398 <property name="valign">center</property>
399 <child internal-child="accessible">
400 <object class="AtkObject" id="dialCtrl-atkobject">
401 <property name="AtkObject::accessible-description" translatable="yes" context="tp_axisLabel|extended_tip|dialCtrl">Clicking anywhere on the wheel defines the variable text orientation.</property>
402 </object>
403 </child>
404 </object>
405 <packing>
406 <property name="left_attach">0</property>
407 <property name="top_attach">0</property>
408 </packing>
409 </child>
410 </object>
411 </child>
412 <child type="label">
413 <object class="GtkLabel" id="labelTextOrient">
414 <property name="visible">True</property>
415 <property name="can_focus">False</property>
416 <property name="label" translatable="yes" context="tp_axisLabel|labelTextOrient">Text Orientation</property>
417 <attributes>
418 <attribute name="weight" value="bold"/>
419 </attributes>
420 </object>
421 </child>
422 </object>
423 <packing>
424 <property name="expand">False</property>
425 <property name="fill">True</property>
426 <property name="position">2</property>
427 </packing>
428 </child>
429 </object>
430 </interface>