The palette list is followed first by the theme colors, finally by the
document colors.
Change-Id: I3183f709a1de27eaf6cba33e747831dd7a4b7168
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/128128
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
With this patch, if the user right-clicks an object in the Navigator, chooses Rename and click the Help button, a proper help page will be shown.
Change-Id: I5ba3c37519858de27c1fa526681fa00524c9e66e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127949
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
When the user clicks "Font Color" in the "Formatting Bar" help page, it should land in the "Font Color" section of the "Font Effects" page.
Change-Id: I011a3a19d9e7eb10e7e84e1bfbbc834ba494ae24
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127951
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Logic was designed for moduls with page formatting.
MATH, BASE and unknown module were not handled. Default is
for Writer.
Change-Id: I4d92a37110a342274a3d131f025213716134dd60
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/127191
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Users did not see what they should look for in the dialog,
and actually searched for "Microsoft Office" since it was
highlighted.
Change-Id: I7ef8ad3686d7e111a380ba69a7ddf19c1c45eec6
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126684
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
When the user opens the "Expert Configuration" dialog, selects a preference and double clicks it, another dialog is opened to edit the preference value. Clicking "Help" in this second dialog leads to a 404 page not found error.
This patch changes this behavior so that clicking the Help button opens the "Expert Configuration" help page.
Change-Id: I0104617153f710b09c7436b7f5e3faa78cddb2bd
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/126507
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Also, I removed the Wikipedia link. Besides having grammatical problems,
I don’t think these links are a fit for our documentation.
We would do a bigger service for our readers having all the needed
information right into our pages, where we can control it better.
Change-Id: Iaf96727ae5127ad622a2887aeea4c81b262d4ede
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>
The "double entries" reported are because the search results
are never grouped according to module (CALC, WRITER, IMPRESS, etc).
Results are now grouped.
The HTML Help page search function uses a "fuzzy" algorithm to pick
matching results. This observation by the reporter is not a bug and
so the main Help page has been updated to include an explanation.
The main Help page has also been updated to draw attention to the
highlighing of the matching characters from the search term, to show
exactly how the match was made.
Change-Id: Ibdb9ac726b36b9dd6f605c854192ec644bfe09e1
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/122312
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>