diff options
author | Rishabh Kumar <kris.kr296@gmail.com> | 2015-06-15 01:54:43 +0530 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2015-06-16 09:17:18 +0000 |
commit | e436f31147c7eb75908a8750b0e4053c2efdca5b (patch) | |
tree | eceb3ddbca4dd080be27eb93b98cda048062e2d7 /officecfg | |
parent | 9ef671364ff9fbb552a5433053af9283d12d90c7 (diff) |
tdf#73071:Styles tab addition to the sidebar for writer
Addition of .uno:StyleApply , .uno:StyleUpdateByExample and .uno:StyleNewByExample uno commands to the sidebar
Change-Id: Iab6f1fb465066fce523fd376038a059189f1b842
Reviewed-on: https://gerrit.libreoffice.org/16279
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/Sidebar.xcu | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index 3f9e93ec6d4d..9a400065e72b 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -231,6 +231,33 @@ </node> <node oor:name="PanelList"> + <node oor:name="StylesPropertyPanel" oor:op="replace"> + <prop oor:name="Title" oor:type="xs:string"> + <value xml:lang="en-US">Styles</value> + </prop> + <prop oor:name="Id" oor:type="xs:string"> + <value>StylesPropertyPanel</value> + </prop> + <prop oor:name="DeckId" oor:type="xs:string"> + <value>PropertyDeck</value> + </prop> + <prop oor:name="ContextList"> + <value oor:separator=";"> + WriterVariants, Annotation, visible ; + WriterVariants, DrawText, visible ; + WriterVariants, Table, visible ; + WriterVariants, Text, visible ; + WriterVariants, default, visible ; + </value> + </prop> + <prop oor:name="ImplementationURL" oor:type="xs:string"> + <value>private:resource/toolpanel/SvxPanelFactory/StylesPropertyPanel</value> + </prop> + <prop oor:name="OrderIndex" oor:type="xs:int"> + <value>100</value> + </prop> + </node> + <node oor:name="TextPropertyPanel" oor:op="replace"> <prop oor:name="Title" oor:type="xs:string"> <value xml:lang="en-US">Character</value> @@ -270,7 +297,7 @@ <value>private:resource/toolpanel/SvxPanelFactory/TextPropertyPanel</value> </prop> <prop oor:name="OrderIndex" oor:type="xs:int"> - <value>100</value> + <value>120</value> </prop> </node> |