summaryrefslogtreecommitdiff
path: root/officecfg
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 10:15:50 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 10:15:50 +0000
commitc8745d8fa81e1426c65c5b11620099b3cbc98a2b (patch)
tree42576fb35ba96df489bc2ac18d4881c32638de09 /officecfg
parent15e45d56e68d14aeb4356008ad8ce95b882b0ef8 (diff)
INTEGRATION: CWS pdfencryption (1.115.14); FILE MERGED
2006/07/09 16:29:55 beppec56 1.115.14.6: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings, update 2006/07/06 16:55:31 beppec56 1.115.14.5: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 PDF Export: control security settings 2006/07/06 08:18:09 beppec56 1.115.14.4: RESYNC: (1.115-1.117); FILE MERGED 2006/06/11 20:28:31 beppec56 1.115.14.3: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/06/08 21:55:58 beppec56 1.115.14.2: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56 2006/05/30 21:37:45 beppec56 1.115.14.1: Issue number: #i12626# Submitted by: beppec56 Reviewed by: beppec56
Diffstat (limited to 'officecfg')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Common.xcs78
1 files changed, 76 insertions, 2 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
index ca2e742e7512..d1968e1e5690 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs
@@ -5,9 +5,9 @@
*
* $RCSfile: Common.xcs,v $
*
- * $Revision: 1.118 $
+ * $Revision: 1.119 $
*
- * last change: $Author: obo $ $Date: 2006-07-10 11:50:20 $
+ * last change: $Author: obo $ $Date: 2006-07-13 11:15:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -5025,6 +5025,80 @@ Dymamic border coloring means that when the mouse is hovered over a control, and
</info>
<value>false</value>
</prop>
+ <!-- PDF Encryption -->
+ <prop oor:name="Printing" oor:type="xs:int">
+ <info>
+ <author>beppec56</author>
+ <desc>Specifies what printing is allowed.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>The document cannot be printed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>The document can be printed at low resolution only.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>The document can be printed at maximum resolution.</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>2</value>
+ </prop>
+ <prop oor:name="Changes" oor:type="xs:int">
+ <info>
+ <author>beppec56</author>
+ <desc>Specifies the change allowed to the document.</desc>
+ </info>
+ <constraints>
+ <enumeration oor:value="0">
+ <info>
+ <desc>The document cannot be changed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="1">
+ <info>
+ <desc>Inserting deleting and rotating pages is allowed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="2">
+ <info>
+ <desc>Filling of form field is allowed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="3">
+ <info>
+ <desc>Both filling of form field and commenting is allowed.</desc>
+ </info>
+ </enumeration>
+ <enumeration oor:value="4">
+ <info>
+ <desc>All the changes of the previous selections are permitted, with the only exclusion of page extraction (copy).</desc>
+ </info>
+ </enumeration>
+ </constraints>
+ <value>4</value>
+ </prop>
+ <prop oor:name="EnableCopyingOfContent" oor:type="xs:boolean">
+ <info>
+ <author>beppec56</author>
+ <desc>Specifies that the pages and the document content can be extracted to be used in other documents (copy and paste).</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <prop oor:name="EnableTextAccessForAccessibilityTools" oor:type="xs:boolean">
+ <info>
+ <author>beppec56</author>
+ <desc>Specifies that the document content can be extracted to be used in accessibility applications.</desc>
+ </info>
+ <value>true</value>
+ </prop>
+ <!-- END PDF Encryption -->
</group>
</group>
</group>