Searched refs:SwMailMergeOutputPage (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/ui/dbui/ |
H A D | mmoutputpage.cxx | 319 SwMailMergeOutputPage::SwMailMergeOutputPage( SwMailMergeWizard* _pParent) : in SwMailMergeOutputPage() function in SwMailMergeOutputPage 388 Link aLink = LINK(this, SwMailMergeOutputPage, OutputTypeHdl_Impl); in SwMailMergeOutputPage() 431 SwMailMergeOutputPage::~SwMailMergeOutputPage() in ~SwMailMergeOutputPage() 439 void SwMailMergeOutputPage::ActivatePage() in ActivatePage() 482 bool SwMailMergeOutputPage::canAdvance() const in canAdvance() 666 IMPL_LINK(SwMailMergeOutputPage, CopyToHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument 724 IMPL_LINK(SwMailMergeOutputPage, SaveCancelHdl_Impl, Button*, EMPTYARG ) in IMPL_LINK() argument 923 IMPL_LINK(SwMailMergeOutputPage, PrinterChangeHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument 965 IMPL_LINK(SwMailMergeOutputPage, PrintHdl_Impl, PushButton*, EMPTYARG) in IMPL_LINK() argument 1038 IMPL_LINK(SwMailMergeOutputPage, SendTypeHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument [all …]
|
H A D | mmoutputpage.hxx | 53 class SwMailMergeOutputPage : public svt::OWizardPage class 141 SwMailMergeOutputPage( SwMailMergeWizard* _pParent); 142 ~SwMailMergeOutputPage();
|
H A D | mailmergewizard.cxx | 142 case MM_OUTPUTPAGE : pRet = new SwMailMergeOutputPage(this); break; in createPage()
|
Completed in 21 milliseconds