bump product version to 6.3.0.0.beta1
[LibreOffice.git] / cui / uiconfig / ui / applyautofmtpage.ui
blob45ca15dd7788b750355ec388f5f2c7c440317d38
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="cui">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name check1 -->
8 <column type="gboolean"/>
9 <!-- column-name check2 -->
10 <column type="gboolean"/>
11 <!-- column-name text -->
12 <column type="gchararray"/>
13 <!-- column-name id -->
14 <column type="gchararray"/>
15 <!-- column-name checkvis1 -->
16 <column type="gboolean"/>
17 <!-- column-name checkvis2 -->
18 <column type="gboolean"/>
19 <!-- column-name checktri1 -->
20 <column type="gboolean"/>
21 <!-- column-name checktri2 -->
22 <column type="gboolean"/>
23 </columns>
24 </object>
25 <object class="GtkBox" id="ApplyAutoFmtPage">
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28 <property name="hexpand">True</property>
29 <property name="vexpand">True</property>
30 <property name="border_width">6</property>
31 <property name="orientation">vertical</property>
32 <child>
33 <object class="GtkGrid" id="grid1">
34 <property name="visible">True</property>
35 <property name="can_focus">False</property>
36 <property name="hexpand">True</property>
37 <property name="vexpand">True</property>
38 <property name="row_spacing">12</property>
39 <child>
40 <object class="GtkGrid" id="grid2">
41 <property name="visible">True</property>
42 <property name="can_focus">False</property>
43 <property name="row_spacing">6</property>
44 <property name="column_spacing">12</property>
45 <child>
46 <object class="GtkButton" id="edit">
47 <property name="label" translatable="yes" context="applyautofmtpage|edit">_Edit...</property>
48 <property name="visible">True</property>
49 <property name="sensitive">False</property>
50 <property name="can_focus">True</property>
51 <property name="receives_default">True</property>
52 <property name="valign">center</property>
53 <property name="use_underline">True</property>
54 </object>
55 <packing>
56 <property name="left_attach">0</property>
57 <property name="top_attach">0</property>
58 <property name="height">2</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkLabel" id="label1">
63 <property name="visible">True</property>
64 <property name="can_focus">False</property>
65 <property name="label" translatable="yes" context="applyautofmtpage|label1">[M]: Replace while modifying existing text</property>
66 <property name="xalign">0</property>
67 </object>
68 <packing>
69 <property name="left_attach">1</property>
70 <property name="top_attach">0</property>
71 </packing>
72 </child>
73 <child>
74 <object class="GtkLabel" id="label2">
75 <property name="visible">True</property>
76 <property name="can_focus">False</property>
77 <property name="label" translatable="yes" context="applyautofmtpage|label2">[T]: AutoCorrect while typing</property>
78 <property name="xalign">0</property>
79 </object>
80 <packing>
81 <property name="left_attach">1</property>
82 <property name="top_attach">1</property>
83 </packing>
84 </child>
85 </object>
86 <packing>
87 <property name="left_attach">0</property>
88 <property name="top_attach">1</property>
89 </packing>
90 </child>
91 <child>
92 <object class="GtkGrid" id="grid3">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="hexpand">True</property>
96 <property name="vexpand">True</property>
97 <property name="column_homogeneous">True</property>
98 <child>
99 <object class="GtkScrolledWindow">
100 <property name="visible">True</property>
101 <property name="can_focus">True</property>
102 <property name="hexpand">True</property>
103 <property name="vexpand">True</property>
104 <property name="shadow_type">in</property>
105 <child>
106 <object class="GtkTreeView" id="list">
107 <property name="visible">True</property>
108 <property name="can_focus">True</property>
109 <property name="receives_default">True</property>
110 <property name="hexpand">True</property>
111 <property name="vexpand">True</property>
112 <property name="model">liststore1</property>
113 <property name="search_column">0</property>
114 <property name="show_expanders">False</property>
115 <child internal-child="selection">
116 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
117 </child>
118 <child>
119 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
120 <property name="resizable">True</property>
121 <property name="spacing">6</property>
122 <property name="title" translatable="yes" context="applyautofmtpage|m">[M]</property>
123 <property name="alignment">0.5</property>
124 <child>
125 <object class="GtkCellRendererToggle" id="cellrenderer1"/>
126 <attributes>
127 <attribute name="visible">4</attribute>
128 <attribute name="active">0</attribute>
129 </attributes>
130 </child>
131 </object>
132 </child>
133 <child>
134 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
135 <property name="resizable">True</property>
136 <property name="spacing">6</property>
137 <property name="title" translatable="yes" context="applyautofmtpage|t">[T]</property>
138 <property name="alignment">0.5</property>
139 <child>
140 <object class="GtkCellRendererToggle" id="cellrenderer2"/>
141 <attributes>
142 <attribute name="visible">5</attribute>
143 <attribute name="active">1</attribute>
144 </attributes>
145 </child>
146 </object>
147 </child>
148 <child>
149 <object class="GtkTreeViewColumn" id="treeviewcolumn3">
150 <property name="resizable">True</property>
151 <property name="spacing">6</property>
152 <child>
153 <object class="GtkCellRendererText" id="cellrenderer3"/>
154 <attributes>
155 <attribute name="text">2</attribute>
156 </attributes>
157 </child>
158 </object>
159 </child>
160 </object>
161 </child>
162 </object>
163 <packing>
164 <property name="left_attach">0</property>
165 <property name="top_attach">0</property>
166 <property name="width">2</property>
167 </packing>
168 </child>
169 </object>
170 <packing>
171 <property name="left_attach">0</property>
172 <property name="top_attach">0</property>
173 </packing>
174 </child>
175 </object>
176 <packing>
177 <property name="expand">False</property>
178 <property name="fill">True</property>
179 <property name="position">0</property>
180 </packing>
181 </child>
182 </object>
183 </interface>