Lines Matching refs:SwEnvPrtPage
47 SwEnvPrtPage::SwEnvPrtPage(Window* pParent, const SfxItemSet& rSet) : in SwEnvPrtPage() function in SwEnvPrtPage
73 aTopButton .SetClickHdl(LINK(this, SwEnvPrtPage, ClickHdl)); in SwEnvPrtPage()
74 aBottomButton.SetClickHdl(LINK(this, SwEnvPrtPage, ClickHdl)); in SwEnvPrtPage()
76 aPrtSetup .SetClickHdl(LINK(this, SwEnvPrtPage, ButtonHdl)); in SwEnvPrtPage()
85 aAlignBox.SetClickHdl(LINK(this, SwEnvPrtPage, AlignHdl)); in SwEnvPrtPage()
93 SwEnvPrtPage::~SwEnvPrtPage() in ~SwEnvPrtPage()
101 IMPL_LINK( SwEnvPrtPage, ClickHdl, Button *, EMPTYARG ) in IMPL_LINK() argument
131 IMPL_LINK( SwEnvPrtPage, ButtonHdl, Button *, pBtn ) in IMPL_LINK() argument
153 IMPL_LINK( SwEnvPrtPage, AlignHdl, ToolBox *, EMPTYARG ) in IMPL_LINK() argument
174 SfxTabPage* SwEnvPrtPage::Create(Window* pParent, const SfxItemSet& rSet) in Create()
176 return new SwEnvPrtPage(pParent, rSet); in Create()
183 void SwEnvPrtPage::ActivatePage(const SfxItemSet&) in ActivatePage()
193 int SwEnvPrtPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage()
204 void SwEnvPrtPage::FillItem(SwEnvItem& rItem) in FillItem()
221 sal_Bool SwEnvPrtPage::FillItemSet(SfxItemSet& rSet) in FillItemSet()
232 void SwEnvPrtPage::Reset(const SfxItemSet& rSet) in Reset()