summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/macrodlg.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-11-03 11:08:40 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-11-05 10:36:28 +0000
commitbe968802f265394b42db9a02d9ed961394aa4663 (patch)
tree1029291fd321f8b87c035bafed9b57c244fb5dc9 /basctl/source/basicide/macrodlg.hxx
parentbce042ca83c7cb5cc3e3bdc07c50b60e6a1ed659 (diff)
convert basic dialog to .ui
Change-Id: I1ed45e5990aca4be8b499fe300d7d43fda16bd6a
Diffstat (limited to 'basctl/source/basicide/macrodlg.hxx')
-rw-r--r--basctl/source/basicide/macrodlg.hxx34
1 files changed, 16 insertions, 18 deletions
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index 4262882aecf6..339de6c54a61 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -49,24 +49,22 @@ public:
};
private:
- FixedText aMacroNameTxt;
- Edit aMacroNameEdit;
- FixedText aMacroFromTxT;
- FixedText aMacrosSaveInTxt;
- TreeListBox aBasicBox;
- FixedText aMacrosInTxt;
- String aMacrosInTxtBaseStr;
- SvTreeListBox aMacroBox;
-
- PushButton aRunButton;
- CancelButton aCloseButton;
- PushButton aAssignButton;
- PushButton aEditButton;
- PushButton aNewDelButton;
- PushButton aOrganizeButton;
- HelpButton aHelpButton;
- PushButton aNewLibButton;
- PushButton aNewModButton;
+ Edit* m_pMacroNameEdit;
+ FixedText* m_pMacroFromTxT;
+ FixedText* m_pMacrosSaveInTxt;
+ TreeListBox* m_pBasicBox;
+ FixedText* m_pMacrosInTxt;
+ String m_aMacrosInTxtBaseStr;
+ SvTreeListBox* m_pMacroBox;
+
+ PushButton* m_pRunButton;
+ PushButton* m_pCloseButton;
+ PushButton* m_pAssignButton;
+ PushButton* m_pEditButton;
+ PushButton* m_pDelButton;
+ PushButton* m_pOrganizeButton;
+ PushButton* m_pNewLibButton;
+ PushButton* m_pNewModButton;
bool bNewDelIsDel;
bool bForceStoreBasic;