diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2022-05-21 19:32:21 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-06-02 00:31:20 +0200 |
commit | 6cad3f7596e2296adda304ab1c613a429bb6ae93 (patch) | |
tree | 04ffda846452f3aa8f3380e4b41e707afe018ab1 | |
parent | b30109758ad6b6bcb8b82d6a646fc055cd3a2402 (diff) |
tdf#129674 New command Go to Sheet
Add help to "Go to Sheet" dialog
Change-Id: Iede0523d0272b32b9b87489129bca0136d601a65
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134951
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | AllLangHelp_scalc.mk | 1 | ||||
-rw-r--r-- | helpers/help_hid.lst | 2 | ||||
-rw-r--r-- | helpers/unocmds.txt | 1 | ||||
-rw-r--r-- | source/text/scalc/01/02220000.xhp | 44 |
4 files changed, 48 insertions, 0 deletions
diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk index 7e70a9fec3..63116c9a05 100644 --- a/AllLangHelp_scalc.mk +++ b/AllLangHelp_scalc.mk @@ -48,6 +48,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\ helpcontent2/source/text/scalc/01/02190200 \ helpcontent2/source/text/scalc/01/02200000 \ helpcontent2/source/text/scalc/01/02210000 \ + helpcontent2/source/text/scalc/01/02220000 \ helpcontent2/source/text/scalc/01/03070000 \ helpcontent2/source/text/scalc/01/03080000 \ helpcontent2/source/text/scalc/01/03090000 \ diff --git a/helpers/help_hid.lst b/helpers/help_hid.lst index 16c386dfb7..0f43e0b56a 100644 --- a/helpers/help_hid.lst +++ b/helpers/help_hid.lst @@ -1722,6 +1722,8 @@ HID_GLBLTREE_UPD_LINK,53034, HID_GLBLTREE_UPD_SEL,53032, HID_GLOBAL_FALLBACK,4294967295, HID_GLOS_GROUP_TREE,53021, +HID_GOTOTABLE,59002 +HID_GOTOTABLEMASK,59003 HID_GRAFIK_TOOLBOX,54830, HID_GRIDWIZARD_CANCEL,34811, HID_GRIDWIZARD_FINISH,34812, diff --git a/helpers/unocmds.txt b/helpers/unocmds.txt index 66fda9a18f..e5ece05cf1 100644 --- a/helpers/unocmds.txt +++ b/helpers/unocmds.txt @@ -616,6 +616,7 @@ .uno:Intersect;simpress/01/13180300.xhp .uno:Italic;shared/01/05110200.xhp .uno:JustifyPara;shared/01/05080400.xhp +.uno:JumpToTable;scalc/01/02220000.xhp .uno:Label;shared/02/01170000.xhp .uno:LastPage;shared/02/10040000.xhp .uno:LastRecord;shared/main0213.xhp diff --git a/source/text/scalc/01/02220000.xhp b/source/text/scalc/01/02220000.xhp new file mode 100644 index 0000000000..c0a8a7679a --- /dev/null +++ b/source/text/scalc/01/02220000.xhp @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> + + +<!-- + * This file is part of the LibreOffice project. + * + * This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * This file incorporates work covered by the following license notice: + * + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * 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"> +<title xml-lang="en-US" id="tit">Go to Sheet</title> +<filename>/text/scalc/01/02220000.xhp</filename> +</topic> +<history> +<created date="2022-05-25T00:00:00">LibreOffice</created> +</history> +</meta> +<body> + + +<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> + <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> + <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> + <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> |