summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
diff options
context:
space:
mode:
authorGülşah Köse <gulsah.kose@collabora.com>2020-05-22 11:51:33 +0300
committerAndras Timar <andras.timar@collabora.com>2020-05-27 08:53:31 +0200
commit29264f05460e5e81e12a5eeb0121385b6661c656 (patch)
tree9c1e6e8327b46af743d60720b6792de1ea03e96e /officecfg/registry/schema/org/openoffice/Office/Writer.xcs
parent50fe88d7ab2c5cc008571cc3d6ed3d6e2a68dd28 (diff)
Add an option to create encyrpted PDF files with mailmerge.
With that option user can create encyrpted pdf files with a password column in database via mailmerge. Change-Id: I081ef050bc269b1fec24fd01ecc812acd7b857ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94709 Tested-by: Jenkins Reviewed-by: Gülşah Köse <gulsah.kose@collabora.com> (cherry picked from commit 983db96a17630be906b868d2be811663f0d846f6) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94689 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/Writer.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs18
1 files changed, 18 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index e76bbeef495b..596ce4886b66 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -6193,6 +6193,24 @@
</info>
</prop>
</group>
+ <group oor:name="FilePassword">
+ <info>
+ <desc>Specifies how the file password is built.</desc>
+ </info>
+ <prop oor:name="Generation" oor:type="xs:boolean" oor:nillable="false" >
+ <!--UI hints: Form letter - File output - Generate file password from - Database field-->
+ <info>
+ <desc>Determines if the file password is generated from a database field.</desc>
+ </info>
+ <value>false</value>
+ </prop>
+ <prop oor:name="FromDatabaseField" oor:type="xs:string" oor:nillable="false">
+ <info>
+ <desc>Specifies the column name to be used as file password.</desc>
+ </info>
+ <value/>
+ </prop>
+ </group>
</group>
</group>
<group oor:name="Misc">