Home
last modified time | relevance | path

Searched refs:aEDConfirmPassword (Results 1 – 2 of 2) sorted by relevance

/trunk/main/uui/source/
H A Dpassworddlg.cxx58 ,aEDConfirmPassword( this, ResId( ED_CONFIRM_PASSWORD, *pResMgr )) in PasswordDialog()
80 aEDConfirmPassword.Hide(); in PasswordDialog()
82 aEDConfirmPassword.Enable( sal_False ); in PasswordDialog()
92 aEDConfirmPassword.Show(); in PasswordDialog()
94 aEDConfirmPassword.Enable( sal_True ); in PasswordDialog()
158 lcl_Move( aEDConfirmPassword, nDelta ); in PasswordDialog()
169 bool bPasswdMismatch = aEDConfirmPassword.GetText() != aEDPassword.GetText(); in IMPL_LINK()
170 bool bValid = (!aEDConfirmPassword.IsVisible() && bEDPasswdValid) || in IMPL_LINK()
171 (aEDConfirmPassword.IsVisible() && bEDPasswdValid && !bPasswdMismatch); in IMPL_LINK()
173 if (aEDConfirmPassword.IsVisible() && bPasswdMismatch) in IMPL_LINK()
H A Dpassworddlg.hxx42 Edit aEDConfirmPassword; member in PasswordDialog

Completed in 11 milliseconds