[Libreoffice-commits] core.git: officecfg/registry

Eike Rathke erack at redhat.com
Tue Mar 25 06:23:48 PDT 2014


 officecfg/registry/schema/org/openoffice/Office/Calc.xcs |   28 +++++++++++++++
 1 file changed, 28 insertions(+)

New commits:
commit bc43fc2fb27eab02a949832626ce1a9dc380ee6b
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Mar 25 14:20:37 2014 +0100

    added Formula/Syntax/StringConversion config item, fdo#37132 related
    
    Change-Id: I349ee1a708acfcf087680b6b07b80fb2ce911c4d

diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
index a45aaa3..8feb9e9 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs
@@ -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>


More information about the Libreoffice-commits mailing list