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

--- Comment #7 from Regina Henschel <rb.hensc...@t-online.de> ---
The way (for sort rows) towards moving the objects to the new position is:
ScTable::Sort() -> ScTable::SortReorderByRaw() -> ScColumn::UpdateDrawObjects()
-> ScColumn::UpdateDrawObjectsForRow() -> ScDrawLayer::MoveObjects()
-> ScDrawLayer::RecalcPos()
The new cell address is given as parameter to ScDrawLayer::MoveObjects().

But there is a principle problem. The document itself has still the old
configuration of hidden and non-hidden rows at the time RecalcPos() is used.
Thus all places in RecalcPos() which examine whether a row is hidden or not use
outdated values. And that results in the wrong position of the cell anchored
images.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to