Apache OpenOffice (AOO) Bugzilla – Full Text Issue Listing |
Summary: | Impress documents open on first slide | ||
---|---|---|---|
Product: | Impress | Reporter: | matthias.mueller-prove |
Component: | viewing | Assignee: | christian.guenther |
Status: | CLOSED FIXED | QA Contact: | issues@graphics <issues> |
Severity: | Trivial | ||
Priority: | P3 | CC: | issues, matthias.mueller-prove |
Version: | 680m107 | ||
Target Milestone: | OOo 2.0 | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://specs.openoffice.org/appwide/open_doc_behavior/OpenDocumentBehavior.sxw | ||
Issue Type: | FEATURE | Latest Confirmation in: | --- |
Developer Difficulty: | --- |
Description
matthias.mueller-prove
2005-06-17 12:30:24 UTC
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. |