diff options
author | Dione Maddern <dionemaddern@gmail.com> | 2024-09-03 16:32:26 -0400 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-09-05 15:26:11 +0200 |
commit | 0e9d2c728aa5f30b4fa97922a85e5f56912869d9 (patch) | |
tree | 7ecc1ba6e039c48e7305dd763fe0ab8dfb823dc3 /AllLangHelp_swriter.mk | |
parent | 06c4d05a7e39feb276bbd70ed3639a8c10157d54 (diff) |
tdf#162504 tdf#152161 Create help pages for Properties sidebar panels
Created a new page text/shared/01/sidebar_properties.xhp
This page is a WIP but it proved to be easier to created pages for the
individual panels one at a time. I've included it in the patch because
some of the other pages have embedded content from the howtoget section.
Created a new page text/shared/01/sidebar_character_panel.xhp
- to document the Character options in the Properties sidebar
Created a new page text/shared/01/sidebar_paragraph_panel.xhp
- to document the Paragraph options in the Properties sidebar
Created a new page text/shared/01/table_design.xhp
- to document the Table Design options in the Properties sidebar in Draw
and Impress
Created a new page text/swriter/01/paragraph_hyphenation.xhp
- to document the Hyphenation options in the Paragraph panel of the
Properties sidebar in Writer
In text/shared/00/00040502.xhp
- Removed outdated How to get information for the Double Underline
option
- Added section tags so that content can be easily embedded in other
pages
In text/simpress/main0203.xhp
- Added Help instructions for the Character Highlight widget.
- Added icons for the "Increase Font Size" and "Decrease Font Size"
widgets.
In text/shared/01/05020500.xhp
- Added Icon for "Spacing"
In text/swriter/guide/using_hyphen.xhp
- Changed title from "Hyphenation" to "Using Hyphenation" to match H1
and avoid confusion with the two other pages titled "Hyphenation".
Added section and variable tags to allow content to be easily embedded
in other pages in:
source/text/shared/00/00040500.xhp
source/text/shared/01/05010000.xhp
source/text/shared/01/05020100.xhp
source/text/shared/01/05020200.xhp
source/text/shared/01/05020500.xhp
text/shared/01/05030100.xhp
source/text/shared/01/05030700.xhp
source/text/shared/01/05070410.xhp
source/text/shared/01/05070510.xhp
source/text/shared/01/05070610.xhp
source/text/shared/01/05110100.xhp
source/text/shared/01/05110200.xhp
source/text/shared/01/05110300.xhp
source/text/shared/01/05110400.xhp
source/text/shared/01/06050300.xhp
source/text/shared/01/06050500.xhp
source/text/shared/01/StyleNewByExample.xhp
source/text/shared/01/StyleUpdateByExample.xhp
source/text/shared/01/formatting_mark.xhp
source/text/shared/02/02010000.xhp
source/text/shared/02/02020000.xhp
source/text/shared/02/02130000.xhp
source/text/shared/02/02140000.xhp
source/text/shared/02/02160000.xhp
source/text/shared/02/03110000.xhp
source/text/shared/02/03120000.xhp
source/text/shared/02/paintbrush.xhp
source/text/swriter/01/05030200.xhp
source/text/swriter/guide/using_hyphen.xhp
Change-Id: If8071612709aeae514dbd591eba4c1d0d0928a64
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/172844
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'AllLangHelp_swriter.mk')
-rw-r--r-- | AllLangHelp_swriter.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_swriter.mk b/AllLangHelp_swriter.mk index 6f7f088305..ebd68c57ec 100644 --- a/AllLangHelp_swriter.mk +++ b/AllLangHelp_swriter.mk @@ -167,6 +167,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,swriter,\ helpcontent2/source/text/swriter/01/06210000 \ helpcontent2/source/text/swriter/01/06220000 \ helpcontent2/source/text/swriter/01/06990000 \ + helpcontent2/source/text/swriter/01/paragraph_hyphenation \ helpcontent2/source/text/swriter/01/contentcontrol00 \ helpcontent2/source/text/swriter/01/accessibility_check \ helpcontent2/source/text/swriter/01/EditStyle \ |