diff options
author | Dione Maddern <dionemaddern@gmail.com> | 2024-09-09 10:21:37 -0400 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-11 01:35:08 +0200 |
commit | 772d0921f2f832deff089cad653e726bff6580ff (patch) | |
tree | 99a7b39bf69df29d841b03b640fc15308bf162bd /AllLangHelp_shared.mk | |
parent | d1c125b79ba1140d894aa2ef71692394218bf3ff (diff) |
tdf#162504 Add links and missing content to Styles Deck help page
In source/text/shared/01/styles.xhp
- Removed paragraph about the context menu, because it is now covered in
more detail below.
- Added a link to the "Show Previews" section to make navigation easier.
- Added help for the "Show Previews" widget.
- Added help for the Styles Window and its context menu.
- Added help for the Filter combo box.
- Added the Spotlight Styles page to Related Topics
Moved source/text/swriter/01/EditStyle.xhp to
source/text/shared/01/edit_style.xhp
- Updated content to apply to all apps, instead of just Writer. Most of
the page is embedded, and the few native elements needed updating, so it
was easier just to move the file.
- Embedded the description in source/text/shared/01/new_style.xhp
Created the following new pages for individual context menu options in
the Styles Window and embedded the descriptions in
source/text/shared/01/styles.xhp
- source/text/shared/01/delete_style.xhp
- source/text/shared/01/new_style.xhp
Updated AllLangHelp_shared.mk and AllLangHelp_swriter.mk to reflect new
and deleted files.
In source/text/shared/00/00040500.xhp
- Added Howtoget instructions for accessing Edit Styles/General Tab from
the Keyboad and Sidebar
- Added variable and section tags so the page title and descriptin cna
be embedded in other pages in:
- source/text/shared/01/02010000.xhp
- source/text/shared/01/05040100.xhp
- In source/text/swriter/01/05130000.xhp
In - source/text/shared/01/02010000.xhp
- Added a switchinline so that the page will show a different title for
Calc
In source/text/swriter/01/SpotlightMenu.xhp
- Added the Spotlight Styles guide to the Related Topics section.
In source/text/swriter/guide/spotlight_styles.xhp
- Added variable tags to the page description can be embedded in other
pages.
- Added menubar instructions to howtoget
- Added variable Tags to the
- Added the help pages for Spotlight Menu and Styles Deck to the Related
Topics section.
Change-Id: I320883415c5ad4e1f2c21fc9c6cebc35c8e07bbb
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/173081
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 8778ce8a60..f15199acc9 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -430,6 +430,9 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/signexistingpdf \ helpcontent2/source/text/shared/01/signsignatureline \ helpcontent2/source/text/shared/01/styles \ + helpcontent2/source/text/shared/01/delete_style \ + helpcontent2/source/text/shared/01/edit_style \ + helpcontent2/source/text/shared/01/new_style \ helpcontent2/source/text/shared/01/StyleNewByExample \ helpcontent2/source/text/shared/01/StyleUpdateByExample \ helpcontent2/source/text/shared/01/table_design \ |