diff options
author | Stéphane Guillou <stephane.guillou@libreoffice.org> | 2023-12-21 16:29:40 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2024-01-13 20:17:54 +0100 |
commit | d529ecdee07d04f261fd13d05ecf2e0ee9f18a4b (patch) | |
tree | 42b7a7e08507bc49d427f8da1818e2c3b8a32cb9 | |
parent | 8a46af6d1523f0092c0a000cce688ec4916b9ef9 (diff) |
tdf#156156: add Slide Transition sidebar deck help button's HID
and document how to access it.
Change-Id: I3f5c8e0f65f704389ed27989b29cca2cf0279302
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161107
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit c8244945b9d36822a2a35edca7bb9111f39ef282)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/161636
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | source/text/simpress/00/00000407.xhp | 12 | ||||
-rw-r--r-- | source/text/simpress/01/06040000.xhp | 3 |
2 files changed, 13 insertions, 2 deletions
diff --git a/source/text/simpress/00/00000407.xhp b/source/text/simpress/00/00000407.xhp index 3457731645..7f755eb388 100644 --- a/source/text/simpress/00/00000407.xhp +++ b/source/text/simpress/00/00000407.xhp @@ -28,7 +28,17 @@ </meta> <body> <h1 id="hd_id3150541">Slide Show Menu</h1> - <paragraph role="paragraph" id="par_id3158394"><variable id="etdaw">Choose <menuitem>View - Slide Transition</menuitem>.</variable></paragraph> + <section id="slide_transition"> + <embed href="text/shared/00/00000004.xhp#from_keyboard"/> + <paragraph role="paragraph" id="par_id731703172914150"><switchinline select="sys"><caseinline select="MAC"><keycode>Option</keycode></caseinline><defaultinline><keycode>Alt</keycode></defaultinline></switchinline><keycode> + 6</keycode></paragraph> + <embed href="text/shared/00/00000004.xhp#from_menu_bar"/> + <paragraph role="paragraph" id="par_id3158394">Choose <menuitem>View - Slide Transition</menuitem>.</paragraph> + <embed href="text/shared/00/00000004.xhp#from_tabUI"/> + <paragraph role="paragraph" id="par_id661703172916238">Choose <menuitem>Slide Show - Slide Transition</menuitem>.</paragraph> + <paragraph role="paragraph" id="par_id841703172918059">In the <menuitem>Slide Show</menuitem> menu of the <menuitem>Slide Show</menuitem> tab, choose <menuitem>Slide Transition</menuitem>.</paragraph> + <embed href="text/shared/00/00000004.xhp#from_sidebar"/> + <paragraph role="paragraph" id="par_id391703172918427">Open the <menuitem>Slide Transition</menuitem> deck.</paragraph> +</section> <section id="animated_image"> <paragraph role="paragraph" id="par_id3152576">Choose <menuitem>Insert - Animated Image</menuitem>.</paragraph> </section> diff --git a/source/text/simpress/01/06040000.xhp b/source/text/simpress/01/06040000.xhp index 1bfd3838ba..aaec1ea5ad 100644 --- a/source/text/simpress/01/06040000.xhp +++ b/source/text/simpress/01/06040000.xhp @@ -37,12 +37,13 @@ <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/slidetransitionspanel/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/simpress/ui/slidetransitionspanel/SlideTransitionsPanel" id="bm_id3146976" localize="false"/> <bookmark xml-lang="en-US" branch="hid/.uno:Dia" id="bm_id3150012" localize="false"/> +<bookmark branch="hid/SIDEBAR_SDSLIDETRANSITIONDECK" id="bm_id711703172623054" localize="false"/> <section id="slide_transition"> <h1 id="hd_id3153142"><link href="text/simpress/01/06040000.xhp">Slide Transition</link></h1> <paragraph role="paragraph" id="par_id3154011" xml-lang="en-US"><ahelp hid=".">Defines the special effect that plays when you display a slide during a slide show.</ahelp></paragraph> </section> <section id="howtoget"> - <embed href="text/simpress/00/00000407.xhp#etdaw"/> + <embed href="text/simpress/00/00000407.xhp#slide_transition"/> </section> <paragraph role="tip" id="par_id3154704" xml-lang="en-US">To apply the same transition effect to more than one slide, switch to the <link href="text/simpress/01/03100000.xhp">Slide Sorter</link>, select the slides, and then choose <emph>Slide - Slide Transition</emph>.</paragraph> |