Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


On Thu, 2013-06-06 at 16:15 +0300, Adam Co wrote:
 
This lead me to think that the import process is faulted, and that:
·         When importing from DOC – the (border+border margin) are deducted from the page margin
·         When importing from DOCX – this is not deducted
 
This leads to the fact that when I export to DOCX than:
·         When the imported file was a DOC – the exported page margin is 1440    (110 + 1330)
·         When the imported file was a DOC – the exported page margin is 1550    (110 + 1440)
 

I have located an interesting code piece in the DOC importer, that
seems to deduct the '110 TWIPs' from the '1440' when importing,

So, yeah, you're probably right. IIRC when doing the .doc filter for
frames and graphics we found a lot of places where basically if there is
a thing of width/height of X and a border of Y, then writer would create
an element of size X and draw the border "inside" that space so the
whole artifact is of size X while word would put the border "outside"
that space giving an artifact of size X+Y. The page border issue is
probably very similar though I don't have any specific memory on hacking
on that part of the .doc filter.

Simply adding the logic of SetFlyBordersShadow to the DOCX importer
looks very complicated to me (requires implementing a lot of functions
from ww8, not trivial for me).

Ideally these pieces of shared logic would be factored out into a shared
place where both the .doc and .docx filter could take advantage of them.

C.


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.