Home
last modified time | relevance | path

Searched refs:SwInsFootNoteDlg (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/misc/
H A Dinsfnote.cxx57 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 …]
/trunk/main/sw/source/ui/inc/
H A Dinsfnote.hxx39 class SwInsFootNoteDlg: public SvxStandardDialog class
77 SwInsFootNoteDlg(Window * pParent, SwWrtShell &rSh, sal_Bool bEd = sal_False);
78 ~SwInsFootNoteDlg();
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.hxx274 class SwInsFootNoteDlg;
277 DECL_ABSTDLG_BASE(AbstractInsFootNoteDlg_Impl,SwInsFootNoteDlg)
H A Dswdlgfact.cxx1357 SwInsFootNoteDlg* pDlg=NULL; in CreateInsFootNoteDlg()
1361 pDlg = new SwInsFootNoteDlg( pParent, rSh, bEd ); in CreateInsFootNoteDlg()

Completed in 23 milliseconds