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

Markus Mohrhard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #3 from Markus Mohrhard <[email protected]> ---
So this took me some time to understand:

There are a few indirections resulting in my classification as not a bug:

So starting at the cell definition we have a xf index of 110, the corresponding
xf entry has a fill id of 6, the corresponding fill entry looks lie:

    <fill>
      <patternFill patternType="solid">
        <fgColor theme="4" tint="-0.499984740745262"/>
        <bgColor indexed="64"/>
      </patternFill>
    </fill>


Now reading the spec about indexed="64" we find in the spec inside of 18.8.27
the definition for the indexed colors with 64 having a special system dependent
value:

indexed="64" System Foreground n/a

So this color is actually not specified and we are in unspecified behavior.

For us this maps to OOX_COLOR_WINDOWTEXT which is mapped to XML_windowText.


Based on this analysis I consider this an correct import by us and the color
just implementation and system defined.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to