summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-03-06 15:04:53 +0000
committerKurt Zenker <kz@openoffice.org>2008-03-06 15:04:53 +0000
commit5dffe2189045135d0b9114a5045252c42ac1c1a9 (patch)
tree47345c0140c3ab70f8647aa247e1252a8ac0d704 /officecfg
parentd7af7e1384583d286e164c2d363e26a73e5fa419 (diff)
INTEGRATION: CWS impresshandouts01 (1.30.58); FILE MERGED
2008/03/05 14:06:03 cl 1.30.58.1: #i85355# added handout layout with 9 slides per handout
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Impress.xcs51
1 files changed, 49 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
index 86f99b78882a..0b7de43905f6 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Impress.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: Impress.xcs,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: vg $ $Date: 2008-01-29 08:31:49 $
+ * last change: $Author: kz $ $Date: 2008-03-06 16:04:53 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1160,6 +1160,53 @@
</info>
<value>false</value>
</prop>
+ <prop oor:name="HandoutHorizontal" oor:type="xs:boolean">
+ <!-- UIHints: File - Print - [Section] Print content - [Radio buttons] Horizontal(TRUE)/Vertical(FALSE) -->
+ <info>
+ <desc>Indicates whether the slide thumbnails on the printed handouts are ordered horizontal or vertical</desc>
+ <label>Handout orientation</label>
+ </info>
+ <value>false</value>
+ </prop> <prop oor:name="PagesPerHandout" oor:type="xs:int">
+ <!-- UIHints: File - Print - [Section] Print content - [ListBox] Slides per page -->
+ <info>
+ <desc>Specifies the number of slide thumbnails printed on each handout page.</desc>
+ <label>Slides per page</label>
+ </info>
+ <constraints>
+ <enumeration oor:value="1">
+ <info>
+ <desc>One slide</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Two slides</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Three slides, including lines for notes</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>Four slides</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="6">
+ <info>
+ <desc>Six slides</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="9">
+ <info>
+ <desc>Nine slides</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>0</value>
+ </prop>
</group>
</group>
<group oor:name="Filter">