Kaydet (Commit) e6878334 authored tarafından andreas kainz's avatar andreas kainz Kaydeden (comit) Heiko Tietze

Menubar Calc: update sheet menuentry according to table in writer

Calc sheet menubar entry

First section was use the same items than writer
so the WriterCategories were moved to GenericCategorie

Main benefit is that app specific items are centralized in sheets
- Format -> Row, Columns and Merge items are in Sheet on the same subsection than writer
- Format -> Print Range was moved from Format to Sheet where SplitTable is in writer
- Format -> Conditional and Style stuff was moved to Sheet where the Style stuff is located in writer. In writer there are NO Style items in Format
- Tools -> Protect and View -> Protect is centralized in Sheet like in Writer -> Table
- Sheet -> Comments are now in Edit -> Comments like i writer

open point: Sheet -> Size -> The entries has to be renamed to be more clear (like already in writer)

Change-Id: Ic014ccc260dd3264ef6e79a2b71d268e40f22088
Reviewed-on: https://gerrit.libreoffice.org/56912
Tested-by: Jenkins
Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
Tested-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst 1a3bf541
......@@ -2508,6 +2508,26 @@
<value>1</value>
</prop>
</node>
<node oor:name=".uno:TableInsertMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Insert</value>
</prop>
</node>
<node oor:name=".uno:TableDeleteMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Delete</value>
</prop>
</node>
<node oor:name=".uno:TableSelectMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Select</value>
</prop>
</node>
<node oor:name=".uno:TableAutoFitMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Si~ze</value>
</prop>
</node>
<node oor:name=".uno:VerticalCaption" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Vertical Callouts</value>
......
......@@ -2677,26 +2677,6 @@
<value xml:lang="en-US">T~able</value>
</prop>
</node>
<node oor:name=".uno:TableInsertMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Insert</value>
</prop>
</node>
<node oor:name=".uno:TableDeleteMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Delete</value>
</prop>
</node>
<node oor:name=".uno:TableSelectMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Select</value>
</prop>
</node>
<node oor:name=".uno:TableAutoFitMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Si~ze</value>
</prop>
</node>
<node oor:name=".uno:TableConvertMenu" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Convert</value>
......
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