summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-02-19 22:22:27 +0100
committerEike Rathke <erack@redhat.com>2016-02-20 00:39:26 +0100
commitec3bc95a1cc8283867d2d4df4aa1268588ccaedf (patch)
tree2efd410ffde75a7be7d081819f53e1b296cfb696 /officecfg/registry/schema/org/openoffice/Office/Calc.xcs
parentda6d813222e81470fac38282d1cebd1f858ba925 (diff)
add Wildcards configuration option, tdf#72196
Currently defaulted to false to not interfere with RegularExpressions true default, we should switch RegularExpressions to false and Wildcards to true instead. Change-Id: I06dd2fd074089629f19a06f3eb65413bdca5d9e0
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Calc.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Calc.xcs8
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index 8e1200ef5cbc..e2006aa3f144 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -1308,6 +1308,14 @@
</info>
<value>true</value>
</prop>
+ <prop oor:name="Wildcards" oor:type="xs:boolean" oor:nillable="false">
+ <!-- UIHints: Tools - Options Spreadsheet Calculate [Check box] Enable wildcards in formulas -->
+ <info>
+ <desc>Specifies whether the calculation uses wildcards in formulas, e.g. for functions which look up sheet contents.</desc>
+ <label>Enable wildcards in formulas</label>
+ </info>
+ <value>false</value>
+ </prop>
<prop oor:name="FormulaSyntax" oor:type="xs:int">
<!-- UIHints: Tools - Options Spreadsheet Calculate -->
<!-- This node is deprecated, but we still need to keep it for migration purposes. -->