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

--- Comment #18 from Kevin Suo <[email protected]> ---
After some experiment I found that the correct calculation to restore the
indent value should be:

https://opengrok.libreoffice.org/xref/core/sc/source/filter/excel/xestyle.cxx?r=b8cfea65#1461:
nTmpIndent = nTmpIndent / (3 * nSpaceWidth )

where the nSpaceWidth is the width of space char for the font in use.
But I don't know how to get the width of space due to my poor understanding of
the code.

This is all I can do. Hope someone could fix this soon.

-- 
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