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

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Regina Henschel <[email protected]> ---
The problem is not your locale or measurement unit, but the internal units.
Size and position of the cells are in unit "Twips", with 1pt = 20 Twips. The
unit for drawing objects is 1/100 mm. Both are integer. When a drawing object
is anchored to cell, its absolute position (in 1/100 mm) has to be converted in
an offset (in 1/100mm) from left-top corner of cell (Twips). So rounding errors
are unavoidable.

Bug 138109 is related to these rounding errors.

Besides that there might be off-by-one errors because the 'size' of a rectangle
can be including or excluding edge. In mathematics the length of [..[ is the
same as for [..], but in an integer grid not.

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