diff options
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 8 |
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. --> |