Searched refs:SwFldInputDlg (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/ui/fldui/ |
H A D | inpdlg.cxx | 49 SwFldInputDlg::SwFldInputDlg( Window *pParent, SwWrtShell &rS, in SwFldInputDlg() function in SwFldInputDlg 76 aNextBT.SetClickHdl(LINK(this, SwFldInputDlg, NextHdl)); in SwFldInputDlg() 137 SwFldInputDlg::~SwFldInputDlg() in ~SwFldInputDlg() 141 void SwFldInputDlg::StateChanged( StateChangedType nType ) in StateChanged() 152 void SwFldInputDlg::Apply() in Apply() 191 IMPL_LINK(SwFldInputDlg, NextHdl, PushButton*, EMPTYARG) in IMPL_LINK() argument
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | inpdlg.hxx | 46 class SwFldInputDlg: public SvxStandardDialog class 68 SwFldInputDlg( Window *pParent, SwWrtShell &rSh, 70 ~SwFldInputDlg();
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.hxx | 263 class SwFldInputDlg; 266 DECL_ABSTDLG_BASE(AbstractFldInputDlg_Impl,SwFldInputDlg)
|
H A D | swdlgfact.cxx | 1340 SwFldInputDlg* pDlg=NULL; in CreateFldInputDlg() 1344 pDlg = new SwFldInputDlg( pParent, rSh, pField, bNextButton ); in CreateFldInputDlg()
|
Completed in 60 milliseconds