officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 8 ++++++++ sc/uiconfig/scalc/menubar/menubar.xml | 10 +++++++--- 2 files changed, 15 insertions(+), 3 deletions(-)
New commits: commit 46a0235cf8a20f15a470dfd91c460d20c02d5b6b Author: Yousuf Philips <[email protected]> Date: Sun Feb 21 03:59:08 2016 +0400 tdf#91013 Create freeze cells submenu in the view menu Change-Id: Icf1f61dda25d48f0b8e1b74492be21cbea8ed7b5 Reviewed-on: https://gerrit.libreoffice.org/22580 Tested-by: Jenkins <[email protected]> Reviewed-by: Yousuf Philips <[email protected]> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index df6cfe1..40b3e64 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -65,6 +65,14 @@ <value xml:lang="en-US">Remove ~Dependents</value> </prop> </node> + <node oor:name=".uno:FreezeCellsMenu" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Freeze ~Cells</value> + </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> + </node> <node oor:name=".uno:FreezePanes" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Freeze ~Rows and Columns</value> diff --git a/sc/uiconfig/scalc/menubar/menubar.xml b/sc/uiconfig/scalc/menubar/menubar.xml index a507f08..daef1a3 100644 --- a/sc/uiconfig/scalc/menubar/menubar.xml +++ b/sc/uiconfig/scalc/menubar/menubar.xml @@ -119,9 +119,13 @@ <menu:menuitem menu:id=".uno:ToggleSheetGrid"/> <menu:menuitem menu:id=".uno:ViewValueHighlighting"/> <menu:menuseparator/> - <menu:menuitem menu:id=".uno:FreezePanes"/> - <menu:menuitem menu:id=".uno:FreezePanesFirstColumn"/> - <menu:menuitem menu:id=".uno:FreezePanesFirstRow"/> + <menu:menu menu:id=".uno:FreezeCellsMenu"> + <menu:menupopup> + <menu:menuitem menu:id=".uno:FreezePanes"/> + <menu:menuitem menu:id=".uno:FreezePanesFirstColumn"/> + <menu:menuitem menu:id=".uno:FreezePanesFirstRow"/> + </menu:menupopup> + </menu:menu> <menu:menuitem menu:id=".uno:SplitWindow"/> <menu:menuseparator/> <menu:menuitem menu:id=".uno:Sidebar"/> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
