diff options
author | Yousuf Philips <philipz85@hotmail.com> | 2017-05-21 19:13:50 +0400 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2017-05-21 17:39:02 +0200 |
commit | f4c4e407c6731f37769d6ffaaadbf3a07951a594 (patch) | |
tree | c74a4478b3c45957174da1804e2c651b307e6a2d /officecfg | |
parent | f856935db77d2f1eeeb6fd297d09ef4262df8761 (diff) |
tdf#91820 Add cell style and spreadsheet theme command
Change-Id: Ia9a3a4704b5c07e5ae26a290855cf77bd33bcbd1
Reviewed-on: https://gerrit.libreoffice.org/37844
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 67 |
1 files changed, 66 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index a558ff951111..e084fbb73d0b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -168,7 +168,7 @@ </node> <node oor:name=".uno:ChooseDesign" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> - <value xml:lang="en-US">Choose Themes</value> + <value xml:lang="en-US">Spreadsheet Theme</value> </prop> <prop oor:name="Properties" oor:type="xs:int"> <value>1</value> @@ -2212,6 +2212,71 @@ <value>1</value> </prop> </node> + <node oor:name=".uno:StyleApply?Style:string=Default&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Default</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Accent 1&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Accent 1</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Accent 2&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Accent 2</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Accent 3&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Accent 3</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Heading 1&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Heading 1</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Heading 2&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Heading 2</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Bad&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Bad</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Error&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Error</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Good&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Good</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Neutral&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Neutral</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Warning&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Warning</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Footnote&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Footnote</value> + </prop> + </node> + <node oor:name=".uno:StyleApply?Style:string=Note&FamilyName:string=CellStyles" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Note</value> + </prop> + </node> </node> </node> </oor:component-data> |