Home
last modified time | relevance | path

Searched refs:SwEnvPrtPage (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Denvprt.cxx47 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()
[all …]
H A Denvprt.hxx46 class SwEnvPrtPage : public SfxTabPage class
62 SwEnvPrtPage(Window* pParent, const SfxItemSet& rSet);
63 ~SwEnvPrtPage();
H A Denvlop1.cxx182 AddTabPage(TP_ENV_PRT, SwEnvPrtPage::Create, 0); in SwEnvDlg()
203 ((SwEnvPrtPage*)&rPage)->SetPrt(pPrinter); in PageCreated()
/trunk/main/sw/source/ui/inc/
H A Denvlop.hxx78 friend class SwEnvPrtPage;