Searched refs:SwColumnDlg (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/ui/frmdlg/ |
H A D | column.cxx | 101 SwColumnDlg::SwColumnDlg(Window* pParent, SwWrtShell& rSh) : in SwColumnDlg() function in SwColumnDlg 223 aApplyToLB.SetSelectHdl(LINK(this, SwColumnDlg, ObjectHdl)); in SwColumnDlg() 224 aOK.SetClickHdl(LINK(this, SwColumnDlg, OkHdl)); in SwColumnDlg() 236 SwColumnDlg::~SwColumnDlg() in ~SwColumnDlg() 247 IMPL_LINK(SwColumnDlg, ObjectHdl, ListBox*, pBox) in IMPL_LINK() argument 312 IMPL_LINK(SwColumnDlg, OkHdl, OKButton*, EMPTYARG) in IMPL_LINK() argument
|
/trunk/main/sw/source/ui/inc/ |
H A D | column.hxx | 66 class SwColumnDlg : public SfxModalDialog class 96 SwColumnDlg(Window* pParent, SwWrtShell& rSh); 97 virtual ~SwColumnDlg();
|
/trunk/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 1028 pDlg = new SwColumnDlg( pParent, rSh ); in CreateVclAbstractDialog()
|
Completed in 38 milliseconds