From 68dc00e3bfc7a99166196f479f616e9ef222fe8a Mon Sep 17 00:00:00 2001 From: Muhammet Kara Date: Mon, 23 Sep 2019 13:07:49 +0300 Subject: Add 'SinglePageSheets' option to the PDF export dialog This handles the UI, and carrying the filter option to the pdfexport code. It will be handled in PDFExport class. Change-Id: I92c3f14a4ae38c4ab81f4f9eee63e5f3c864d0a6 Reviewed-on: https://gerrit.libreoffice.org/79397 Reviewed-by: Andras Timar Tested-by: Andras Timar Reviewed-on: https://gerrit.libreoffice.org/80634 Tested-by: Jenkins Reviewed-by: Muhammet Kara --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 4dce5f44acd2..0fd0786a77a9 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -4970,6 +4970,13 @@ false + + + Specifies if each sheet is exported to PDF as a single page. + (Available in Calc documents only). + + false + Specifies whether form fields are exported as widgets or -- cgit