[Libreoffice-bugs] [Bug 120412] FILEOPEN DOCX Raised text created with Word becomes normal when the document is opened in Writer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed May 29 12:38:20 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=120412
László Németh <nemeth at numbertext.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #9 from László Németh <nemeth at numbertext.org> ---
Test: the test document in the first patch imported correctly, and the
character formatting dialog shows 110% superscript text position.
Note: UI of MSO contains 1584 pt limitation, but OOXML has no such limitation,
and MSO can load greater value, too. (Its character formatting dialog window
shows a warning message after opening the text position page.) OpenDocument
hasn't got limitation, see the commit messages:
===================================================
tdf#120412 DOCX filter: fix missing superscript
by editeng support of large superscript raising.
Maximal raising of superscript text is 1584 pt in MSO,
while LibreOffice didn't import the values greater
than 100% of the current font height. Using the maximal
percent value of the default 11 pt font, the limit
is 14400% now, fixing most of the import problems.
Greater raisings will be limited to 14400% during the
DOCX import.
Note: the standard doesn't limit the bigger percent
values, see "20.374 style:text-position" and
"18.3.23 percent" in OpenDocument 1.2.
===================================================
tdf#120412 character formatting UI: allow >100% raising
in superscript/subscript text positions instead of
changing the greater values (eg. imported from DOCX)
to 100% by accident, simply using the character
formatting window.
--
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/20190529/aa2636e1/attachment.html>
More information about the Libreoffice-bugs
mailing list