Searched refs:OPasswordDialog (Results 1 – 1 of 1) sorted by relevance
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | UserAdmin.cxx | 102 class OPasswordDialog : public ModalDialog class 120 OPasswordDialog( Window* pParent,const String& _sUserName); 126 OPasswordDialog::OPasswordDialog(Window* _pParent,const String& _sUserName) : in OPasswordDialog() function in OPasswordDialog 150 aOKBtn.SetClickHdl( LINK( this, OPasswordDialog, OKHdl_Impl ) ); in OPasswordDialog() 151 aEDOldPassword.SetModifyHdl( LINK( this, OPasswordDialog, ModifiedHdl ) ); in OPasswordDialog() 154 IMPL_LINK( OPasswordDialog, OKHdl_Impl, OKButton *, EMPTYARG ) in IMPL_LINK() argument 170 IMPL_LINK( OPasswordDialog, ModifiedHdl, Edit *, pEdit ) in IMPL_LINK() argument 293 OPasswordDialog aDlg(this,sName); in IMPL_LINK()
|
Completed in 13 milliseconds