[Libreoffice-bugs] [Bug 108041] Calc fails to correctly identify the font used in a cell and fails to obey format and font changes

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jun 3 11:16:14 UTC 2017


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

Buovjaga <todventtu at suomi24.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |todventtu at suomi24.fi
     Ever confirmed|0                           |1

--- Comment #5 from Buovjaga <todventtu at suomi24.fi> ---
If you do right-click - clear direct formatting (or Ctrl-M) you can reset the
cell formatting to default.

If you unzip the .ods file and look inside the content.xml (I usually use this
first http://xmlbeautifier.com/ ), you will see the text element:

<text:p>
<text:span text:style-name="T1">aceg/C</text:span>
</text:p>

The T1 style definition is

<style:style style:name="T1" style:family="text">
<style:text-properties fo:font-style="italic" style:font-style-asian="italic"
style:font-style-complex="italic" />
</style:style>

So apparently there should be a style called T1, but it does not appear in the
style list.

How was this file created? In LibreOffice? In Microsoft Office? In Apache
OpenOffice? In something else?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

-- 
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/20170603/8319d24e/attachment.html>


More information about the Libreoffice-bugs mailing list