Kaydet (Commit) bc43fc2f authored tarafından Eike Rathke's avatar Eike Rathke

added Formula/Syntax/StringConversion config item, fdo#37132 related

Change-Id: I349ee1a708acfcf087680b6b07b80fb2ce911c4d
üst 1731f6e6
......@@ -1442,6 +1442,34 @@
</info>
<value>false</value>
</prop>
<prop oor:name="StringConversion" oor:type="xs:int">
<!-- UIHints: Tools - Options - Spreadsheet - Formula -->
<info>
<desc>How to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead.</desc>
</info>
<constraints>
<enumeration oor:value="0">
<info>
<desc>Generate #VALUE! error</desc>
</info>
</enumeration>
<enumeration oor:value="1">
<info>
<desc>Treat as zero</desc>
</info>
</enumeration>
<enumeration oor:value="2">
<info>
<desc>Convert only unambiguous</desc>
</info>
</enumeration>
<enumeration oor:value="3">
<info>
<desc>Convert also locale dependent</desc>
</info>
</enumeration>
</constraints>
</prop>
</group>
<group oor:name="Load">
<info>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment