Kaydet (Commit) df8935be authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Samuel Mehrbrodt

fdo#85594 show row and column insert and removal buttons and hiding others

Change-Id: I47b3c7400f350e2af9bf2c228f6e8c10dec7b352
Reviewed-on: https://gerrit.libreoffice.org/12329Reviewed-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
üst 84382200
......@@ -65,10 +65,5 @@
<toolbar:toolbaritem xlink:href=".uno:LineStyle" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:FrameLineColor" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:InsertRows" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:InsertColumns" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DeleteRows" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:DeleteColumns" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:ToggleSheetGrid" toolbar:visible="true"/>
<toolbar:toolbaritem xlink:href=".uno:ToggleSheetGrid" toolbar:visible="false"/>
</toolbar:toolbar>
......@@ -44,16 +44,22 @@
<toolbar:toolbaritem xlink:href=".uno:SpellDialog"/>
<toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:SearchDialog"/>
<toolbar:toolbaritem xlink:href=".uno:Navigator"/>
<toolbar:toolbaritem xlink:href=".uno:Navigator" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:InsertRows"/>
<toolbar:toolbaritem xlink:href=".uno:DeleteRows"/>
<toolbar:toolbaritem xlink:href=".uno:InsertColumns"/>
<toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:SortAscending"/>
<toolbar:toolbaritem xlink:href=".uno:SortDescending"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:InsertObjectChart"/>
<toolbar:toolbaritem xlink:href=".uno:Gallery"/>
<toolbar:toolbaritem xlink:href=".uno:Gallery" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog"/>
<toolbar:toolbaritem xlink:href=".uno:InsertDraw"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser"/>
<toolbar:toolbaritem xlink:href=".uno:ViewDataSourceBrowser" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:Zoom" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:HelpIndex" toolbar:visible="false"/>
......
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