Searched refs:SwMailMergeLayoutPage (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 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() 172 Link aUpDownHdl = LINK(this, SwMailMergeLayoutPage, GreetingsHdl_Impl ); in SwMailMergeLayoutPage() 181 SwMailMergeLayoutPage::~SwMailMergeLayoutPage() in ~SwMailMergeLayoutPage() 190 void SwMailMergeLayoutPage::ActivatePage() in ActivatePage() 272 SwFrmFmt* SwMailMergeLayoutPage::InsertAddressAndGreeting(SwView* pView, in InsertAddressAndGreeting() 302 SwFrmFmt* SwMailMergeLayoutPage::InsertAddressFrame( in InsertAddressFrame() 691 IMPL_LINK(SwMailMergeLayoutPage, PreviewLoadedHdl_Impl, void*, EMPTYARG) in IMPL_LINK() argument 737 IMPL_LINK(SwMailMergeLayoutPage, ZoomHdl_Impl, ListBox*, pBox) in IMPL_LINK() argument [all …]
|
H A D | mmlayoutpage.hxx | 46 class SwMailMergeLayoutPage : public svt::OWizardPage class 99 SwMailMergeLayoutPage( SwMailMergeWizard* _pParent); 100 ~SwMailMergeLayoutPage();
|
H A D | mailmergewizard.cxx | 139 case MM_LAYOUTPAGE : pRet = new SwMailMergeLayoutPage(this); break; in createPage() 162 SwMailMergeLayoutPage::InsertAddressAndGreeting(m_rConfigItem.GetSourceView(), in enterState()
|
Completed in 24 milliseconds