diff options
author | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2020-03-22 07:44:16 +0700 |
---|---|---|
committer | Rizal Muttaqin <riz_17_oke@yahoo.co.id> | 2020-03-22 06:56:27 +0100 |
commit | a9c34deb2a5c9985ae4d77eb7db7a14b8a218a12 (patch) | |
tree | 5c58111dd63d444008da6963126e18788670a9ca /officecfg | |
parent | ce5ff5d5fc3833f88ff6d0c30e9a0fe392ae24c6 (diff) |
Sukapura: Add Fill Cell icons
- Update hide related icons, etc
Change-Id: I053a628f58f9a3eeb2690b74ea50ce4c5320b64c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90867
Tested-by: Jenkins
Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index b83a5362535b..29de491b903c 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -840,6 +840,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Fill ~Down</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:FillRight" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -848,6 +851,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Fill ~Right</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:FillUp" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -856,6 +862,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Fill ~Up</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:FillLeft" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -864,6 +873,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Fill ~Left</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:FillSingleEdit" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -880,6 +892,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Fill ~Sheets...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:FillSeries" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -888,6 +903,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Fill S~eries...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:RandomNumberGeneratorDialog" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> @@ -896,6 +914,9 @@ <prop oor:name="ContextLabel" oor:type="xs:string"> <value xml:lang="en-US">Fill R~andom Number...</value> </prop> + <prop oor:name="Properties" oor:type="xs:int"> + <value>1</value> + </prop> </node> <node oor:name=".uno:StatisticsMenu" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> |