summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/data/org/openoffice/Office/Impress.xcu21
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs36
2 files changed, 56 insertions, 1 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Impress.xcu b/officecfg/registry/data/org/openoffice/Office/Impress.xcu
index ff44549e801d..de5d5f308779 100644
--- a/officecfg/registry/data/org/openoffice/Office/Impress.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Impress.xcu
@@ -28,6 +28,25 @@
<!DOCTYPE oor:component-data SYSTEM "../../../../component-update.dtd">
<oor:component-data oor:name="Impress" oor:package="org.openoffice.Office" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<node oor:name="MultiPaneGUI">
+ <node oor:name="ToolPanel">
+ <node oor:name="Visible">
+ <prop oor:name="ImpressView">
+ <value>true</value>
+ </prop>
+ <prop oor:name="OutlineView">
+ <value>false</value>
+ </prop>
+ <prop oor:name="NotesView">
+ <value>true</value>
+ </prop>
+ <prop oor:name="HandoutView">
+ <value>true</value>
+ </prop>
+ <prop oor:name="SlideSorterView">
+ <value>true</value>
+ </prop>
+ </node>
+ </node>
<node oor:name="SlideSorterBar">
<node oor:name="Visible">
<prop oor:name="ImpressView">
@@ -48,7 +67,7 @@
<prop oor:name="DrawView">
<value>true</value>
</prop>
- </node>
+ </node>
</node>
<node oor:name="Framework">
<node oor:name="ResourceFactories">
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>