Home
last modified time | relevance | path

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

/trunk/main/cui/source/dialogs/
H A Dpasswdomdlg.cxx123 PasswordReenterEdit_Impl m_aReenterPasswdToModifyED; member
165 m_aReenterPasswdToModifyED ( pParent, CUI_RES( ED_REENTER_PASSWD_TO_MODIFY ) ), in PasswordToOpenModifyDialog_Impl()
188 m_aReenterPasswdToModifyED.SetModifyHdl( aModifyLink ); in PasswordToOpenModifyDialog_Impl()
200 m_aReenterPasswdToModifyED.SetMaxTextLen( nMaxPasswdLen ); in PasswordToOpenModifyDialog_Impl()
225 if (m_aReenterPasswdToModifyED.GetText().Len() == 0)
226 m_aReenterPasswdToModifyED.Invalidate();
233 …const bool bToModifyMatch = m_aPasswdToModifyED.GetText() == m_aReenterPasswdToModifyED.GetText(…
259 …const bool bToModifyMatch = m_aPasswdToModifyED.GetText() == m_aReenterPasswdToModifyED.GetText(… in IMPL_LINK()
267 …enterEdit_Impl &rRepeatEdit = !bToOpenMatch? m_aReenterPasswdToOpenED : m_aReenterPasswdToModifyED; in IMPL_LINK()
279 m_aReenterPasswdToModifyED.SetText( aEmpty ); in IMPL_LINK()
[all …]

Completed in 18 milliseconds