Lines Matching refs:LINK

205     aFileNameED.SetModifyHdl(LINK(this, SwSaveWarningBox_Impl, ModifyHdl));  in SwSaveWarningBox_Impl()
238 aTextED.SetModifyHdl(LINK(this, SwSendQueryBox_Impl, ModifyHdl)); in SwSendQueryBox_Impl()
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()
826 aSaveMonitor.aCancel.SetClickHdl(LINK(this, SwMailMergeOutputPage, SaveCancelHdl_Impl)); in IMPL_LINK()