Searched refs:bToModifyMatch (Results 1 – 1 of 1) sorted by relevance
233 …const bool bToModifyMatch = m_aPasswdToModifyED.GetText() == m_aReenterPasswdToModifyED.GetText(…235 m_aOk.Enable( bToOpenMatch && bToModifyMatch && !bBothEmpty );259 …const bool bToModifyMatch = m_aPasswdToModifyED.GetText() == m_aReenterPasswdToModifyED.GetText(… in IMPL_LINK() local260 const int nMismatch = (bToOpenMatch? 0 : 1) + (bToModifyMatch? 0 : 1); in IMPL_LINK()
Completed in 13 milliseconds