diff options
author | Dione Maddern <dionemaddern@gmail.com> | 2024-05-28 20:33:18 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-05-29 17:19:46 +0200 |
commit | b9cb0eb716e2d003ed4b5c2481d335c2eff180eb (patch) | |
tree | 0a27f5bb879e0029324e0cc12c94130fe317e627 /source/text/simpress | |
parent | a61cdc9fb845956ccec780550684b3bcf01e4194 (diff) |
Add missing content to help page for Shapes menu in Draw
In AllLangHelp_sdraw.mk
- Add new entries for
- text/sdraw/01/equalize_height.xhp
- text/sdraw/01/equalize_width.xhp
Create new page text/sdraw/01/equalize_height.xhp for Equalize Height menu option
Create new page text/sdraw/01/equalize_width.xhp for Equalize Width menu option
In source/text/sdraw/01/consolidatetext.xhp
- Change H1 from "Text Box Consolidation" to "Consolidate Text" to reflect the current menu option.
In source/text/sdraw/main_shape.xhp
- Added a HID bookmart so that F1 will open the correct help page for the Shape menu
- Added embed links to content describing the options listed in the Shape menu
In text/shared/02/01140000.xhp
- Added section tags for each function described so that content can be easily embedded in other help pages.
In text/shared/02/05090000.xhp
- Added variable tags so the page can easily be linked from other help pages
In text/shared/02/05110000.xhp
- Added variable tags so the page can easily be linked from other help pages
In text/shared/menu/insert_shape.xhp
- Added appliction switch tags to display a different H1 for Draw
- Added application switch tags and additional menu options for Draw
In text/simpress/01/02150000.xhp
- Added section, variable and link tags to allow the page to easily be linked from other pages
In text/simpress/02/10120000.xhp
- Added section, variable and link tags to allow the page to easily be linked from other pages
Change-Id: I35f3cf6b8948527a333979606b871bd45c87761d
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/168069
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/simpress')
-rw-r--r-- | source/text/simpress/01/02150000.xhp | 7 | ||||
-rw-r--r-- | source/text/simpress/02/10120000.xhp | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/source/text/simpress/01/02150000.xhp b/source/text/simpress/01/02150000.xhp index 338b5173a7..20b9123d1c 100644 --- a/source/text/simpress/01/02150000.xhp +++ b/source/text/simpress/01/02150000.xhp @@ -30,13 +30,18 @@ </history> </meta> <body> + <bookmark xml-lang="en-US" branch="hid/.uno:Morphing" id="bm_id1304079" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/crossfadedialog/@@nowidget@@" id="bm_@@nowidget@@" localize="false"/> <bookmark xml-lang="en-US" branch="hid/modules/sdraw/ui/crossfadedialog/CrossFadeDialog" id="bm_id3154013" localize="false"/> -<h1 id="hd_id3148577">Cross-fading</h1> + +<section id="cross-fading"> +<h1 id="hd_id3148577"> + <variable id="cross-fading_h1"><link href="text/simpress/01/02150000.xhp">Cross-fading</link></variable></h1> <paragraph role="paragraph" id="par_id3155601" xml-lang="en-US"><variable id="uebertext"><ahelp hid=".uno:Morphing">Creates shapes and distributes them by uniform increments between two drawing objects.</ahelp> </variable></paragraph> <paragraph role="paragraph" id="par_id3146971" xml-lang="en-US">$[officename] draws a series of intermediate shapes between two selected objects and <link href="text/shared/01/05290000.xhp">groups</link> the result.</paragraph> +</section> <section id="howtoget"> <embed href="text/simpress/00/00000402.xhp#bearbueber"/> </section> diff --git a/source/text/simpress/02/10120000.xhp b/source/text/simpress/02/10120000.xhp index 07fca23ee3..f918096fc0 100644 --- a/source/text/simpress/02/10120000.xhp +++ b/source/text/simpress/02/10120000.xhp @@ -19,7 +19,7 @@ <helpdocument version="1.0"> <meta> <topic id="textsimpress0210120000xml" indexer="include" status="PUBLISH"> -<title id="tit">Arrows</title> +<title id="tit">Lines and Arrows</title> <filename>/text/simpress/02/10120000.xhp</filename> </topic> </meta> @@ -33,8 +33,8 @@ <bookmark branch="hid/.uno:ArrowsToolbox" id="bm_id4119521" localize="false"/> <section id="arrows"> - <h1 id="hd_id3145799"><link href="text/simpress/02/10120000.xhp">Arrows</link></h1> - <paragraph role="paragraph" id="par_id3145790"><ahelp hid=".uno:ArrowsToolbox">Open the <emph>Arrows</emph> toolbar, where you can add straight lines, lines with arrows, and dimension lines to the current slide or page.</ahelp></paragraph> + <h1 id="hd_id3145799"><variable id="lines_and_arrows_h1"><link href="text/simpress/02/10120000.xhp">Lines and Arrows</link></variable></h1> + <paragraph role="paragraph" id="par_id3145790"><ahelp hid=".uno:ArrowsToolbox">Open the <variable id="lines_and_arrows_menu"><menuitem>Lines and Arrows</menuitem></variable> toolbar, where you can add straight lines, lines with arrows, and dimension lines to the current slide or page.</ahelp></paragraph> </section> <tip id="par_idN1071F">If you want, you can add an arrow after you draw a line by choosing Format - Line, and then selecting an arrow style from the Style box.</tip> |