diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2015-10-26 01:59:32 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-10-27 00:52:56 +0000 |
commit | 167f10f846b58fd5a35d48a96fcec2d50c832fc6 (patch) | |
tree | e04c3aea006e58ae6ab317d46555d6efcd66cc97 /sw/uiconfig | |
parent | 222b2f9370bfc05473249ab3f78e9adca67754bf (diff) |
tdf#81475 Improvements to writer's table toolbar
Change-Id: Ia95522ebfa2c5c0c11242034a1237793c75aaa36
Reviewed-on: https://gerrit.libreoffice.org/19594
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/toolbar/tableobjectbar.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml index d9c955d00ec1..69162e6f93bf 100644 --- a/sw/uiconfig/swriter/toolbar/tableobjectbar.xml +++ b/sw/uiconfig/swriter/toolbar/tableobjectbar.xml @@ -18,19 +18,24 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . --> <toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar"> + <toolbar:toolbaritem xlink:href=".uno:InsertRowsBefore"/> <toolbar:toolbaritem xlink:href=".uno:InsertRowsAfter"/> + <toolbar:toolbaritem xlink:href=".uno:InsertColumnsBefore"/> <toolbar:toolbaritem xlink:href=".uno:InsertColumnsAfter"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:DeleteRows"/> <toolbar:toolbaritem xlink:href=".uno:DeleteColumns"/> <toolbar:toolbaritem xlink:href=".uno:DeleteTable"/> <toolbar:toolbarseparator/> + <toolbar:toolbaritem xlink:href=".uno:EntireCell"/> <toolbar:toolbaritem xlink:href=".uno:EntireRow"/> <toolbar:toolbaritem xlink:href=".uno:EntireColumn"/> <toolbar:toolbaritem xlink:href=".uno:SelectTable"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:MergeCells"/> <toolbar:toolbaritem xlink:href=".uno:SplitCell"/> + <toolbar:toolbaritem xlink:href=".uno:SplitTable"/> + <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:OptimizeTable" toolbar:style="dropdown"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:CellVertTop" toolbar:style="radio"/> @@ -49,12 +54,13 @@ <toolbar:toolbaritem xlink:href=".uno:NumberFormatPercent"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatDecimal"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatDate" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:TableNumberFormatDialog"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:InsertCaptionDialog"/> <toolbar:toolbaritem xlink:href=".uno:TableSort"/> <toolbar:toolbarseparator/> - <toolbar:toolbaritem xlink:href=".uno:Protect" toolbar:visible="false"/> - <toolbar:toolbaritem xlink:href=".uno:UnsetCellsReadOnly" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:Protect"/> + <toolbar:toolbaritem xlink:href=".uno:UnsetCellsReadOnly"/> <toolbar:toolbarseparator/> <toolbar:toolbaritem xlink:href=".uno:AutoSum"/> <toolbar:toolbaritem xlink:href=".uno:InsertFormula"/> |