https://bugs.documentfoundation.org/show_bug.cgi?id=164439
--- Comment #9 from Mike Kaganski <[email protected]> --- Code pointer: The normal cell text painting happens in ScOutputData::LayoutStrings calling OutputDevice::DrawText [1]. The "editengine" (formatted) text painting happens in ScOutputData::DrawEdit calling ScOutputData::DrawEditStandard calling EditEngine::Draw [2]. To debug this, likely the outputdevice's preparation (setting its map mode) must be tracked in both cases. [1] https://opengrok.libreoffice.org/xref/core/sc/source/ui/view/output2.cxx?r=5166efaa&mo=54167&fi=1490#2202 [2] https://opengrok.libreoffice.org/xref/core/sc/source/ui/view/output2.cxx?r=5166efaa&mo=54167&fi=1490#3308 -- You are receiving this mail because: You are the assignee for the bug.
