[Libreoffice-bugs] [Bug 117297] New: table style properties are being ignored

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 27 18:19:07 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=117297

            Bug ID: 117297
           Summary: table style properties are being ignored
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: libreoffice-bugs at lists.freedesktop.org
          Reporter: jluth at mail.com

Created attachment 141721
  --> https://bugs.documentfoundation.org/attachment.cgi?id=141721&action=edit
TableGrid table style.docx: example document created in Word 2013

There are several examples of the same problem being exhibited in this
document. The problem area is the second table-column.
-The green text paragraph should be size 9, but is actually size 11.
-The TableGrid paragraph also is size 11, is black instead of blue, and the
spacing is 108% instead of double.

The main problem is in
sw/source/core/unocore/unotext.cxx:lcl_ApplyCellProperties
   if (state == beans::PropertyState_DEFAULT_VALUE)
   then apply table-style/cell properties

In these cases, state = AMBIGUOUS_VALUE, so the TableGrid properties are not
applied, and the system defaults (size 11, 108% spacing, black color) are used
instead.

Table styles are a relatively new feature, no regression here. Things starting
looking decent in 4.1 and 4.2. Bug 80800 (4.4) dealt with a similar problem -
focusing only on LINE_SPACING.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180427/e582247f/attachment-0001.html>


More information about the Libreoffice-bugs mailing list