summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-20 14:01:54 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-20 15:56:59 +0000
commit48a3e86ba752926631117b5e3a3d888e0a11e309 (patch)
treedad0647258d67f1dd23476e125511c38430b8080 /cui/source/options/optgdlg.hxx
parent6145c6efa4f346287ed9693c9d00038d829d5a35 (diff)
move view options page to cui and adapt code
Change-Id: I16f9c1fb1cce0a673255468a4dd5492683ad4298
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx51
1 files changed, 19 insertions, 32 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 70cfc7fcf2be..cc4e667f7e0b 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -81,46 +81,33 @@ class SvtTabAppearanceCfg;
class OfaViewTabPage : public SfxTabPage
{
private:
- FixedLine aUserInterfaceFL;
- FixedText aWindowSizeFT;
- MetricField aWindowSizeMF;
- FixedText aIconSizeStyleFT;
- ListBox aIconSizeLB;
- ListBox aIconStyleLB;
- CheckBox m_aSystemFont;
+ MetricField* m_pWindowSizeMF;
+ ListBox* m_pIconSizeLB;
+ ListBox* m_pIconStyleLB;
+ CheckBox* m_pSystemFont;
-#if defined( UNX )
- CheckBox aFontAntiAliasing;
- FixedText aAAPointLimitLabel;
- NumericField aAAPointLimit;
- FixedText aAAPointLimitUnits;
-#endif
+ CheckBox* m_pFontAntiAliasing;
+ FixedText* m_pAAPointLimitLabel;
+ NumericField* m_pAAPointLimit;
+ FixedText* m_pAAPointLimitUnits;
- FixedLine aMenuFL;
- FixedText aMenuIconsFT;
- ListBox aMenuIconsLB;
+ ListBox* m_pMenuIconsLB;
- FixedLine aFontListsFL;
- CheckBox aFontShowCB;
- CheckBox aFontHistoryCB;
+ CheckBox* m_pFontShowCB;
+ CheckBox* m_pFontHistoryCB;
- FixedLine aRenderingFL;
- CheckBox aUseHardwareAccell;
- CheckBox aUseAntiAliase;
+ CheckBox* m_pUseHardwareAccell;
+ CheckBox* m_pUseAntiAliase;
- FixedLine aMouseFL;
- FixedText aMousePosFT;
- ListBox aMousePosLB;
- FixedText aMouseMiddleFT;
- ListBox aMouseMiddleLB;
+ ListBox* m_pMousePosLB;
+ ListBox* m_pMouseMiddleLB;
// #i97672#
- FixedLine maSelectionFL;
- CheckBox maSelectionCB;
- MetricField maSelectionMF;
+ CheckBox* m_pSelectionCB;
+ MetricField* m_pSelectionMF;
- sal_uInt16 nSizeLB_InitialSelection;
- sal_uInt16 nStyleLB_InitialSelection;
+ sal_uInt16 nSizeLB_InitialSelection;
+ sal_uInt16 nStyleLB_InitialSelection;
// item ID for the given icon theme
// might be zero when the theme is not installed and the item is removed