Try to determine whether or not a column has all 'General' number format

Desktop / LibreOffice - Kohei Yoshida [collabora.com] - 22 October 2014 17:07 UTC

during import. We'll then use this information to set script type to latin for all numeric cells in those columns rather than leaving the script type 'unknown'.

f1fcac4 Try to determine whether or not a column has all 'General' number format
sc/Library_sc.mk | 1 +
sc/inc/documentimport.hxx | 13 ++++++++-
sc/inc/numformat.hxx | 37 ++++++++++++++++++++++++++
sc/source/core/data/documentimport.cxx | 6 +++--
sc/source/core/tool/numformat.cxx | 37 ++++++++++++++++++++++++++
sc/source/filter/excel/xistyle.cxx | 12 +++++----
sc/source/filter/inc/numberformatsbuffer.hxx | 4 +--
sc/source/filter/inc/stylesbuffer.hxx | 16 ++++++++---
sc/source/filter/oox/numberformatsbuffer.cxx | 16 ++++++++---
sc/source/filter/oox/sheetdatabuffer.cxx | 18 +++++++------
sc/source/filter/oox/stylesbuffer.cxx | 34 ++++++++++++++++-------
11 files changed, 159 insertions(+), 35 deletions(-)

Upstream: cgit.freedesktop.org


  • Share