Searched refs:SwAddStylesDlg_Impl (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/sw/source/ui/index/ |
| H A D | cnttab.cxx | 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 [all …]
|