summaryrefslogtreecommitdiff
path: root/starmath/inc/dialog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/inc/dialog.hxx')
-rw-r--r--starmath/inc/dialog.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/starmath/inc/dialog.hxx b/starmath/inc/dialog.hxx
index 66db01d295f4..3b4f80b8e61c 100644
--- a/starmath/inc/dialog.hxx
+++ b/starmath/inc/dialog.hxx
@@ -40,17 +40,26 @@ void SetFontStyle(std::u16string_view rStyleName, vcl::Font &rFont);
class SmPrintOptionsTabPage final : public SfxTabPage
{
std::unique_ptr<weld::CheckButton> m_xTitle;
+ std::unique_ptr<weld::Widget> m_xTitleImg;
std::unique_ptr<weld::CheckButton> m_xText;
+ std::unique_ptr<weld::Widget> m_xTextImg;
std::unique_ptr<weld::CheckButton> m_xFrame;
+ std::unique_ptr<weld::Widget> m_xFrameImg;
std::unique_ptr<weld::RadioButton> m_xSizeNormal;
std::unique_ptr<weld::RadioButton> m_xSizeScaled;
std::unique_ptr<weld::RadioButton> m_xSizeZoomed;
+ std::unique_ptr<weld::Widget> m_xLockPrintImg;
std::unique_ptr<weld::MetricSpinButton> m_xZoom;
std::unique_ptr<weld::CheckButton> m_xEnableInlineEdit;
+ std::unique_ptr<weld::Widget> m_xEnableInlineEditImg;
std::unique_ptr<weld::CheckButton> m_xNoRightSpaces;
+ std::unique_ptr<weld::Widget> m_xNoRightSpacesImg;
std::unique_ptr<weld::CheckButton> m_xSaveOnlyUsedSymbols;
+ std::unique_ptr<weld::Widget> m_xSaveOnlyUsedSymbolsImg;
std::unique_ptr<weld::CheckButton> m_xAutoCloseBrackets;
+ std::unique_ptr<weld::Widget> m_xAutoCloseBracketsImg;
std::unique_ptr<weld::MetricSpinButton> m_xSmZoom;
+ std::unique_ptr<weld::Widget> m_xSmZoomImg;
DECL_LINK(SizeButtonClickHdl, weld::Toggleable&, void);