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

add a comment about string conversion configuration

Change-Id: I7d939088a433e07195935ac7b8350b0030eb29b2
üst 251737f0
......@@ -206,6 +206,10 @@ bool isEmptyString( const OUString& rStr )
/** Convert string content to numeric value.
Depending on the string conversion configuration different approaches are
taken. For ScCalcConfig::STRING_CONVERSION_UNAMBIGUOUS if the string is not
empty the following conversion rules are applied:
Converted are only integer numbers including exponent, and ISO 8601 dates
and times in their extended formats with separators. Anything else,
especially fractional numeric values with decimal separators or dates other
......
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