add wildcards to Tools->Options->Calc->Calculate dialog, tdf#72196

Maybe this should be a radio button instead (wildcards/regex/literal),
on the other hand it reflects the two API bool values. Also only two
checkbox lines are needed instead of three radio button lines.

Change-Id: I3fa74e19c838e10dc0cffd6c0ad6329017e10e56
This commit is contained in:
Eike Rathke
2016-02-22 20:43:50 +01:00
parent d098b76f33
commit 20b5917966
3 changed files with 42 additions and 5 deletions

View File

@@ -92,8 +92,8 @@
</packing>
</child>
<child>
<object class="GtkCheckButton" id="regex">
<property name="label" translatable="yes">_Enable regular expressions in formulas</property>
<object class="GtkCheckButton" id="wildcards">
<property name="label" translatable="yes">Enable w_ildcards in formulas</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -107,6 +107,22 @@
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="regex">
<property name="label" translatable="yes">Enable r_egular expressions in formulas</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">4</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="lookup">
<property name="label" translatable="yes">_Automatically find column and row labels</property>
@@ -119,7 +135,7 @@
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">4</property>
<property name="top_attach">5</property>
<property name="width">2</property>
</packing>
</child>
@@ -135,7 +151,7 @@
</object>
<packing>
<property name="left_attach">0</property>
<property name="top_attach">5</property>
<property name="top_attach">6</property>
</packing>
</child>
<child>