summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYousuf Philips <philipz85@hotmail.com>2015-11-30 13:37:34 +0400
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-12-08 12:12:35 +0000
commitece6ec1571db2b3d8782884b5fc594d6c5412c4c (patch)
tree28037b09d7002bc349f9d57df5ce2e6018b74e54
parent1fcf968d71de1212bde327db0156f194d679cc65 (diff)
tdf#84909 Improvements to impress and draw toolbars
Change-Id: I50f1ee5fc0ff9a53532954dfc4939a7d5f18f575 Reviewed-on: https://gerrit.libreoffice.org/20280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 19c7af844f12436a48be2ef263ede8f0f27d257d) Reviewed-on: https://gerrit.libreoffice.org/20445 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-rw-r--r--officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu2
-rw-r--r--sd/uiconfig/sdraw/toolbar/standardbar.xml13
-rw-r--r--sd/uiconfig/sdraw/toolbar/toolbar.xml2
-rw-r--r--sd/uiconfig/simpress/toolbar/toolbar.xml6
4 files changed, 11 insertions, 12 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
index a45bac878b06..c23ad342ea11 100644
--- a/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/UI/ImpressWindowState.xcu
@@ -359,7 +359,7 @@
</node>
<node oor:name="private:resource/toolbar/outlinetoolbar" oor:op="replace">
<prop oor:name="DockPos" oor:type="xs:string">
- <value>1,0</value>
+ <value>0,1</value>
</prop>
<prop oor:name="Docked" oor:type="xs:boolean">
<value>true</value>
diff --git a/sd/uiconfig/sdraw/toolbar/standardbar.xml b/sd/uiconfig/sdraw/toolbar/standardbar.xml
index 90e21d6431d3..e9a5fdcf7c64 100644
--- a/sd/uiconfig/sdraw/toolbar/standardbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/standardbar.xml
@@ -44,18 +44,17 @@
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:SpellDialog" toolbar:visible="false" toolbar:helpid="20622"/>
<toolbar:toolbaritem xlink:href=".uno:SpellOnline" toolbar:visible="false" toolbar:helpid="12021"/>
- <toolbar:toolbaritem xlink:href=".uno:ZoomMode" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:ZoomObjects" toolbar:visible="false"/>
- <toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:visible="false" toolbar:helpid="10096"/>
<toolbar:toolbaritem xlink:href=".uno:GridVisible"/>
<toolbar:toolbaritem xlink:href=".uno:HelplinesMove"/>
+ <toolbar:toolbaritem xlink:href=".uno:ZoomMode"/>
+ <toolbar:toolbaritem xlink:href=".uno:ZoomObjects" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:visible="false" toolbar:helpid="10096"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:InsertTable" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:InsertGraphic"/>
<toolbar:toolbaritem xlink:href=".uno:InsertObjectChart" toolbar:helpid="10140" toolbar:visible="false"/>
- <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:Text"/>
- <toolbar:toolbaritem xlink:href=".uno:VerticalText"/>
+ <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater"/>
<toolbar:toolbaritem xlink:href=".uno:HyperlinkDialog" toolbar:helpid="5678" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
@@ -64,11 +63,11 @@
<toolbar:toolbaritem xlink:href=".uno:TransformDialog" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ObjectAlign"/>
<toolbar:toolbaritem xlink:href=".uno:ObjectPosition"/>
- <toolbar:toolbaritem xlink:href=".uno:DistributeSelection" toolbar:visible="false"/>
+ <toolbar:toolbaritem xlink:href=".uno:DistributeSelection"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:FillShadow" toolbar:helpid="10299"/>
<toolbar:toolbaritem xlink:href=".uno:Crop"/>
- <toolbar:toolbaritem xlink:href=".uno:ImageMapDialog" toolbar:visible="false" toolbar:helpid="10371"/>
+ <toolbar:toolbaritem xlink:href=".uno:GraphicFilterToolbox" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:Window3D" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode" toolbar:helpid="10126"/>
diff --git a/sd/uiconfig/sdraw/toolbar/toolbar.xml b/sd/uiconfig/sdraw/toolbar/toolbar.xml
index 7b1d7f8bf597..3c7127f4c172 100644
--- a/sd/uiconfig/sdraw/toolbar/toolbar.xml
+++ b/sd/uiconfig/sdraw/toolbar/toolbar.xml
@@ -19,7 +19,7 @@
-->
<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:SelectObject"/>
- <toolbar:toolbaritem xlink:href=".uno:ZoomMode"/>
+ <toolbar:toolbaritem xlink:href=".uno:ZoomMode" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ZoomObjects" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ZoomToolBox" toolbar:visible="false"/>
<toolbar:toolbarseparator/>
diff --git a/sd/uiconfig/simpress/toolbar/toolbar.xml b/sd/uiconfig/simpress/toolbar/toolbar.xml
index aec25d68a83a..6cb4f4993ddc 100644
--- a/sd/uiconfig/simpress/toolbar/toolbar.xml
+++ b/sd/uiconfig/simpress/toolbar/toolbar.xml
@@ -30,14 +30,14 @@
<toolbar:toolbaritem xlink:href=".uno:FillColor"/>
<toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:Line"/>
+ <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/>
+ <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/>
+ <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:LineArrowEnd" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:ArrowsToolbox"/>
<toolbar:toolbaritem xlink:href=".uno:LineToolbox"/>
<toolbar:toolbaritem xlink:href=".uno:ConnectorToolbox"/>
<toolbar:toolbarseparator/>
- <toolbar:toolbaritem xlink:href=".uno:BasicShapes.rectangle"/>
- <toolbar:toolbaritem xlink:href=".uno:BasicShapes.ellipse"/>
- <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:BasicShapes"/>
<toolbar:toolbaritem xlink:href=".uno:SymbolShapes"/>
<toolbar:toolbaritem xlink:href=".uno:ArrowShapes"/>