https://issues.apache.org/ooo/show_bug.cgi?id=119476
--- Comment #3 from zjchen <zjchencdl@gmail.com> ---
I have found the problem is that there is different text clipped mechanism
between AOO & MS Word. In MS Word, if the line spacing add paragraph before
spacing is enough to display text, it does not clipped text in paragraph. While
in AOO, it just consider the line spacing as the condition to determine whether
clipped the text in paragraph.
see the method <SwTxtFormatter::CalcRealHeight(..)> in
main\sw\source\core\text\itrform2.cxx Line 1756 for more detail.
--
You are receiving this mail because:
You are the assignee for the bug.
|