Home
last modified time | relevance | path

Searched refs:SwMailMergeOutputPage (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx319 SwMailMergeOutputPage::SwMailMergeOutputPage( SwMailMergeWizard* _pParent) : in SwMailMergeOutputPage() function in SwMailMergeOutputPage
388 Link aLink = LINK(this, SwMailMergeOutputPage, OutputTypeHdl_Impl); in SwMailMergeOutputPage()
398 m_aSaveStartDocPB.SetClickHdl(LINK(this, SwMailMergeOutputPage, SaveStartHdl_Impl)); in SwMailMergeOutputPage()
399 m_aSaveNowPB.SetClickHdl(LINK(this, SwMailMergeOutputPage, SaveOutputHdl_Impl)); in SwMailMergeOutputPage()
400 m_aPrinterLB.SetSelectHdl(LINK(this, SwMailMergeOutputPage, PrinterChangeHdl_Impl)); in SwMailMergeOutputPage()
401 m_aPrintNowPB.SetClickHdl(LINK(this, SwMailMergeOutputPage, PrintHdl_Impl)); in SwMailMergeOutputPage()
402 m_aPrinterSettingsPB.SetClickHdl(LINK(this, SwMailMergeOutputPage, PrinterSetupHdl_Impl)); in SwMailMergeOutputPage()
404 m_aSendAsPB.SetClickHdl(LINK(this, SwMailMergeOutputPage, SendAsHdl_Impl)), in SwMailMergeOutputPage()
405 m_aSendDocumentsPB.SetClickHdl(LINK(this, SwMailMergeOutputPage, SendDocumentsHdl_Impl)), in SwMailMergeOutputPage()
406 m_aSendAsLB.SetSelectHdl(LINK(this, SwMailMergeOutputPage, SendTypeHdl_Impl)); in SwMailMergeOutputPage()
[all …]
H A Dmmoutputpage.hxx53 class SwMailMergeOutputPage : public svt::OWizardPage class
141 SwMailMergeOutputPage( SwMailMergeWizard* _pParent);
142 ~SwMailMergeOutputPage();
H A Dmailmergewizard.cxx142 case MM_OUTPUTPAGE : pRet = new SwMailMergeOutputPage(this); break; in createPage()