Searched hist:c32d42b5 (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/test/ |
H A D | main.cxx | c32d42b5 Mon Apr 04 04:11:07 UTC 2016 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68> #i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special numbers" is off, to contain thousand separators before digits, even if after a +/- sign (eg. -,123 or +,789). Treat these as strings instead. Also added unit tests for this and exported the ScStringUtil class so it can be tested. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
|
H A D | stringutiltests.cxx | c32d42b5 Mon Apr 04 04:11:07 UTC 2016 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68> #i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special numbers" is off, to contain thousand separators before digits, even if after a +/- sign (eg. -,123 or +,789). Treat these as strings instead. Also added unit tests for this and exported the ScStringUtil class so it can be tested. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
|
/trunk/main/sc/inc/ |
H A D | stringutil.hxx | diff c32d42b5 Mon Apr 04 04:11:07 UTC 2016 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68> #i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special numbers" is off, to contain thousand separators before digits, even if after a +/- sign (eg. -,123 or +,789). Treat these as strings instead. Also added unit tests for this and exported the ScStringUtil class so it can be tested. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
|
/trunk/main/sc/source/core/tool/ |
H A D | stringutil.cxx | diff c32d42b5 Mon Apr 04 04:11:07 UTC 2016 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68> #i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special numbers" is off, to contain thousand separators before digits, even if after a +/- sign (eg. -,123 or +,789). Treat these as strings instead. Also added unit tests for this and exported the ScStringUtil class so it can be tested. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
|
/trunk/main/sc/prj/ |
H A D | build.lst | diff c32d42b5 Mon Apr 04 04:11:07 UTC 2016 damjan <damjan@13f79535-47bb-0310-9956-ffa450edef68> #i126901# CSV import: values with + or - followed by thousand separator and 3 digits (eg. +,123) are imported as a number Do not allow numbers parsed from CVS files when "Detect special numbers" is off, to contain thousand separators before digits, even if after a +/- sign (eg. -,123 or +,789). Treat these as strings instead. Also added unit tests for this and exported the ScStringUtil class so it can be tested. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1737624 13f79535-47bb-0310-9956-ffa450edef68
|
Completed in 34 milliseconds