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 /AllLangHelp_sdraw.mk | |
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 'AllLangHelp_sdraw.mk')
-rw-r--r-- | AllLangHelp_sdraw.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/AllLangHelp_sdraw.mk b/AllLangHelp_sdraw.mk index eb1c2636cf..5aaae74d99 100644 --- a/AllLangHelp_sdraw.mk +++ b/AllLangHelp_sdraw.mk @@ -25,6 +25,8 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,sdraw,\ helpcontent2/source/text/sdraw/01/consolidatetext \ helpcontent2/source/text/sdraw/01/delete_page \ helpcontent2/source/text/sdraw/01/duplicate_page \ + helpcontent2/source/text/sdraw/01/equalize_height \ + helpcontent2/source/text/sdraw/01/equalize_width \ helpcontent2/source/text/sdraw/01/insert_layer \ helpcontent2/source/text/sdraw/01/new_page \ helpcontent2/source/text/sdraw/01/navigate_page \ |