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

Vitaliy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |[email protected]
     Ever confirmed|0                           |1

--- Comment #3 from Vitaliy <[email protected]> ---
MSO does the same.

In LibreOffice the limit in the function "convertTwipToMM100"
>>// It appears that MSO handles large twip values specially,
>>// probably legacy 16bit handling,
>>// anything that's bigger than 32767 appears to be simply ignored.
>>if( _t >= 0x8000 )
>>    return 0;

I don't know it is a bug or no. Maybe we need to set the limit when we edit the
page size?

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