https://bz.apache.org/ooo/show_bug.cgi?id=126391
bmarcelly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from bmarcelly <[email protected]> --- Created attachment 84817 --> https://bz.apache.org/ooo/attachment.cgi?id=84817&action=edit Document with a table and two macros Attachment 84811 and attachment 84812 are Writer files, extension odt is missing. I confirm that both documents are incorrect, as seen from Windows 7. It may be due to an incorrect structure of the table after setting of borders. Read the API documentation of BorderLine structure : InnerLineWidth is only used as the inner part of a double line. OuterLineWidth has to be used for a single line. According to the API doc, your usage of the borders is incorrect. My attachment FatBorders is a proof. Macro Main1 contains the Basic equivalent to your Java code. Run it, save to another name, reload : the borders have changed. Macro Main2 is the same, but uses OuterLineWidth instead of InnerLineWidth. This time the borders stay correct after reload. -- You are receiving this mail because: You are the assignee for the issue.
