Apache OpenOffice (AOO) Bugzilla – Issue 50902
Impress documents open on first slide
Last modified: 2005-08-10 09:02:13 UTC
Impress documents open on first slide. The view mode is restored from the last editing session.
new parent task id
spec is final - please implement section 6.4 "OOo 2.0.x (x>=0)" of the spec. If this is not possible, please retarget this feature for OOo 2.0.1
Reassigned to CL as requested by him.
There are related issues i50901 and i51536 concerning the keyboard shortcuts.
Fixed, in FrameView::ReadUserDataSequence() I do not call SetPageKind() and SetSelectedPage() when the current docshell is SFX_CREATE_MODE_EMBEDDED. This way the current page and view is always drawing view on slide 0, unless we are embedded as an ole. The page kind and selected page number is still loaded and can be asked from the FrameView with the new methods GetPageKindOnLoad() and GetSelectedPageOnLoad().
verified on cws, back to qa re-open issue and reassign to cgu@openoffice.org
reassign to cgu@openoffice.org
reset resolution to FIXED
Verified in cws impress63
Integrated in src680m118.
See issue 50901 for adding the Shift-F5 accelerator for jumping back to the slide last edited.