From ec3bc95a1cc8283867d2d4df4aa1268588ccaedf Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 19 Feb 2016 22:22:27 +0100 Subject: 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 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'officecfg/registry/schema/org/openoffice/Office/Calc.xcs') 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 @@ true + + + + Specifies whether the calculation uses wildcards in formulas, e.g. for functions which look up sheet contents. + + + false + -- cgit