Kaydet (Commit) 390c8caf authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Andras Timar

Move chart formatting toolbar to first row and enable icons

Change-Id: Id8d726599f6bd647ac41612df869e95faea75d2d
Reviewed-on: https://gerrit.libreoffice.org/16440Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarYousuf Philips <philipz85@hotmail.com>
(cherry picked from commit e8938f2d)
Reviewed-on: https://gerrit.libreoffice.org/16528Reviewed-by: 's avatarThorsten Behrens <Thorsten.Behrens@CIB.de>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
Reviewed-by: 's avatarPhilippe Jung <phil.jung@free.fr>
Tested-by: 's avatarYousuf Philips <philipz85@hotmail.com>
üst eda5376e
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Titles...</value> <value xml:lang="en-US">~Titles...</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
</node> </node>
<node oor:name=".uno:InsertMenuLegend" oor:op="replace"> <node oor:name=".uno:InsertMenuLegend" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
...@@ -76,6 +79,9 @@ ...@@ -76,6 +79,9 @@
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Chart ~Wall...</value> <value xml:lang="en-US">Chart ~Wall...</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
</node> </node>
<node oor:name=".uno:DiagramFloor" oor:op="replace"> <node oor:name=".uno:DiagramFloor" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
...@@ -86,6 +92,9 @@ ...@@ -86,6 +92,9 @@
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Chart ~Area...</value> <value xml:lang="en-US">Chart ~Area...</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
</node> </node>
<node oor:name=".uno:DiagramType" oor:op="replace"> <node oor:name=".uno:DiagramType" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
...@@ -182,16 +191,25 @@ ...@@ -182,16 +191,25 @@
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~X Axis...</value> <value xml:lang="en-US">~X Axis...</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
</node> </node>
<node oor:name=".uno:DiagramAxisY" oor:op="replace"> <node oor:name=".uno:DiagramAxisY" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Y Axis...</value> <value xml:lang="en-US">~Y Axis...</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
</node> </node>
<node oor:name=".uno:DiagramAxisZ" oor:op="replace"> <node oor:name=".uno:DiagramAxisZ" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">~Z Axis...</value> <value xml:lang="en-US">~Z Axis...</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int">
<value>1</value>
</prop>
</node> </node>
<node oor:name=".uno:DiagramAxisA" oor:op="replace"> <node oor:name=".uno:DiagramAxisA" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<value>0</value> <value>0</value>
</prop> </prop>
<prop oor:name="DockPos" oor:type="xs:string"> <prop oor:name="DockPos" oor:type="xs:string">
<value>0,1</value> <value>1,0</value>
</prop> </prop>
<prop oor:name="UIName" oor:type="xs:string"> <prop oor:name="UIName" oor:type="xs:string">
<value xml:lang="en-US">Formatting</value> <value xml:lang="en-US">Formatting</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