Searched refs:aOk (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/basic/source/runtime/ |
H A D | inputbox.cxx | 41 OKButton aOk; member in SvRTLInputBox 64 aOk( this ), aCancel( this ), aPromptText( this, WB_WORDBREAK ) in SvRTLInputBox() 72 aOk.Show(); in SvRTLInputBox() 87 aOk.SetSizePixel( LogicToPixel( Size( 45, 15) )); in InitButtons() 90 aOk.SetPosPixel( LogicToPixel( Point(aPos) )); in InitButtons() 93 aOk.SetClickHdl(LINK(this,SvRTLInputBox, OkHdl)); in InitButtons()
|
H A D | iosys.cxx | 83 OKButton aOk; member in SbiInputDialog 96 aOk( this ), aCancel( this ) in SbiInputDialog() 99 aOk.SetClickHdl( LINK( this, SbiInputDialog, Ok ) ); in SbiInputDialog() 111 aOk.SetPosSizePixel( aPt, aSz ); in SbiInputDialog() 117 aOk.Show(); in SbiInputDialog()
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | swrenamexnameddlg.cxx | 74 aOk(this, SW_RES(PB_OK)), in SwRenameXNamedDlg() 89 aOk.SetClickHdl(LINK(this, SwRenameXNamedDlg, OkHdl)); in SwRenameXNamedDlg() 91 aOk.Enable(sal_False); in SwRenameXNamedDlg() 134 aOk.Enable(sTmp.Len() && !xNameAccess->hasByName(sTmp) in IMPL_LINK()
|
H A D | gloslst.cxx | 82 OKButton aOk; member in SwGlossDecideDlg 102 aOk(this, SW_RES(PB_OK)), in SwGlossDecideDlg() 128 aOk.Enable(LISTBOX_ENTRY_NOTFOUND != aListLB.GetSelectEntryPos()); in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | glossary.cxx | 151 OKButton aOk; member in SwNewGlosNameDlg 180 aOk (this, SW_RES( BT_OKNEW)), in SwNewGlosNameDlg() 196 aOk.SetClickHdl(LINK(this, SwNewGlosNameDlg, Rename )); in SwNewGlosNameDlg() 906 aOk.Enable(bEnable); in IMPL_LINK_INLINE_END()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | swrenamexnameddlg.hxx | 52 OKButton aOk; member in SwRenameXNamedDlg
|
/aoo4110/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 768 OKButton aOk; member in SwAddStylesDlg_Impl 794 aOk( this, SW_RES(PB_OK )), in SwAddStylesDlg_Impl() 815 aOk.SetClickHdl(LINK(this, SwAddStylesDlg_Impl, OkHdl)); in SwAddStylesDlg_Impl()
|
Completed in 126 milliseconds