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

--- Comment #4 from Stephan Bergmann <[email protected]> ---
So at the end of lcl_CalcBorderRect (sw/source/core/layout/paintfrm.cxx; frame
7) rRect must contain the values that are reported for rLogicRect in frame 5:

  nLeft =   9223372036854755805
  nTop =    9223372036854755807
  nRight =  9223372036854755808
  nBottom = 9223372036854755808

resp.

  nLeft =   0x7FFF'FFFF'FFFF'B1DD
  nTop =    0x7FFF'FFFF'FFFF'B1DF
  nRight =  0x7FFF'FFFF'FFFF'B1E0
  nBottom = 0x7FFF'FFFF'FFFF'B1E0

which smells like mis-calculations using the FAR_AWAY
(sw/source/core/inc/frmtool.hxx) value LONG_MAX - 20000 = 9223372036854755807 =
0x7FFF'FFFF'FFFF'B1DF.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to