diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-05-23 08:30:07 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-05-23 13:33:45 +0200 |
commit | b79b0b978cd10d8bd2ef7ecf15972bfd1d778f3f (patch) | |
tree | b43ed5d3ecb58a3208c4128a1d6f61a8d315f726 | |
parent | 017955e2322d86929802db5ebcbce65889345528 (diff) |
Add missing file
this must fix https://gerrit.libreoffice.org/c/help/+/152130
Change-Id: Ic7c418c5993429cc622aa9a61023be3a58bb6f3e
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/152159
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/scalc/menu/sheet_tab_menu.xhp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/source/text/scalc/menu/sheet_tab_menu.xhp b/source/text/scalc/menu/sheet_tab_menu.xhp new file mode 100644 index 0000000000..cd549dd2fe --- /dev/null +++ b/source/text/scalc/menu/sheet_tab_menu.xhp @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="UTF-8"?> +<helpdocument version="1.0"> + <!-- + * 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/. + * + --> + + <meta> + <topic id="sheettabsubmenu" indexer="include" status="PUBLISH"> + <title id="tit">Sheet Tab Menu</title> + <filename>/text/scalc/menu/sheet_tab_menu.xhp</filename> + </topic> +</meta> +<body> +<bookmark xml-lang="en-US" branch="index" id="bm_id401684768427884"> + <bookmark_value>sheet tab submenu</bookmark_value> +</bookmark> +<section id="sheettabmenu"> + <h1 id="hd_id291684767634321"><variable id="h1"><link href="text/scalc/menu/sheet_tab_menu.xhp">Sheet Tab Context Menu</link></variable></h1> + <paragraph id="par_id631684767634324" role="paragraph">The sub menu contains command that applies directly to the selected sheet.</paragraph> +</section> +<section id="howtoget"> + <paragraph role="paragraph" id="par_id111684768211784">Right-click on the sheet tab in the sheet navigation bar.</paragraph> +</section> + +<embed href="text/scalc/01/04050000.xhp#insertsheet"/> +<embed href="text/scalc/01/02170000.xhp#deletesheet"/> +<embed href="text/scalc/01/05050100.xhp#renamesheet"/> +<embed href="text/scalc/01/duplicate_sheet.xhp#duplicatesheet"/> +<embed href="text/scalc/01/02180000.xhp#movecopysheet"/> +<h2 id="hd_id871684772491816">Select all sheets</h2> +<paragraph role="paragraph" id="par_id321684772518367">Selects all of the sheets in the current spreadsheet.</paragraph> +<embed href="text/scalc/01/06060100.xhp#protect_sheet"/> +<embed href="text/scalc/01/05050300.xhp#show_sheet"/> + +<embed href="text/scalc/01/hide_sheet.xhp#hide_sheet"/> +<embed href="text/scalc/main0103.xhp#view_grid_lines"/> +<embed href="text/scalc/01/sheet_tab_color.xhp#sheet_tab_color"/> + +<h2 id="hd_id3163733308"><link href="text/shared/01/06140500.xhp">Sheet Events</link></h2> +<embed href="text/shared/01/06140500.xhp#assignaction"/> +</body> +</helpdocument> |