Kaydet (Commit) 3b685bff authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

Small corrections to Calc context menus

- Re-add clipboard functions to Auditing and Pivot table menus.
  (In the old implementation, clipboard functions were added to
  all context menu unconditionally at runtime. This led to odd
  things like the clipboard functions visible in print preview.
  Luckily now we can decide which menu should have them.)

- Rename Auditing menu to "Detective", to match the menubar.

- Rename "Edit Cell" menu name to "Cell Edit".

- Rename the page style dialog command back to "Format Page"
  to match the menubar (Format->Page).

Change-Id: I41b7aba8adacbf1ac995be846cd2af3edd52b1c0
üst 399fd415
......@@ -1374,7 +1374,7 @@
<value xml:lang="en-US">~Page...</value>
</prop>
<prop oor:name="PopupLabel" oor:type="xs:string">
<value xml:lang="en-US">Pa~ge Layout...</value>
<value xml:lang="en-US">Format Pa~ge...</value>
</prop>
</node>
<node oor:name=".uno:StandardTextAttributes" oor:op="replace">
......
......@@ -22,7 +22,7 @@
<node oor:name="States">
<node oor:name="private:resource/popupmenu/audit" oor:op="replace">
<prop oor:name="UIName" oor:type="xs:string">
<value xml:lang="en-US">Auditing</value>
<value xml:lang="en-US">Detective</value>
</prop>
</node>
<node oor:name="private:resource/popupmenu/cell" oor:op="replace">
......@@ -32,7 +32,7 @@
</node>
<node oor:name="private:resource/popupmenu/celledit" oor:op="replace">
<prop oor:name="UIName" oor:type="xs:string">
<value xml:lang="en-US">Edit Cell</value>
<value xml:lang="en-US">Cell Edit</value>
</prop>
</node>
<node oor:name="private:resource/popupmenu/chart" oor:op="replace">
......
......@@ -8,6 +8,10 @@
*
-->
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
<menu:menuitem menu:id=".uno:Cut"/>
<menu:menuitem menu:id=".uno:Copy"/>
<menu:menuitem menu:id=".uno:Paste"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:FillModeTracePredescessor"/>
<menu:menuitem menu:id=".uno:FillModeRemovePredescessor"/>
<menu:menuitem menu:id=".uno:FillModeTraceSuccessor"/>
......
......@@ -8,6 +8,10 @@
*
-->
<menu:menupopup xmlns:menu="http://openoffice.org/2001/menu">
<menu:menuitem menu:id=".uno:Cut"/>
<menu:menuitem menu:id=".uno:Copy"/>
<menu:menuitem menu:id=".uno:Paste"/>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:DataDataPilotRun"/>
<menu:menuitem menu:id=".uno:RecalcPivotTable"/>
<menu:menuitem menu:id=".uno:DataPilotFilter"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment