office-gobmx/sc/uiconfig/scalc/popupmenu/sheettab.xml
rafaelhlima d519cbe892 tdf#145745 Create uno:DuplicateSheet command
Change-Id: Ic8d37f02d45c6f958bf6133c27997adea9bc8c7c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129541
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2022-02-15 13:37:31 +01:00

28 lines
1.1 KiB
XML

<?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/.
*
-->
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
<menu:menuitem menu:id=".uno:Insert"/>
<menu:menuitem menu:id=".uno:Remove"/>
<menu:menuitem menu:id=".uno:RenameTable"/>
<menu:menuitem menu:id=".uno:DuplicateSheet"/>
<menu:menuitem menu:id=".uno:Move"/>
<menu:menuitem menu:id=".uno:TableSelectAll"/>
<menu:menuitem menu:id=".uno:TableDeselectAll"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:Protect"/>
<menu:menuitem menu:id=".uno:Hide"/>
<menu:menuitem menu:id=".uno:Show"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:ToggleSheetGrid"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:SetTabBgColor"/>
<menu:menuitem menu:id=".uno:SheetRightToLeft"/>
<menu:menuitem menu:id=".uno:TableEvents"/>
</menu:menupopup>