| dab0a4ea | 12-Jun-2024 |
Damjan Jovanovic <damjan@apache.org> |
Just like we check for an initial decimal separator in ScanStartString() when the string doesn't start with a currency symbol, check for an initial decimal separator after the currency symbol too. Wi
Just like we check for an initial decimal separator in ScanStartString() when the string doesn't start with a currency symbol, check for an initial decimal separator after the currency symbol too. Without this, "$.nn" gets parsed as a text field with "$.nn" instead of a numeric field with $0.nn.
Add a subsequent JUnit test for this too.
Fixes: https://bz.apache.org/ooo/show_bug.cgi?id=82687 - Text entry or CSV import treats $.nn as text Patch by: me
(cherry picked from commit 96178715f486e8815def398176cafa748d3cbb73)
show more ...
|
| c916a786 | 21-Jun-2012 |
Wang Lei <leiw@apache.org> |
#i119943 - Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator
Patch by: Zhang Lu Review by: Wang Lei
git-svn-id: https://sv
#i119943 - Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator
Patch by: Zhang Lu Review by: Wang Lei
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352457 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 158531fa | 21-Jun-2012 |
Wang Lei <leiw@apache.org> |
#i119943 - Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator
Patch by: Zhang Lu Review by: Wang Lei
git-svn-id: https://sv
#i119943 - Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator
Patch by: Zhang Lu Review by: Wang Lei
git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1352434 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|