From 43d1c753d12ad66c7f7ebd9b76d903ee21f83ef5 Mon Sep 17 00:00:00 2001 From: Vasily Melenchuk Date: Fri, 12 Jul 2019 10:54:56 +0300 Subject: vcl: make "Reduce Transparency" parameter tweakable "Reduce transparency" feature previously was using hardcoded value of 0.25. If current object area to whole printing area ratio exceeds this value, object is being written without any extra transparency layers in order to reduce metafile size. Right now this value can be adjusted in "Expert Configuration". Parameter is called "ReduceTransparencyMinArea". Change-Id: I43d5801a1dff6241de214f7b24425626dc06b4fb Reviewed-on: https://gerrit.libreoffice.org/75471 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- officecfg/registry/schema/org/openoffice/Office/Common.xcs | 8 ++++++++ 1 file changed, 8 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 6d54c8159706..b389379a836a 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -877,6 +877,14 @@ true + + + Specifies minimal area of an object for applying "Reduce Transparency" + printer configuration option (removing object transparency). This value + is counted in percents of the printable area. + + 25 + -- cgit