summaryrefslogtreecommitdiff
path: root/cui/source/options/optgdlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-18 13:37:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-18 14:16:27 +0000
commit8d4e51a599a02f2342f066dba4f2e700b4950c6a (patch)
tree6730186ad241e4128435a3bc8502e63263b98d15 /cui/source/options/optgdlg.hxx
parent7bf7d96a65dc1e14029db42c05230dc091a55da0 (diff)
move General options page to cui and adapt code
Change-Id: I724db9d199ad15d31f8daf2329ceb9cd46fdefda
Diffstat (limited to 'cui/source/options/optgdlg.hxx')
-rw-r--r--cui/source/options/optgdlg.hxx31
1 files changed, 13 insertions, 18 deletions
diff --git a/cui/source/options/optgdlg.hxx b/cui/source/options/optgdlg.hxx
index 718344ba45b3..70cfc7fcf2be 100644
--- a/cui/source/options/optgdlg.hxx
+++ b/cui/source/options/optgdlg.hxx
@@ -36,29 +36,24 @@ class OfaMiscTabPage : public SfxTabPage
{
using TabPage::DeactivatePage;
private:
- FixedLine aHelpFL;
- CheckBox aToolTipsCB;
- CheckBox aExtHelpCB;
- CheckBox aHelpAgentCB;
- PushButton aHelpAgentResetBtn;
+ CheckBox* m_pToolTipsCB;
+ CheckBox* m_pExtHelpCB;
+ CheckBox* m_pHelpAgentCB;
+ PushButton* m_pHelpAgentResetBtn;
- FixedLine aFileDlgFL;
- ReadOnlyImage aFileDlgROImage;
- CheckBox aFileDlgCB;
+ FixedImage* m_pFileDlgROImage;
+ CheckBox* m_pFileDlgCB;
- FixedLine aPrintDlgFL;
- CheckBox aPrintDlgCB;
+ CheckBox* m_pPrintDlgCB;
- FixedLine aDocStatusFL;
- CheckBox aDocStatusCB;
- CheckBox aSaveAlwaysCB;
+ CheckBox* m_pDocStatusCB;
+ CheckBox* m_pSaveAlwaysCB;
- FixedLine aTwoFigureFL;
- FixedText aInterpretFT;
- NumericField aYearValueField;
- FixedText aToYearFT;
+ VclContainer* m_pYearFrame;
+ NumericField* m_pYearValueField;
+ FixedText* m_pToYearFT;
- String aStrDateInfo;
+ OUString m_aStrDateInfo;
DECL_LINK( TwoFigureHdl, NumericField* );
DECL_LINK( TwoFigureConfigHdl, NumericField* );