Lines Matching refs:AbstractMailMergeWizard_Impl
611 AbstractMailMergeWizard_Impl::~AbstractMailMergeWizard_Impl() in ~AbstractMailMergeWizard_Impl()
616 void AbstractMailMergeWizard_Impl::StartExecuteModal( const Link& rEndDialogHdl ) in StartExecuteModal()
620 LINK( this, AbstractMailMergeWizard_Impl, EndDialogHdl ) ); in StartExecuteModal()
623 long AbstractMailMergeWizard_Impl::GetResult() in GetResult()
629 IMPL_LINK( AbstractMailMergeWizard_Impl, EndDialogHdl, SwMailMergeWizard*, pDialog ) in IMPL_LINK() argument
631 IMPL_LINK( AbstractMailMergeWizard_Impl, EndDialogHdl, SwMailMergeWizard*, EMPTYARG ) in IMPL_LINK()
642 void AbstractMailMergeWizard_Impl::SetReloadDocument(const String& rURL) in SetReloadDocument()
646 const String& AbstractMailMergeWizard_Impl::GetReloadDocument() const in GetReloadDocument()
650 sal_Bool AbstractMailMergeWizard_Impl::ShowPage( sal_uInt16 nLevel ) in ShowPage()
654 sal_uInt16 AbstractMailMergeWizard_Impl::GetRestartPage() const in GetRestartPage()
1652 return new AbstractMailMergeWizard_Impl( new SwMailMergeWizard(rView, rConfigItem)); in CreateMailMergeWizard()