cid#1607171 Data race condition
[LibreOffice.git] / sc / uiconfig / scalc / ui / optcompatibilitypage.ui
blobb48bfeb70c20cc7d9aedfbd5030230ec7780e90c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkBox" id="OptCompatibilityPage">
6 <property name="visible">True</property>
7 <property name="can-focus">False</property>
8 <property name="border-width">6</property>
9 <property name="orientation">vertical</property>
10 <property name="spacing">12</property>
11 <child>
12 <object class="GtkFrame" id="frame1">
13 <property name="visible">True</property>
14 <property name="can-focus">False</property>
15 <property name="hexpand">True</property>
16 <property name="label-xalign">0</property>
17 <property name="shadow-type">none</property>
18 <child>
19 <!-- n-columns=3 n-rows=1 -->
20 <object class="GtkGrid" id="grid1">
21 <property name="visible">True</property>
22 <property name="can-focus">False</property>
23 <property name="margin-start">12</property>
24 <property name="margin-top">6</property>
25 <property name="hexpand">True</property>
26 <property name="row-spacing">6</property>
27 <property name="column-spacing">12</property>
28 <child>
29 <object class="GtkLabel" id="label2">
30 <property name="visible">True</property>
31 <property name="can-focus">False</property>
32 <property name="hexpand">True</property>
33 <property name="label" translatable="yes" context="optcompatibilitypage|label2">Select desired _key binding type. Changing the key binding type may overwrite some of the existing key bindings.</property>
34 <property name="use-underline">True</property>
35 <property name="wrap">True</property>
36 <property name="mnemonic-widget">keybindings</property>
37 <property name="width-chars">60</property>
38 <property name="max-width-chars">60</property>
39 <property name="xalign">0</property>
40 <property name="yalign">0</property>
41 </object>
42 <packing>
43 <property name="left-attach">1</property>
44 <property name="top-attach">0</property>
45 </packing>
46 </child>
47 <child>
48 <object class="GtkComboBoxText" id="keybindings">
49 <property name="visible">True</property>
50 <property name="can-focus">False</property>
51 <property name="valign">start</property>
52 <items>
53 <item translatable="yes" context="optcompatibilitypage|keybindings">Default</item>
54 <item translatable="yes" context="optcompatibilitypage|keybindings">OpenOffice.org legacy</item>
55 </items>
56 </object>
57 <packing>
58 <property name="left-attach">2</property>
59 <property name="top-attach">0</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkImage" id="lockkeybindings">
64 <property name="can-focus">False</property>
65 <property name="no-show-all">True</property>
66 <property name="halign">center</property>
67 <property name="valign">center</property>
68 <property name="icon-name">res/lock.png</property>
69 </object>
70 <packing>
71 <property name="left-attach">0</property>
72 <property name="top-attach">0</property>
73 </packing>
74 </child>
75 </object>
76 </child>
77 <child type="label">
78 <object class="GtkLabel" id="label1">
79 <property name="visible">True</property>
80 <property name="can-focus">False</property>
81 <property name="label" translatable="yes" context="optcompatibilitypage|label1">Key Bindings</property>
82 <attributes>
83 <attribute name="weight" value="bold"/>
84 </attributes>
85 </object>
86 </child>
87 </object>
88 <packing>
89 <property name="expand">False</property>
90 <property name="fill">True</property>
91 <property name="position">0</property>
92 </packing>
93 </child>
94 <child>
95 <object class="GtkFrame" id="frame2">
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="label-xalign">0</property>
101 <property name="shadow-type">none</property>
102 <child>
103 <!-- n-columns=3 n-rows=1 -->
104 <object class="GtkGrid" id="grid2">
105 <property name="visible">True</property>
106 <property name="can-focus">False</property>
107 <property name="margin-start">12</property>
108 <property name="margin-top">6</property>
109 <property name="hexpand">True</property>
110 <property name="row-spacing">6</property>
111 <property name="column-spacing">12</property>
112 <child>
113 <object class="GtkCheckButton" id="cellLinkCB">
114 <property name="label" translatable="yes" context="optcompatibilitypage|cellLinkCB">Insert _hyperlink for the cell, not for the text in the cell.</property>
115 <property name="visible">True</property>
116 <property name="can-focus">True</property>
117 <property name="receives-default">False</property>
118 <property name="tooltip-text" translatable="yes" context="optcompatibilitypage|cellLinkCB|tooltip_text">By default, Excel allows only one hyperlink per cell. (Works only if Excel file format is used.)</property>
119 <property name="use-underline">True</property>
120 <property name="draw-indicator">True</property>
121 <child internal-child="accessible">
122 <object class="AtkObject" id="cellLinkCB-atkobject">
123 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|cellLinkCB">Calc can insert multiple hyperlinks in a cell as text fields, but multiple hyperlinks in a cell cannot be saved to Excel file formats. This option prevents inserting multiple hyperlinks in a cell when Excel files are edited, in order to be interoperable with Excel.</property>
124 </object>
125 </child>
126 </object>
127 <packing>
128 <property name="left-attach">1</property>
129 <property name="top-attach">0</property>
130 <property name="width">2</property>
131 </packing>
132 </child>
133 <child>
134 <object class="GtkImage" id="lockcellLinkCB">
135 <property name="can-focus">False</property>
136 <property name="no-show-all">True</property>
137 <property name="halign">center</property>
138 <property name="valign">center</property>
139 <property name="icon-name">res/lock.png</property>
140 </object>
141 <packing>
142 <property name="left-attach">0</property>
143 <property name="top-attach">0</property>
144 </packing>
145 </child>
146 </object>
147 </child>
148 <child type="label">
149 <object class="GtkLabel" id="label3">
150 <property name="visible">True</property>
151 <property name="can-focus">False</property>
152 <property name="label" translatable="yes" context="optcompatibilitypage|label3">Hyperlinks</property>
153 <attributes>
154 <attribute name="weight" value="bold"/>
155 </attributes>
156 </object>
157 </child>
158 </object>
159 <packing>
160 <property name="expand">False</property>
161 <property name="fill">True</property>
162 <property name="position">1</property>
163 </packing>
164 </child>
165 <child internal-child="accessible">
166 <object class="AtkObject" id="OptCompatibilityPage-atkobject">
167 <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|OptCompatibilityPage">Defines compatibility options for Calc.</property>
168 </object>
169 </child>
170 </object>
171 </interface>