tdf#124997: only skip parsing non-empty cells for unallocated columns
commit3bf32679971804ade8e85f0e8023dc3b127cc3dc
authorMike Kaganski <mike.kaganski@collabora.com>
Sat, 27 Apr 2019 08:27:32 +0000 (27 11:27 +0300)
committerMike Kaganski <mike.kaganski@collabora.com>
Sat, 27 Apr 2019 11:18:11 +0000 (27 13:18 +0200)
tree24969995a2dc8fb4789937167012d1a1e6c50ff0
parentc08f23b1470c0f49336c83c711d473584ce5c96f
tdf#124997: only skip parsing non-empty cells for unallocated columns

Otherwise, not-yet-allocated columns have STD_COL_WIDTH (1280), while
normal columns have widths like 82 (pixel), making the oversized grid
look as if the columns not having vertical lines at all.

Also, we need to consider default attrubutes here, to properly render
cell properties like borders and background for unallocated columns.

Regression after commit 7282014e362a1529a36c88eb308df8ed359c2cfa

Change-Id: Ibb37c0c621d009bda2c5c0176cf5d3b238c45964
Reviewed-on: https://gerrit.libreoffice.org/71408
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
sc/source/core/data/fillinfo.cxx