Searched refs:NextPrevHdl (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/ui/misc/ |
H A D | insfnote.cxx | 205 IMPL_LINK( SwInsFootNoteDlg, NextPrevHdl, Button *, pBtn ) in IMPL_LINK() argument 259 aPrevBT.SetClickHdl(LINK(this, SwInsFootNoteDlg, NextPrevHdl)); in SwInsFootNoteDlg() 260 aNextBT.SetClickHdl(LINK(this, SwInsFootNoteDlg, NextPrevHdl)); in SwInsFootNoteDlg()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldedt.cxx | 126 aPrevBT.SetClickHdl(LINK(this, SwFldEditDlg, NextPrevHdl)); in SwFldEditDlg() 127 aNextBT.SetClickHdl(LINK(this, SwFldEditDlg, NextPrevHdl)); in SwFldEditDlg() 314 IMPL_LINK( SwFldEditDlg, NextPrevHdl, Button *, pButton ) in IMPL_LINK() argument
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | fldedt.hxx | 43 DECL_LINK( NextPrevHdl, Button *pBt = 0 );
|
H A D | insfnote.hxx | 70 DECL_LINK( NextPrevHdl, Button * );
|
Completed in 15 milliseconds