summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/dbui/mmoutputpage.hxx
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2014-07-22 15:31:28 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-07-23 08:38:33 +0000
commitfcf0b9f2381e69e0ed50b99cf9b682efbc4d3263 (patch)
treecd90ad81be6000a4acd5eb34d1f67eb93281fce1 /sw/source/ui/dbui/mmoutputpage.hxx
parentRun pylint on find-german-comments (diff)
downloadcore-fcf0b9f2381e69e0ed50b99cf9b682efbc4d3263.tar.gz
core-fcf0b9f2381e69e0ed50b99cf9b682efbc4d3263.zip
DLG_MM_SENDMAILS conversion to .ui
Change-Id: I5611508e9024032e9213636be94410280618f9e5 Reviewed-on: https://gerrit.libreoffice.org/10459 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/dbui/mmoutputpage.hxx')
-rw-r--r--sw/source/ui/dbui/mmoutputpage.hxx31
1 files changed, 14 insertions, 17 deletions
diff --git a/sw/source/ui/dbui/mmoutputpage.hxx b/sw/source/ui/dbui/mmoutputpage.hxx
index a18445de54b3..fef10e9eda5c 100644
--- a/sw/source/ui/dbui/mmoutputpage.hxx
+++ b/sw/source/ui/dbui/mmoutputpage.hxx
@@ -28,6 +28,7 @@
#include <vcl/prgsbar.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/basedlgs.hxx>
+#include <svtools/simptabl.hxx>
#include <svtools/svtabbx.hxx>
#include <svtools/headbar.hxx>
#include "mailmergehelper.hxx"
@@ -141,23 +142,19 @@ struct SwSendMailDialog_Impl;
class SwMailMergeConfigItem;
class SwSendMailDialog : public ModelessDialog //SfxModalDialog
{
- FixedLine m_aStatusFL;
- FixedText m_aStatusFT;
-
- FixedLine m_aTransferStatusFL;
- FixedText m_aTransferStatusFT;
- FixedInfo m_PausedFI;
- ProgressBar m_aProgressBar;
- FixedText m_aErrorStatusFT;
-
- PushButton m_aDetailsPB;
- HeaderBar m_aStatusHB;
- SvTabListBox m_aStatusLB;
-
- FixedLine m_aSeparatorFL;
-
- PushButton m_aStopPB;
- PushButton m_aClosePB;
+ FixedText *m_pTransferStatus;
+ FixedText *m_pPaused;
+ ProgressBar *m_pProgressBar;
+ FixedText *m_pErrorStatus;
+
+ PushButton *m_pDetails;
+ SvSimpleTableContainer *m_pContainer;
+ HeaderBar *m_pStatusHB;
+ SvTabListBox *m_pStatusLB;
+ SvSimpleTable *m_pStatus;
+
+ PushButton *m_pStop;
+ PushButton *m_pClose;
OUString m_sMore;
OUString m_sLess;