Home
last modified time | relevance | path

Searched refs:SwMailMergeDlg (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/ui/envelp/
H A Dmailmrge.cxx107 SwMailMergeDlg& rParent;
109 SwXSelChgLstnr_Impl(SwMailMergeDlg& rParentDlg);
118 SwXSelChgLstnr_Impl::SwXSelChgLstnr_Impl(SwMailMergeDlg& rParentDlg) : in SwXSelChgLstnr_Impl()
156 SwMailMergeDlg::SwMailMergeDlg(Window* pParent, SwWrtShell& rShell, in SwMailMergeDlg() function in SwMailMergeDlg
354 Link aLk = LINK(this, SwMailMergeDlg, ButtonHdl); in SwMailMergeDlg()
357 aPathPB.SetClickHdl(LINK(this, SwMailMergeDlg, InsertPathHdl)); in SwMailMergeDlg()
358 aAttachPB.SetClickHdl(LINK(this, SwMailMergeDlg, AttachFileHdl)); in SwMailMergeDlg()
360 aLk = LINK(this, SwMailMergeDlg, OutputTypeHdl); in SwMailMergeDlg()
370 aLk = LINK(this, SwMailMergeDlg, FilenameHdl); in SwMailMergeDlg()
377 aLk = LINK(this, SwMailMergeDlg, SaveTypeHdl); in SwMailMergeDlg()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dmailmrge.hxx64 class SwMailMergeDlg : public SvxStandardDialog class
146 SwMailMergeDlg(Window* pParent, SwWrtShell& rSh,
152 ~SwMailMergeDlg();
/AOO41X/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx323 class SwMailMergeDlg;
326 DECL_ABSTDLG_BASE(AbstractMailMergeDlg_Impl,SwMailMergeDlg)
H A Dswdlgfact.cxx1449 SwMailMergeDlg* pDlg=NULL; in CreateMailMergeDlg()
1453 …pDlg = new SwMailMergeDlg( pParent, rSh, rSourceName, rTblName, nCommandType, xConnection, pSelect… in CreateMailMergeDlg()