diff options
author | Dione Maddern <dionemaddern@gmail.com> | 2024-08-15 15:03:19 -0400 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2024-08-16 16:00:05 +0200 |
commit | ad12e6e2b68b89d95e1fa92a8905348523ae8ec2 (patch) | |
tree | 20d89ffef521a18cc9b4beaa5c94781107c1e980 /AllLangHelp_shared.mk | |
parent | afa0a94db4d511a638cb81ff7e000fb6f285c830 (diff) |
tdf#156332 Fix broken links to Navigator and Navigation Toolbar help pages
Create new file text/shared/01/navigator.xhp
- Help link from the Navigator Sidebar Deck is broken. The Navigation
Sidebar deck contains the same widgets as the Navigator window, so I've merged everything into one file.
- Embedded help content from the existing help pages for Navigator where
possible, to avoid retranslation and used switches to show and hide the
relevant content.
Created new file text/swriter/01/navigator_context_menu.xhp
- There are a lot of items in the context menu for Writer, and the page
was getting overly long and difficult to read.
In AllLangHelp_shared.mk
- Added file text/shared/01/navigator.xhp
In AllLangHelp_swriter.mk
- added file text/swriter/01/navigator_context_menu.xhp
In text/swriter/01/02110000.xhp
- Added variable and section tags to make content easier to embed in
other pages
- moved bookmarks to text/shared/01/navigator.xhp or
text/swriter/01/navigator_context_menu.xhp as appropriate, so that
pressing F1 will open that page
In text/simpress/01/02110000.xhp, and text/scalc/01/02110000.xhp
- Added variable and section tags to make content easier to embed in
other pages
- moved bookmarks to text/shared/01/navigator.xhp so that pressing F1
will open that page
- removed bookmark for the Pointer function because it doesn't seem to
exist in the current version of Impress.
In text/scalc/01/02110000.xhp
- - Added variable and section tags to make content easier to embed in
other pages
- moved bookmarks to text/shared/01/navigator.xhp so that pressing F1
will open that page
In text/swriter/01/02110100.xhp
- Added variable and section ids so that the summary section can be
embedded in text/shared/01/navigator.xhp instead of re-stating the same
information.
- Moved the bookmark for
.uno:AvailableToolbars?Toolbar:string=navigationobjectbar to
text/swriter/navigate_toolbar.xhp
In text/swriter/navigate_toolbar.xhp
- Added bookmark for source/text/swriter/navigate_toolbar.xhp so that
pressing F1 while hovering over View > Toolbars > Navigator opens the
correct page.
In text/shared/00/edit_menu.xhp
- Updated howtoget instructions for the Navigator window to include
instructions for the Sidebar
Updated links to text/scalc/01/02110000.xhp to lead to
text/shared/01/navigator.xhp in
- source/text/scalc/01/04070000.xhp
- source/text/scalc/01/06050000.xhp
- source/text/scalc/guide/background.xhp
- source/text/scalc/guide/cellreference_dragdrop.xhp
- source/text/scalc/guide/format_table.xhp
- source/text/scalc/guide/webquery.xhp
- source/text/scalc/main0103.xhp
Updated links to text/simpress/01/02110000.xhp to lead to
text/shared/01/navigator.xhp in
- source/text/sdraw/main0103.xhp
- source/text/simpress/main0103.xhp
Updated links to text/swriter/01/02110000.xhp to lead to
text/shared/01/navigator.xhp in
- source/text/swriter/main0103.xhp
- source/text/shared/01/nav_rename.xhp
Change-Id: If5509dcbe9c9babf2ef84be492f0edfb2e2a3792
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/171921
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'AllLangHelp_shared.mk')
-rw-r--r-- | AllLangHelp_shared.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 77519db3d4..7dc3ca0fcf 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -380,6 +380,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/01/minimal_row_height \ helpcontent2/source/text/shared/01/moviesound \ helpcontent2/source/text/shared/01/nav_rename \ + helpcontent2/source/text/shared/01/navigator \ helpcontent2/source/text/shared/01/notebook_bar \ helpcontent2/source/text/shared/01/OutlineFont \ helpcontent2/source/text/shared/01/Overline \ |