diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-21 18:43:03 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-04-22 12:41:15 +0900 |
commit | b48025af032a4c252f0f4111d5a4d37e679acfad (patch) | |
tree | d53d189cb098a51296de5c321fc0965687c6d003 /officecfg | |
parent | cb09f4daa018274c8d0cdd1a91b7c3038cbc8cb9 (diff) |
add "Style Presets" sidebar panel (experimental) to writer
Style presets is a list of bundled & user defined styles presets
that can be applied to the current document. The styles are taken
from tempalte files that are in "styles" template folder. This is
for now only added as an experimental feature.
Change-Id: If6d1128ca7e2f61efd13bb8ae3baee5cb357d286
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 26 |
1 files changed, 25 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 834364da5b65..dc4a50d1b939 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -1002,7 +1002,31 @@ <value>100</value> </prop> </node> - + <node oor:name="StylePresetsPanel" oor:op="replace"> + <prop oor:name="Title" oor:type="xs:string"> + <value xml:lang="en-US">Style Presets</value> + </prop> + <prop oor:name="Id" oor:type="xs:string"> + <value>StylePresetsPanel</value> + </prop> + <prop oor:name="DeckId" oor:type="xs:string"> + <value>DesignDeck</value> + </prop> + <prop oor:name="ContextList"> + <value oor:separator=";"> + WriterVariants, any, visible ; + </value> + </prop> + <prop oor:name="ImplementationURL" oor:type="xs:string"> + <value>private:resource/toolpanel/SwPanelFactory/StylePresetsPanel</value> + </prop> + <prop oor:name="OrderIndex" oor:type="xs:int"> + <value>1</value> + </prop> + <prop oor:name="IsExperimental" oor:type="xs:boolean"> + <value>true</value> + </prop> + </node> </node> </node> </oor:component-data> |