[Libreoffice-bugs] [Bug 97648] Horizontal line is not imported

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Sep 8 01:44:08 UTC 2017


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

--- Comment #4 from Justin L <jluth at mail.com> ---
proposed partial solution: https://gerrit.libreoffice.org/42088

I'm not assigning myself to this bug because ultimately it needs to support the
"100%" nWidth=0 case - which is the most common one. However, although the
variables seem to be present to handle maWidthPercent, the back-end code
doesn't seem to use it at all for the horizontal line shape.

Also needed is something to handle o:hralign. Again, the variables seem to
exist for it, but the back-end code doesn't actually affect the o:hr shape.
+        OUString hralign = rAttribs.getString( O_TOKEN( hralign ), "left" );
+        mrTypeModel.maPositionHorizontal = hralign;

I'm a bit afraid of hacking on this low level vml library code, since I will be
changing a lot more than just horizontal lines...

-- 
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/20170908/c33c9353/attachment-0001.html>


More information about the Libreoffice-bugs mailing list