summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/optpage.hxx
diff options
context:
space:
mode:
authorBalazs Varga <balazs.varga.extern@allotropia.de>2023-11-08 12:33:56 +0100
committerBalazs Varga <balazs.varga.extern@allotropia.de>2023-11-09 20:29:02 +0100
commit51f4cadfdd50e757e593c3166d4e54c6b2634af9 (patch)
treeef83d3929c067845ce13d233a2f6ec3859634725 /sw/source/uibase/inc/optpage.hxx
parent38a4672bdb55314edc9ce2cd5224b879d8df007f (diff)
tdf#158006 - UI: Part 21 - Unify lockdown behavior of Options dialog
for Writer - View Page. Change-Id: Icbca23d3ec1dd95bbf703227b9479291a978a426 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159126 Tested-by: Jenkins Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Diffstat (limited to 'sw/source/uibase/inc/optpage.hxx')
-rw-r--r--sw/source/uibase/inc/optpage.hxx16
1 files changed, 16 insertions, 0 deletions
diff --git a/sw/source/uibase/inc/optpage.hxx b/sw/source/uibase/inc/optpage.hxx
index c4fa7012bb99..a49c22f23232 100644
--- a/sw/source/uibase/inc/optpage.hxx
+++ b/sw/source/uibase/inc/optpage.hxx
@@ -36,17 +36,27 @@ class FontList;
class SwContentOptPage final : public SfxTabPage
{
std::unique_ptr<weld::CheckButton> m_xCrossCB;
+ std::unique_ptr<weld::Widget> m_xCrossImg;
std::unique_ptr<weld::ComboBox> m_xHMetric;
+ std::unique_ptr<weld::Widget> m_xHMetricImg;
std::unique_ptr<weld::CheckButton> m_xVRulerCBox;
+ std::unique_ptr<weld::Widget> m_xVRulerImg;
std::unique_ptr<weld::CheckButton> m_xVRulerRightCBox;
+ std::unique_ptr<weld::Widget> m_xVRulerRightImg;
std::unique_ptr<weld::ComboBox> m_xVMetric;
+ std::unique_ptr<weld::Widget> m_xVMetricImg;
std::unique_ptr<weld::CheckButton> m_xSmoothCBox;
+ std::unique_ptr<weld::Widget> m_xSmoothImg;
std::unique_ptr<weld::CheckButton> m_xGrfCB;
+ std::unique_ptr<weld::Widget> m_xGrfImg;
std::unique_ptr<weld::CheckButton> m_xTableCB;
+ std::unique_ptr<weld::Widget> m_xTableImg;
std::unique_ptr<weld::CheckButton> m_xDrwCB;
+ std::unique_ptr<weld::Widget> m_xDrwImg;
std::unique_ptr<weld::CheckButton> m_xPostItCB;
+ std::unique_ptr<weld::Widget> m_xPostItImg;
std::unique_ptr<weld::Frame> m_xSettingsFrame;
std::unique_ptr<weld::Label> m_xSettingsLabel;
@@ -54,11 +64,17 @@ class SwContentOptPage final : public SfxTabPage
std::unique_ptr<weld::ComboBox> m_xMetricLB;
std::unique_ptr<weld::CheckButton> m_xShowInlineTooltips;
+ std::unique_ptr<weld::Widget> m_xShowInlineTooltipsImg;
std::unique_ptr<weld::CheckButton> m_xShowOutlineContentVisibilityButton;
+ std::unique_ptr<weld::Widget> m_xShowOutlineContentVImg;
std::unique_ptr<weld::CheckButton> m_xTreatSubOutlineLevelsAsContent;
+ std::unique_ptr<weld::Widget> m_xTreatSubOutlineLevelsImg;
std::unique_ptr<weld::CheckButton> m_xShowChangesInMargin;
+ std::unique_ptr<weld::Widget> m_xShowChangesInMarginImg;
std::unique_ptr<weld::CheckButton> m_xFieldHiddenCB;
+ std::unique_ptr<weld::Widget> m_xFieldHiddenImg;
std::unique_ptr<weld::CheckButton> m_xFieldHiddenParaCB;
+ std::unique_ptr<weld::Widget> m_xFieldHiddenParaImg;
DECL_LINK(VertRulerHdl, weld::Toggleable&, void);
DECL_LINK(ShowOutlineContentVisibilityButtonHdl, weld::Toggleable&, void);