Lines Matching refs:SwMailMergeOutputPage

319 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()
416 m_aCopyToPB.SetClickHdl(LINK(this, SwMailMergeOutputPage, CopyToHdl_Impl)); in SwMailMergeOutputPage()
418 m_aSaveAsOneRB.SetClickHdl(LINK(this, SwMailMergeOutputPage, DocumentSelectionHdl_Impl)); in SwMailMergeOutputPage()
419 m_aSaveIndividualRB.SetClickHdl(LINK(this, SwMailMergeOutputPage, DocumentSelectionHdl_Impl)); in SwMailMergeOutputPage()
420 m_aPrintAllRB.SetClickHdl(LINK(this, SwMailMergeOutputPage, DocumentSelectionHdl_Impl)); in SwMailMergeOutputPage()
421 m_aSendAllRB.SetClickHdl(LINK(this, SwMailMergeOutputPage, DocumentSelectionHdl_Impl)); in SwMailMergeOutputPage()
423 m_aFromRB.SetClickHdl(LINK(this, SwMailMergeOutputPage, DocumentSelectionHdl_Impl)); in SwMailMergeOutputPage()
431 SwMailMergeOutputPage::~SwMailMergeOutputPage() in ~SwMailMergeOutputPage()
439 void SwMailMergeOutputPage::ActivatePage() in ActivatePage()
482 bool SwMailMergeOutputPage::canAdvance() const in canAdvance()
489 IMPL_LINK(SwMailMergeOutputPage, OutputTypeHdl_Impl, RadioButton*, pButton) in IMPL_LINK() argument
654 IMPL_LINK(SwMailMergeOutputPage, DocumentSelectionHdl_Impl, RadioButton*, pButton) in IMPL_LINK() argument
666 IMPL_LINK(SwMailMergeOutputPage, CopyToHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
682 IMPL_LINK(SwMailMergeOutputPage, SaveStartHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
724 IMPL_LINK(SwMailMergeOutputPage, SaveCancelHdl_Impl, Button*, EMPTYARG ) in IMPL_LINK() argument
732 IMPL_LINK(SwMailMergeOutputPage, SaveOutputHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
826 aSaveMonitor.aCancel.SetClickHdl(LINK(this, SwMailMergeOutputPage, SaveCancelHdl_Impl)); in IMPL_LINK()
923 IMPL_LINK(SwMailMergeOutputPage, PrinterChangeHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument
965 IMPL_LINK(SwMailMergeOutputPage, PrintHdl_Impl, PushButton*, EMPTYARG) in IMPL_LINK() argument
1027 IMPL_LINK(SwMailMergeOutputPage, PrinterSetupHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
1038 IMPL_LINK(SwMailMergeOutputPage, SendTypeHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument
1067 IMPL_LINK(SwMailMergeOutputPage, SendAsHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
1080 IMPL_LINK(SwMailMergeOutputPage, SendDocumentsHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument