https://bugs.documentfoundation.org/show_bug.cgi?id=112742
Justin L <jl...@mail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bz.apache.org/ooo/s | |how_bug.cgi?id=33307 --- Comment #3 from Justin L <jl...@mail.com> --- Shift-F5 is SID_RESTORE_EDITING_VIEW. We somehow need to call SetRestorePosition if we have the bookmark _GoBack I guess. OK - that's easy. It is always called. Look at ZoomFactor in writerfilter's ApplySettingsTable for the place to set those variables. In ODT these are stored in settings.xml as ViewLeft and ViewTop (and IsSelectedFrame). However, it will be INCREDIBLY hard to convert a bookmark into a LO Cursor position. Possibly a better alternative would be to extend LO itself to ALSO look for a _GoBack bookmark when SID_RESTORE_EDITING_VIEW is called. (However, LO won't change _GoBack bookmarks at save time, so that position would never be updated by LO.) -- You are receiving this mail because: You are the assignee for the bug.