Searched refs:aPrevBT (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/ui/fldui/ |
H A D | fldedt.cxx | 73 aPrevBT (this, SW_RES(BTN_FLDEDT_PREV)), in SwFldEditDlg() 112 aPrevBT.SetPosPixel(Point(GetOKButton()->GetPosPixel().X(), aPrevBT.GetPosPixel().Y())); in SwFldEditDlg() 115 aPrevBT.SetSizePixel(aNewSize); in SwFldEditDlg() 117 aNextBT.SetSizePixel(aPrevBT.GetSizePixel()); in SwFldEditDlg() 126 aPrevBT.SetClickHdl(LINK(this, SwFldEditDlg, NextPrevHdl)); in SwFldEditDlg() 163 aPrevBT.Enable( bMove ); in Init()
|
/trunk/main/sw/source/ui/misc/ |
H A D | insfnote.cxx | 245 aPrevBT (this,SW_RES(BT_PREV)), in SwInsFootNoteDlg() 259 aPrevBT.SetClickHdl(LINK(this, SwInsFootNoteDlg, NextPrevHdl)); in SwInsFootNoteDlg() 269 aPrevBT.Show(); in SwInsFootNoteDlg() 346 aPrevBT.Enable(bPrev); in Init()
|
/trunk/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 136 aPrevBT(this, SW_RES(BT_PREV )), in SwIndexMarkDlg() 171 aPrevBT .SetHelpId(HID_INSERT_IDX_MRK_PREV ); in SwIndexMarkDlg() 193 aPrevBT.SetClickHdl(LINK(this,SwIndexMarkDlg, PrevHdl)); in SwIndexMarkDlg() 292 aPrevBT.Enable( pMoveMark != pMark ); in InitControls() 299 aPrevBT.Show(); in InitControls() 724 if(!bNewMark && !aPrevBT.IsVisible() && !aNextBT.IsVisible()) in IMPL_LINK() 952 if( aPrevBT.IsVisible() ) in UpdateDialog() 957 aPrevBT.Enable( pMoveMark != pMark ); in UpdateDialog()
|
/trunk/main/sw/source/ui/inc/ |
H A D | fldedt.hxx | 38 ImageButton aPrevBT; member in SwFldEditDlg
|
H A D | insfnote.hxx | 63 ImageButton aPrevBT; member in SwInsFootNoteDlg
|
H A D | swuiidxmrk.hxx | 106 ImageButton aPrevBT; member in SwIndexMarkDlg
|
Completed in 23 milliseconds