Kaydet (Commit) 82c99897 authored tarafından Yousuf Philips's avatar Yousuf Philips Kaydeden (comit) Caolán McNamara

fdo#86132 add tooltips to calc xcu file

Change-Id: I9c643e72cb0e925c2d4e5283c6811ef73306c76b
Reviewed-on: https://gerrit.libreoffice.org/13023Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst 452db55f
...@@ -1626,6 +1626,9 @@ ...@@ -1626,6 +1626,9 @@
</node> </node>
<node oor:name=".uno:NumberFormatCurrency" oor:op="replace"> <node oor:name=".uno:NumberFormatCurrency" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Format as Currency</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Currency</value> <value xml:lang="en-US">Currency</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int"> <prop oor:name="Properties" oor:type="xs:int">
...@@ -1634,6 +1637,9 @@ ...@@ -1634,6 +1637,9 @@
</node> </node>
<node oor:name=".uno:NumberFormatPercent" oor:op="replace"> <node oor:name=".uno:NumberFormatPercent" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Format as Percent</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Percent</value> <value xml:lang="en-US">Percent</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int"> <prop oor:name="Properties" oor:type="xs:int">
...@@ -1642,6 +1648,9 @@ ...@@ -1642,6 +1648,9 @@
</node> </node>
<node oor:name=".uno:NumberFormatStandard" oor:op="replace"> <node oor:name=".uno:NumberFormatStandard" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Format as General</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">General</value> <value xml:lang="en-US">General</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int"> <prop oor:name="Properties" oor:type="xs:int">
...@@ -1650,6 +1659,9 @@ ...@@ -1650,6 +1659,9 @@
</node> </node>
<node oor:name=".uno:NumberFormatDate" oor:op="replace"> <node oor:name=".uno:NumberFormatDate" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Format as Date</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Date</value> <value xml:lang="en-US">Date</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int"> <prop oor:name="Properties" oor:type="xs:int">
...@@ -1658,6 +1670,9 @@ ...@@ -1658,6 +1670,9 @@
</node> </node>
<node oor:name=".uno:NumberFormatDecimal" oor:op="replace"> <node oor:name=".uno:NumberFormatDecimal" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Format as Number</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Number</value> <value xml:lang="en-US">Number</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int"> <prop oor:name="Properties" oor:type="xs:int">
...@@ -1666,6 +1681,9 @@ ...@@ -1666,6 +1681,9 @@
</node> </node>
<node oor:name=".uno:NumberFormatScientific" oor:op="replace"> <node oor:name=".uno:NumberFormatScientific" oor:op="replace">
<prop oor:name="Label" oor:type="xs:string"> <prop oor:name="Label" oor:type="xs:string">
<value xml:lang="en-US">Format as Scientific</value>
</prop>
<prop oor:name="ContextLabel" oor:type="xs:string">
<value xml:lang="en-US">Scientific</value> <value xml:lang="en-US">Scientific</value>
</prop> </prop>
<prop oor:name="Properties" oor:type="xs:int"> <prop oor:name="Properties" oor:type="xs:int">
......
...@@ -54,12 +54,12 @@ ...@@ -54,12 +54,12 @@
<toolbar:toolbaritem xlink:href=".uno:AlignVCenter" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:AlignVCenter" toolbar:style="radio auto"/>
<toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio auto"/> <toolbar:toolbaritem xlink:href=".uno:AlignBottom" toolbar:style="radio auto"/>
<toolbar:toolbarseparator/> <toolbar:toolbarseparator/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatStandard" toolbar:tooltip="Format as General" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatStandard" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatCurrency" toolbar:tooltip="Format as Currency"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatCurrency"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatPercent" toolbar:tooltip="Format as Percent"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatPercent"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDecimal" toolbar:tooltip="Format as Number"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatDecimal"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDate" toolbar:tooltip="Format as Date" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatDate" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatScientific" toolbar:tooltip="Format as Scientific" toolbar:visible="false"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatScientific" toolbar:visible="false"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatIncDecimals"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatIncDecimals"/>
<toolbar:toolbaritem xlink:href=".uno:NumberFormatDecDecimals"/> <toolbar:toolbaritem xlink:href=".uno:NumberFormatDecDecimals"/>
<toolbar:toolbarseparator/> <toolbar:toolbarseparator/>
......
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