https://bugs.documentfoundation.org/show_bug.cgi?id=148669
--- Comment #3 from Julien Nabet <[email protected]> --- If it can help: (gdb) frame 5 #5 0x00007f093849688c in OutputDevice::ImplLogicToDevicePixel (this=0x6097d30, rLogicRect=...) at vcl/source/outdev/map.cxx:419 419 rLogicRect.IsWidthEmpty() ? 0 : ImplLogicToPixel( rLogicRect.Right()+maMapRes.mnMapOfsX, mnDPIX, maMapRes.mnMapScNumX, maMapRes.mnMapScDenomX )+mnOutOffX+mnOutOffOrigX, (gdb) p rLogicRect $1 = (const tools::Rectangle &) @0x7ffd946c45d8: {static RECT_EMPTY = -32767, nLeft = 0, nTop = 0, nRight = 3913623887751, nBottom = 473490318} (gdb) frame 6 #6 0x00007f0937f35f2b in vcl::Window::Invalidate (this=0x6094da0, rRect=..., nFlags=InvalidateFlags::NoErase) at vcl/source/window/paint.cxx:1158 1158 tools::Rectangle aRect = pOutDev->ImplLogicToDevicePixel( rRect ); (gdb) p rRect $2 = (const tools::Rectangle &) @0x7ffd946c45d8: {static RECT_EMPTY = -32767, nLeft = 0, nTop = 0, nRight = 3913623887751, nBottom = 473490318} (gdb) frame 7 #7 0x00007f093bca7466 in SdrPaintView::InvalidateOneWin (this=0x45b81c0, rDevice=..., rRect=...) at svx/source/svdraw/svdpntv.cxx:870 870 rDevice.GetOwnerWindow()->Invalidate(rRect, InvalidateFlags::NoErase); (gdb) p rRect $3 = (const tools::Rectangle &) @0x7ffd946c45d8: {static RECT_EMPTY = -32767, nLeft = 0, nTop = 0, nRight = 3913623887751, nBottom = 473490318} (gdb) frame 8 #8 0x00007f093bca73a7 in SdrPaintView::InvalidateAllWin (this=0x45b81c0, rRect=...) at svx/source/svdraw/svdpntv.cxx:855 855 InvalidateOneWin(rOutDev, aRect); (gdb) p rRect $5 = (const tools::Rectangle &) @0x7ffd946c4648: {static RECT_EMPTY = -32767, nLeft = 0, nTop = 0, nRight = 3913623887751, nBottom = 473490318} (gdb) frame 9 #9 0x00007f093bc8cd47 in SdrPageView::InvalidateAllWin (this=0x5f8a790) at svx/source/svdraw/svdpagv.cxx:201 201 GetView().InvalidateAllWin(aRect); -- You are receiving this mail because: You are the assignee for the bug.
