Lines Matching refs:SwMailMergeLayoutPage

86 SwMailMergeLayoutPage::SwMailMergeLayoutPage( SwMailMergeWizard* _pParent) :  in SwMailMergeLayoutPage()  function in SwMailMergeLayoutPage
144 Link aLink(LINK(this, SwMailMergeLayoutPage, PreviewLoadedHdl_Impl)); in SwMailMergeLayoutPage()
158 m_aZoomLB.SetSelectHdl(LINK(this, SwMailMergeLayoutPage, ZoomHdl_Impl)); in SwMailMergeLayoutPage()
160 Link aFrameHdl = LINK(this, SwMailMergeLayoutPage, ChangeAddressHdl_Impl); in SwMailMergeLayoutPage()
172 Link aUpDownHdl = LINK(this, SwMailMergeLayoutPage, GreetingsHdl_Impl ); in SwMailMergeLayoutPage()
175 m_aAlignToBodyCB.SetClickHdl(LINK(this, SwMailMergeLayoutPage, AlignToTextHdl_Impl)); in SwMailMergeLayoutPage()
181 SwMailMergeLayoutPage::~SwMailMergeLayoutPage() in ~SwMailMergeLayoutPage()
190 void SwMailMergeLayoutPage::ActivatePage() in ActivatePage()
253 sal_Bool SwMailMergeLayoutPage::commitPage( ::svt::WizardTypes::CommitPageReason _eReason ) in commitPage()
272 SwFrmFmt* SwMailMergeLayoutPage::InsertAddressAndGreeting(SwView* pView, in InsertAddressAndGreeting()
302 SwFrmFmt* SwMailMergeLayoutPage::InsertAddressFrame( in InsertAddressFrame()
460 void SwMailMergeLayoutPage::InsertGreeting(SwWrtShell& rShell, SwMailMergeConfigItem& rConfigItem, … in InsertGreeting()
691 IMPL_LINK(SwMailMergeLayoutPage, PreviewLoadedHdl_Impl, void*, EMPTYARG) in IMPL_LINK() argument
737 IMPL_LINK(SwMailMergeLayoutPage, ZoomHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument
764 IMPL_LINK(SwMailMergeLayoutPage, ChangeAddressHdl_Impl, MetricField*, EMPTYARG) in IMPL_LINK() argument
788 IMPL_LINK(SwMailMergeLayoutPage, GreetingsHdl_Impl, PushButton*, pButton) in IMPL_LINK() argument
805 IMPL_LINK(SwMailMergeLayoutPage, AlignToTextHdl_Impl, CheckBox*, pBox) in IMPL_LINK() argument