Avoid potential negative array index access to cached text.
[LibreOffice.git] / sc / uiconfig / scalc / ui / findreplaceentry.ui
blob1171b789dfbce5af0a5f8a6fd2488ab78588dd19
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.2 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkGrid" id="grid">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="margin_end">6</property>
9 <property name="border_width">6</property>
10 <property name="row_spacing">6</property>
11 <property name="column_spacing">12</property>
12 <child>
13 <object class="GtkSeparator">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 </object>
17 <packing>
18 <property name="left_attach">0</property>
19 <property name="top_attach">0</property>
20 <property name="width">4</property>
21 </packing>
22 </child>
23 <child>
24 <object class="GtkLabel" id="label1">
25 <property name="visible">True</property>
26 <property name="can_focus">False</property>
27 <property name="halign">start</property>
28 <property name="label" translatable="yes" context="findreplace|label_action">Find Replace Action</property>
29 <property name="use_underline">True</property>
30 <property name="mnemonic_widget">ed_find</property>
31 </object>
32 <packing>
33 <property name="left_attach">0</property>
34 <property name="top_attach">1</property>
35 <property name="width">4</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkEntry" id="ed_find">
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="hexpand">True</property>
43 <property name="width_chars">7</property>
44 <property name="truncate_multiline">True</property>
45 <property name="placeholder_text" translatable="yes" context="findreplace|find">Find</property>
46 </object>
47 <packing>
48 <property name="left_attach">0</property>
49 <property name="top_attach">2</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkEntry" id="ed_replace">
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="hexpand">True</property>
57 <property name="width_chars">7</property>
58 <property name="truncate_multiline">True</property>
59 <property name="placeholder_text" translatable="yes" context="findreplace|replace">Replace With</property>
60 </object>
61 <packing>
62 <property name="left_attach">1</property>
63 <property name="top_attach">2</property>
64 </packing>
65 </child>
66 <child>
67 <object class="GtkEntry" id="ed_columns">
68 <property name="visible">True</property>
69 <property name="can_focus">True</property>
70 <property name="hexpand">True</property>
71 <property name="width_chars">6</property>
72 <property name="truncate_multiline">True</property>
73 <property name="placeholder_text" translatable="yes" context="findreplace|columns">Column</property>
74 </object>
75 <packing>
76 <property name="left_attach">2</property>
77 <property name="top_attach">2</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkButton" id="ed_delete">
82 <property name="label" translatable="yes" context="findreplace|delete">Delete</property>
83 <property name="visible">True</property>
84 <property name="can_focus">True</property>
85 <property name="receives_default">False</property>
86 <property name="halign">end</property>
87 </object>
88 <packing>
89 <property name="left_attach">3</property>
90 <property name="top_attach">2</property>
91 </packing>
92 </child>
93 </object>
94 </interface>