From 60952eb3234006e9fba189e4189e15f902cafb4b Mon Sep 17 00:00:00 2001 From: Balazs Varga Date: Fri, 20 Oct 2023 19:38:58 +0200 Subject: tdf#157838 - UI: Part 4 - Unify lockdown behavior of Options dialog for Print Page. Change-Id: I724dcbaf8e3ed479aaf053965d2d0e64381e53fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158269 Tested-by: Jenkins Reviewed-by: Balazs Varga --- include/sfx2/printopt.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') diff --git a/include/sfx2/printopt.hxx b/include/sfx2/printopt.hxx index a251616a4890..e01991dad347 100644 --- a/include/sfx2/printopt.hxx +++ b/include/sfx2/printopt.hxx @@ -33,22 +33,33 @@ private: std::unique_ptr m_xPrinterOutputRB; std::unique_ptr m_xPrintFileOutputRB; std::unique_ptr m_xReduceTransparencyCB; + std::unique_ptr m_xReduceTransparencyImg; std::unique_ptr m_xReduceTransparencyAutoRB; std::unique_ptr m_xReduceTransparencyNoneRB; + std::unique_ptr m_xReduceTransparencyModeImg; std::unique_ptr m_xReduceGradientsCB; + std::unique_ptr m_xReduceGradientsImg; std::unique_ptr m_xReduceGradientsStripesRB; std::unique_ptr m_xReduceGradientsColorRB; + std::unique_ptr m_xReduceGradientsModeImg; std::unique_ptr m_xReduceGradientsStepCountNF; std::unique_ptr m_xReduceBitmapsCB; + std::unique_ptr m_xReduceBitmapsImg; std::unique_ptr m_xReduceBitmapsOptimalRB; std::unique_ptr m_xReduceBitmapsNormalRB; std::unique_ptr m_xReduceBitmapsResolutionRB; + std::unique_ptr m_xReduceBitmapsModeImg; std::unique_ptr m_xReduceBitmapsResolutionLB; std::unique_ptr m_xReduceBitmapsTransparencyCB; + std::unique_ptr m_xReduceBitmapsTransparencyImg; std::unique_ptr m_xConvertToGreyscalesCB; + std::unique_ptr m_xConvertToGreyscalesImg; std::unique_ptr m_xPaperSizeCB; + std::unique_ptr m_xPaperSizeImg; std::unique_ptr m_xPaperOrientationCB; + std::unique_ptr m_xPaperOrientationImg; std::unique_ptr m_xTransparencyCB; + std::unique_ptr m_xTransparencyImg; private: -- cgit