diff options
author | Sophia Schröder <sophia.schroeder@libreoffice.org> | 2023-02-25 16:39:21 +0000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-02-26 18:07:51 +0000 |
commit | afa78ade65147468ca4f0b4ad168c4288e8a79b2 (patch) | |
tree | 08cf55fb5628217bb70444ea542c799643d67b4b | |
parent | 42a2c3690f7991cc6c854bc9454e361cf309a03f (diff) |
Impress: Rework of help files /02/ 20
Change-Id: I898a05cd1b79e69e36cb1d65174fdd8733f7bd88
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/147697
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/simpress/02/11070000.xhp | 46 |
1 files changed, 24 insertions, 22 deletions
diff --git a/source/text/simpress/02/11070000.xhp b/source/text/simpress/02/11070000.xhp index 8ace85fbef..904c37bea7 100644 --- a/source/text/simpress/02/11070000.xhp +++ b/source/text/simpress/02/11070000.xhp @@ -1,4 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- * This file is part of the LibreOffice project. * @@ -15,35 +17,35 @@ * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . - --> -<helpdocument version="1.0"> +--> + <meta> -<topic id="textsimpress0211070000xml" indexer="include" status="PUBLISH"> -<title xml-lang="en-US" id="tit">Show All Levels</title> -<filename>/text/simpress/02/11070000.xhp</filename> -</topic> -<history> -<created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> -</history> + <topic id="textsimpress0211070000xml" indexer="include" status="PUBLISH"> + <title xml-lang="en-US" id="tit">Show All Levels</title> + <filename>/text/simpress/02/11070000.xhp</filename> + </topic> + <history> + <created date="2003-10-31T00:00:00">Sun Microsystems, Inc.</created> + </history> </meta> <body> <section id="all_levels"> - <bookmark branch="index" xml-lang="en-US" id="bm_id3153728"><bookmark_value>levels; showing</bookmark_value><bookmark_value>showing; levels</bookmark_value></bookmark> +<bookmark branch="index" xml-lang="en-US" id="bm_id3153728"><bookmark_value>levels; showing</bookmark_value><bookmark_value>showing; levels</bookmark_value></bookmark> <bookmark branch="hid/.uno:OutlineExpandAll" xml-lang="en-US" id="bm_id3146121" localize="false"/> <h1 id="hd_id3153728"><link href="text/simpress/02/11070000.xhp">Show All Levels</link></h1> <paragraph role="paragraph" id="par_id3154492" xml-lang="en-US"><ahelp visibility="visible" hid=".uno:OutlineExpandAll">Displays the hidden headings of the slides in the current slide show. To hide all of the headings in the current slide show, except for the slide titles, click the <link href="text/simpress/02/11060000.xhp"><menuitem>Show Only First Level</menuitem></link> icon.</ahelp></paragraph> </section> <section id="syall_levels"> - <table id="tbl_id3149018"> - <tablerow> - <tablecell> - <paragraph role="paragraph" id="par_id3155333" xml-lang="en-US"><image src="cmd/sc_outlineexpandall.png" id="img_id3154705" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3154705">Icon Show All Levels</alt></image></paragraph> - </tablecell> - <tablecell> - <paragraph role="paragraph" id="par_id3166424" xml-lang="en-US">Show All Levels</paragraph> - </tablecell> - </tablerow> - </table> + <table id="tbl_id3149018"> + <tablerow> + <tablecell> + <paragraph role="paragraph" id="par_id3155333" xml-lang="en-US"><image src="cmd/sc_outlineexpandall.png" id="img_id3154705" width="1cm" height="1cm"><alt xml-lang="en-US" id="alt_id3154705">Icon Show All Levels</alt></image></paragraph> + </tablecell> + <tablecell> + <paragraph role="paragraph" id="par_id3166424" xml-lang="en-US">Show All Levels</paragraph> + </tablecell> + </tablerow> + </table> </section> - </body> -</helpdocument> +</body> +</helpdocument>
\ No newline at end of file |