From bc43fc2fb27eab02a949832626ce1a9dc380ee6b Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Tue, 25 Mar 2014 14:20:37 +0100 Subject: added Formula/Syntax/StringConversion config item, fdo#37132 related Change-Id: I349ee1a708acfcf087680b6b07b80fb2ce911c4d --- .../registry/schema/org/openoffice/Office/Calc.xcs | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index a45aaa3dcce6..8feb9e95c8d1 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1442,6 +1442,34 @@ false + + + + How to treat text when encountered as operand in an arithmetic operation or as argument to a function that expects a number instead. + + + + + Generate #VALUE! error + + + + + Treat as zero + + + + + Convert only unambiguous + + + + + Convert also locale dependent + + + + -- cgit v1.2.3