diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-12-07 02:34:43 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-12-14 16:43:15 +0100 |
commit | f894386a8fe58639c295048fe7894f68613a0df1 (patch) | |
tree | a54c06477ecb64e462bac6449bdad86a1446bfa4 /sc | |
parent | 8ce353279caa84944971f22ec536433030e5d9c7 (diff) |
tdf#81475 Organize the form toolbars
Change-Id: Ic79b326c4c15f656ce533eb37bbd27853b8f4af7
Reviewed-on: https://gerrit.libreoffice.org/43861
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/toolbar/formcontrols.xml | 21 | ||||
-rw-r--r-- | sc/uiconfig/scalc/toolbar/moreformcontrols.xml | 17 |
2 files changed, 18 insertions, 20 deletions
diff --git a/sc/uiconfig/scalc/toolbar/formcontrols.xml b/sc/uiconfig/scalc/toolbar/formcontrols.xml index 3a5cbb2b889b..70b962a73894 100644 --- a/sc/uiconfig/scalc/toolbar/formcontrols.xml +++ b/sc/uiconfig/scalc/toolbar/formcontrols.xml @@ -21,26 +21,29 @@ <toolbar:toolbaritem xlink:href=".uno:SelectObject"/> <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> - <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> + <toolbar:toolbaritem xlink:href=".uno:ControlProperties" toolbar:visible="false"/> + <toolbar:toolbaritem xlink:href=".uno:FormProperties" toolbar:visible="false"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:CheckBox"/> + <toolbar:toolbaritem xlink:href=".uno:Label"/> <toolbar:toolbaritem xlink:href=".uno:Edit"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:FormattedField"/> - <toolbar:toolbaritem xlink:href=".uno:Pushbutton"/> - <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:CheckBox"/> <toolbar:toolbaritem xlink:href=".uno:RadioButton"/> - <toolbar:toolbaritem xlink:href=".uno:ListBox"/> <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:ListBox"/> <toolbar:toolbaritem xlink:href=".uno:ComboBox"/> - <toolbar:toolbaritem xlink:href=".uno:Label"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:Pushbutton"/> + <toolbar:toolbaritem xlink:href=".uno:Imagebutton"/> + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:FormattedField"/> + <toolbar:toolbaritem xlink:href=".uno:GroupBox"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:SpinButton"/> <toolbar:toolbaritem xlink:href=".uno:ScrollBar"/> <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/> <toolbar:toolbaritem xlink:href=".uno:MoreControls"/> + <toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/> <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:UseWizards"/> </toolbar:toolbar> diff --git a/sc/uiconfig/scalc/toolbar/moreformcontrols.xml b/sc/uiconfig/scalc/toolbar/moreformcontrols.xml index 796529fd550d..70bd84f6db41 100644 --- a/sc/uiconfig/scalc/toolbar/moreformcontrols.xml +++ b/sc/uiconfig/scalc/toolbar/moreformcontrols.xml @@ -18,20 +18,15 @@ * 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:Imagebutton"/> - <toolbar:toolbaritem xlink:href=".uno:ImageControl"/> - <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:FileControl"/> <toolbar:toolbaritem xlink:href=".uno:DateField"/> - <toolbar:toolbarbreak/> <toolbar:toolbaritem xlink:href=".uno:TimeField"/> - <toolbar:toolbaritem xlink:href=".uno:NumericField"/> <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:NumericField"/> <toolbar:toolbaritem xlink:href=".uno:CurrencyField"/> - <toolbar:toolbaritem xlink:href=".uno:PatternField"/> - <toolbar:toolbarbreak/> - <toolbar:toolbaritem xlink:href=".uno:GroupBox"/> - <toolbar:toolbaritem xlink:href=".uno:Grid"/> <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:PatternField"/> <toolbar:toolbaritem xlink:href=".uno:NavigationBar"/> -</toolbar:toolbar>
\ No newline at end of file + <toolbar:toolbarbreak/> + <toolbar:toolbaritem xlink:href=".uno:ImageControl"/> + <toolbar:toolbaritem xlink:href=".uno:FileControl"/> +</toolbar:toolbar> |