diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-02 09:07:17 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-02 20:30:53 +0200 |
commit | 1252663b4ac9c1f1220b56f855629734f745944a (patch) | |
tree | 0c9f08394f53212302707e98f94aa3a7afd18f07 /source | |
parent | 73968565bfdc77c58423f41c8f98be019aa9f446 (diff) |
tdf#129674 Add index bookmark
+ refactor help page
Change-Id: I236737649aa20019db33b10e107cba15a20db342
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/135305
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r-- | source/text/scalc/01/02220000.xhp | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/source/text/scalc/01/02220000.xhp b/source/text/scalc/01/02220000.xhp index c0a8a7679a..ef5aadf30e 100644 --- a/source/text/scalc/01/02220000.xhp +++ b/source/text/scalc/01/02220000.xhp @@ -1,6 +1,4 @@ <?xml version="1.0" encoding="UTF-8"?> - - <!-- * This file is part of the LibreOffice project. * @@ -18,7 +16,6 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> - <helpdocument version="1.0"> <meta> <topic id="textscalc0102220000xml" indexer="include" status="PUBLISH"> @@ -33,12 +30,18 @@ <bookmark branch="hid/.uno:JumpToTable" xml-lang="en-US" id="bm_id3154761" localize="false"/> -<paragraph role="heading" level="1" id="hd_id3156025" xml-lang="en-US">Go to Sheet</paragraph> +<bookmark xml-lang="en-US" branch="index" id="bm_id781654171314500"> +<bookmark_value>Go to sheet</bookmark_value> +<bookmark_value>jump; to given sheet</bookmark_value> +<bookmark_value>sheet; go to directly</bookmark_value> +<bookmark_value>sheet; search and go to</bookmark_value> +</bookmark> +<h1 id="hd_id3156025">Go to Sheet</h1> <paragraph role="paragraph" id="par_id3147266" xml-lang="en-US"><variable id="gototable"><ahelp hid=".uno:JumpToTable" visibility="visible">Go to a specified sheet.</ahelp></variable></paragraph> <bookmark branch="hid/SC_HID_GOTOTABLE" xml-lang="en-US" id="bm_id3154128" localize="false"/> -<paragraph role="heading" level="2" id="hd_id3125862" xml-lang="en-US">Type a sheet name</paragraph> +<h2 id="hd_id3125862">Type a sheet name</h2> <paragraph role="paragraph" id="par_id3153975" xml-lang="en-US"><ahelp hid="SC_HID_GOTOTABLEMASK">Type some characters contained in the searched sheet name. List of sheets will be limited to the sheet names containing these characters.</ahelp></paragraph> -<paragraph role="heading" level="2" id="hd_id3125866" xml-lang="en-US">Sheets</paragraph> +<h2 id="hd_id3125866">Sheets</h2> <paragraph role="paragraph" id="par_id3153971" xml-lang="en-US"><ahelp hid="SC_HID_GOTOTABLE">Lists the sheets in the current document. Hidden sheets are not listed. To select a sheet, press the up or down arrow keys to move to a sheet in the list. Double click on a name will directly jump to this sheet.</ahelp></paragraph> </body> </helpdocument> |