Lines Matching refs:SwGrfExtPage
2405 SwGrfExtPage::SwGrfExtPage(Window *pParent, const SfxItemSet &rSet) : in SwGrfExtPage() function in SwGrfExtPage
2425 aMirrorHorzBox.SetClickHdl( LINK(this, SwGrfExtPage, MirrorHdl)); in SwGrfExtPage()
2426 aMirrorVertBox.SetClickHdl( LINK(this, SwGrfExtPage, MirrorHdl)); in SwGrfExtPage()
2427 aBrowseBT.SetClickHdl ( LINK(this, SwGrfExtPage, BrowseHdl)); in SwGrfExtPage()
2434 SwGrfExtPage::~SwGrfExtPage() in ~SwGrfExtPage()
2443 SfxTabPage* SwGrfExtPage::Create( Window *pParent, const SfxItemSet &rSet ) in Create()
2445 return new SwGrfExtPage( pParent, rSet ); in Create()
2452 void SwGrfExtPage::Reset(const SfxItemSet &rSet) in Reset()
2472 void SwGrfExtPage::ActivatePage(const SfxItemSet& rSet) in ActivatePage()
2561 sal_Bool SwGrfExtPage::FillItemSet( SfxItemSet &rSet ) in FillItemSet()
2603 int SwGrfExtPage::DeactivatePage(SfxItemSet *_pSet) in DeactivatePage()
2614 IMPL_LINK( SwGrfExtPage, BrowseHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
2666 IMPL_LINK( SwGrfExtPage, MirrorHdl, CheckBox *, EMPTYARG ) in IMPL_LINK() argument