summaryrefslogtreecommitdiffstats
path: root/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
diff options
context:
space:
mode:
authorRob Snelders <programming@ertai.nl>2012-09-01 12:23:14 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-09-14 14:36:14 +0000
commitfb42827f323cec964cbbed3a86f9514ea62b1060 (patch)
tree73047bee0909c0a92d672d3844b4a7cbac15658e /officecfg/registry/schema/org/openoffice/Office/Impress.xcs
parentMore 2.3 styling + fix for flickering bug on multi-slide change. (diff)
downloadcore-fb42827f323cec964cbbed3a86f9514ea62b1060.tar.gz
core-fb42827f323cec964cbbed3a86f9514ea62b1060.zip
- fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel)
Change-Id: Ifd45a289a5a7b0cb87100e1ff3854ec72143019c Reviewed-on: https://gerrit.libreoffice.org/526 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Impress.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs36
1 files changed, 36 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 6ad225f8ba94..aad00d35b07e 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -1393,6 +1393,42 @@
<desc>Options that control the tool panel.</desc>
<label>Tool Panel Options</label>
</info>
+ <group oor:name="Visible">
+ <info>
+ <desc>Options that control the visibility of the ToolPanel.</desc>
+ <label>ToolPanel Visibility</label>
+ </info>
+ <prop oor:name="ImpressView" oor:type="xs:boolean">
+ <info>
+ <desc>Visibility of the ToolPanel in the Impress view.</desc>
+ <label>ToolPanel Visibility ImpressView</label>
+ </info>
+ </prop>
+ <prop oor:name="OutlineView" oor:type="xs:boolean">
+ <info>
+ <desc>Visibility of the ToolPanel in the Outline view.</desc>
+ <label>ToolPanel Visibility OutlineView</label>
+ </info>
+ </prop>
+ <prop oor:name="NotesView" oor:type="xs:boolean">
+ <info>
+ <desc>Visibility of the ToolPanel in the Notes view.</desc>
+ <label>ToolPanel Visibility NotesView</label>
+ </info>
+ </prop>
+ <prop oor:name="HandoutView" oor:type="xs:boolean">
+ <info>
+ <desc>Visibility of the ToolPanel in the HandOut view.</desc>
+ <label>ToolPanel Visibility HandOutView</label>
+ </info>
+ </prop>
+ <prop oor:name="SlideSorterView" oor:type="xs:boolean">
+ <info>
+ <desc>Visibility of the ToolPanel in the SlideSorter view.</desc>
+ <label>ToolPanel Visibility SlideSorterView</label>
+ </info>
+ </prop>
+ </group>
<set oor:name="RecentlyUsedMasterPages" oor:node-type="MasterPageDescriptor">
<info>
<desc>List of the URLs of the most recently used master pages.</desc>