Searched refs:SwMailConfigPage (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sw/source/ui/config/ |
| H A D | mailconfigpage.cxx | 87 SwMailConfigPage* m_pParent; 95 SwTestAccountSettingsDialog(SwMailConfigPage* pParent); 141 SwAuthenticationSettingsDialog(SwMailConfigPage* pParent, SwMailMergeConfigItem& rItem); 148 SwMailConfigPage::SwMailConfigPage( Window* pParent, const SfxItemSet& rSet ) : in SwMailConfigPage() function in SwMailConfigPage 176 m_aReplyToCB.SetClickHdl(LINK(this, SwMailConfigPage, ReplyToHdl)); in SwMailConfigPage() 177 m_aServerAuthenticationPB.SetClickHdl(LINK(this, SwMailConfigPage, AuthenticationHdl)); in SwMailConfigPage() 178 m_aTestPB.SetClickHdl(LINK(this, SwMailConfigPage, TestHdl)); in SwMailConfigPage() 183 SwMailConfigPage::~SwMailConfigPage() in ~SwMailConfigPage() 190 SfxTabPage* SwMailConfigPage::Create( Window* pParent, const SfxItemSet& rAttrSet) in Create() 192 return new SwMailConfigPage(pParent, rAttrSet); in Create() [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | mailconfigpage.hxx | 46 class SwMailConfigPage : public SfxTabPage class 83 SwMailConfigPage( Window* pParent, const SfxItemSet& rSet ); 84 ~SwMailConfigPage();
|
| /AOO41X/main/sw/source/ui/dialog/ |
| H A D | swdlgfact.cxx | 1736 pRet = SwMailConfigPage::Create; in GetTabPageCreatorFunc()
|