diff options
author | Ross Johnson <ross.johnson@homemail.com.au> | 2021-09-22 20:32:11 +1000 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2021-10-01 12:46:18 +0200 |
commit | 0b9b6542a8432d8a7bb3fc8185c0937dff0329bd (patch) | |
tree | 87d7d7c336b2239c6a1b8264ce321ca8fc788ad6 /help3xsl | |
parent | 2d9ad5a39e416c967af625426572b68498d3c68b (diff) |
tdf#33749 - revised help text for merge and split in Calc
The earlier change (reverted) overlooked the difference between
"Merge Cells" and "Merge and Center Cells", leaving users without
adequate means to merge cells while retaining text alignment. This
patch restores previous usability and moves forward to resolve the
issues raised in this bug report.
Reverted the two changes from earlier work on tdf#33749:
1) Cell context menu back to 7.2
2) Format - Merge Cells menu back to 7.2
3) Help pages to reflect that
Moving forward with the following changes:
1) Rename "Split Cells" to "Unmerge Cells" (Calc only)
2) Add "Merge Cells" and "Unmerge Cells" to the Formatting toolbar alongside
"Merge and Center Cells".
3) Re-label the Format - Merge Cells menu to Format - Merge and Unmerge Cells.
4) Help pages to reflect core including fixing the duplicate entry in the
built help/hid2file.js by consolidating the relevant Calc and Writer
help pages together to remove the duplicate bookmark hid branch value.
Removed the module specific version.
5) Removed duplicate entry from helpers/unocmds.txt.
Change-Id: Ica50f507eea74acd430bef3042fb9739d1cff7b2
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122810
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/README.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/help3xsl/README.txt b/help3xsl/README.txt index 0788c731a5..ea5335a575 100644 --- a/help3xsl/README.txt +++ b/help3xsl/README.txt @@ -33,6 +33,13 @@ and make sure that symlinks are allowed in the webserver configuration. File descriptions ----------------- +index2.html: + +This is the starting point for help when F1 is pressed. The control 'target' is passed in +and then the javascript here does the lookup of the hid2file.js map. If the target is found then that +HTML file is given to the browser with the module and other parameters added, otherwise it substitutes +a default, which is the modules main page. + * default.css: the cascading style sheet for HTML formatting. @@ -41,7 +48,7 @@ File descriptions the XSL transform file. Transform XHP files into HTML files. - This file is a modification of xmlhelper/util/main_transform.xsl, which was designed for xmlhelp XSL processor. + This file is a modification of xmlhelp/util/main_transform.xsl, which was designed for xmlhelp XSL processor. * help.js |