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

--- Comment #4 from Justin L <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to