summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/titlepage.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-25 11:15:33 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-09-28 08:48:17 +0100
commite125d95ba4a4905fa36ba8f4bed0c2dafd37ce13 (patch)
tree8059f31bbc1cd6d13b80393d0082c2d64906aea4 /sw/source/ui/inc/titlepage.hxx
parent88ab6e32f70bf6ae3cbe0677942b71701069b4db (diff)
first pass at a manual conversion to .ui format of a dialog
Diffstat (limited to 'sw/source/ui/inc/titlepage.hxx')
-rw-r--r--sw/source/ui/inc/titlepage.hxx44
1 files changed, 16 insertions, 28 deletions
diff --git a/sw/source/ui/inc/titlepage.hxx b/sw/source/ui/inc/titlepage.hxx
index 01fbfa77561c..b4ff9c1430ad 100644
--- a/sw/source/ui/inc/titlepage.hxx
+++ b/sw/source/ui/inc/titlepage.hxx
@@ -44,34 +44,22 @@ class SwPageDesc;
class SwTitlePageDlg : public SfxModalDialog
{
private:
- FixedLine aMakeInsertFL;
- RadioButton aUseExistingPagesRB;
- RadioButton aInsertNewPagesRB;
- FixedText aPageCountFT;
- NumericField aPageCountNF;
- FixedText aPagePagesFT;
-
- FixedText aPageStartFT;
- RadioButton aDocumentStartRB;
- RadioButton aPageStartRB;
- NumericField aPageStartNF;
-
- FixedLine aNumberingFL;
- CheckBox aRestartNumberingCB;
- FixedText aRestartNumberingFT;
- NumericField aRestartNumberingNF;
- CheckBox aSetPageNumberCB;
- FixedText aSetPageNumberFT;
- NumericField aSetPageNumberNF;
-
- FixedLine aPagePropertiesFL;
- ListBox aPagePropertiesLB;
- PushButton aPagePropertiesPB;
-
- FixedLine aBottomFL;
- OKButton aOkPB;
- CancelButton aCancelPB;
- HelpButton aHelpPB;
+ RadioButton* m_pUseExistingPagesRB;
+ NumericField* m_pPageCountNF;
+
+ RadioButton* m_pDocumentStartRB;
+ RadioButton* m_pPageStartRB;
+ NumericField* m_pPageStartNF;
+
+ CheckBox* m_pRestartNumberingCB;
+ NumericField* m_pRestartNumberingNF;
+ CheckBox* m_pSetPageNumberCB;
+ NumericField* m_pSetPageNumberNF;
+
+ ListBox* m_pPagePropertiesLB;
+ PushButton* m_pPagePropertiesPB;
+
+ OKButton* m_pOkPB;
SwWrtShell *mpSh;