Searched refs:SwInsFootNoteDlg (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sw/source/ui/misc/ |
H A D | insfnote.cxx | 57 void __EXPORT SwInsFootNoteDlg::Apply() in Apply() 141 IMPL_LINK_INLINE_END( SwInsFootNoteDlg, NumberEditHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument 158 IMPL_LINK( SwInsFootNoteDlg, NumberExtCharHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() 205 IMPL_LINK( SwInsFootNoteDlg, NextPrevHdl, Button *, pBtn ) in IMPL_LINK() argument 225 SwInsFootNoteDlg::SwInsFootNoteDlg(Window *pParent, SwWrtShell &rShell, sal_Bool bEd) : in SwInsFootNoteDlg() function in SwInsFootNoteDlg 254 aNumberCharBtn.SetClickHdl(LINK(this,SwInsFootNoteDlg,NumberCharHdl)); in SwInsFootNoteDlg() 255 aNumberCharEdit.SetModifyHdl(LINK(this,SwInsFootNoteDlg,NumberEditHdl)); in SwInsFootNoteDlg() 259 aPrevBT.SetClickHdl(LINK(this, SwInsFootNoteDlg, NextPrevHdl)); in SwInsFootNoteDlg() 260 aNextBT.SetClickHdl(LINK(this, SwInsFootNoteDlg, NextPrevHdl)); in SwInsFootNoteDlg() 279 SwInsFootNoteDlg::~SwInsFootNoteDlg() in ~SwInsFootNoteDlg() [all …]
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | insfnote.hxx | 39 class SwInsFootNoteDlg: public SvxStandardDialog class 77 SwInsFootNoteDlg(Window * pParent, SwWrtShell &rSh, sal_Bool bEd = sal_False); 78 ~SwInsFootNoteDlg();
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.hxx | 274 class SwInsFootNoteDlg; 277 DECL_ABSTDLG_BASE(AbstractInsFootNoteDlg_Impl,SwInsFootNoteDlg)
|
H A D | swdlgfact.cxx | 1357 SwInsFootNoteDlg* pDlg=NULL; in CreateInsFootNoteDlg() 1361 pDlg = new SwInsFootNoteDlg( pParent, rSh, bEd ); in CreateInsFootNoteDlg()
|
Completed in 22 milliseconds