[Libreoffice-bugs] [Bug 138293] Add "save sketches on slides on exit" option to Slide Show Settings dialog

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Dec 16 13:24:38 UTC 2020


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyMedium, easyHack,
                   |                            |skillCpp, topicUI

--- Comment #5 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
(In reply to Heiko Tietze from comment #4)
> Let's do it. And handle the other topic in different issues.

Non-sense, the option exists (as setting for the slide show or per context
menu, which is not available when the presenter console is active). And the
annotation is stored in the document but only when enabled per slide show
setting.

This means we should
a) introduce a shortcut to toggle the pen in presenter mode
b) save annotations also when the mode was enabled during the presentation

Code pointer for b) is ATTR_PRESENT_PEN set in sd/source/ui/dlg/present.cxx via
m_xCbxPen while sd/source/ui/slideshow/slideshowimpl.cxx covers the context
menu with mbUsePen

For a) officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu (for
the help text) and slideshowimpl.cxx SlideshowImpl::keyInput() for the
interaction;

I suggest to drop N/P for next/previous slide and use P for the pen

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201216/66417e64/attachment.htm>


More information about the Libreoffice-bugs mailing list