Lines Matching refs:SwAddStylesDlg_Impl
766 class SwAddStylesDlg_Impl : public SfxModalDialog class
785 SwAddStylesDlg_Impl(Window* pParent, SwWrtShell& rWrtSh, String rStringArr[]);
786 ~SwAddStylesDlg_Impl();
791 SwAddStylesDlg_Impl::SwAddStylesDlg_Impl(Window* pParent, in SwAddStylesDlg_Impl() function in SwAddStylesDlg_Impl
815 aOk.SetClickHdl(LINK(this, SwAddStylesDlg_Impl, OkHdl)); in SwAddStylesDlg_Impl()
816 aLeftPB.SetClickHdl(LINK(this, SwAddStylesDlg_Impl, LeftRightHdl)); in SwAddStylesDlg_Impl()
817 aRightPB.SetClickHdl(LINK(this, SwAddStylesDlg_Impl, LeftRightHdl)); in SwAddStylesDlg_Impl()
820 rHB.SetEndDragHdl(LINK(this, SwAddStylesDlg_Impl, HeaderDragHdl)); in SwAddStylesDlg_Impl()
881 SwAddStylesDlg_Impl::~SwAddStylesDlg_Impl() in ~SwAddStylesDlg_Impl()
887 IMPL_LINK(SwAddStylesDlg_Impl, OkHdl, OKButton*, EMPTYARG) in IMPL_LINK() argument
914 IMPL_LINK(SwAddStylesDlg_Impl, HeaderDragHdl, HeaderBar*, EMPTYARG) in IMPL_LINK() argument
922 IMPL_LINK(SwAddStylesDlg_Impl, LeftRightHdl, PushButton*, pBtn) in IMPL_LINK() argument
1747 SwAddStylesDlg_Impl* pDlg = new SwAddStylesDlg_Impl(pButton, in IMPL_LINK()