Lines Matching refs:m_pFillerNotify
206 m_pFillerNotify(NULL) {} in CPWL_ComboBox()
468 if (m_pFillerNotify) { in SetPopup()
471 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, 0); in SetPopup()
482 m_pFillerNotify->QueryWherePopup(GetAttachedData(), fPopupMin, fPopupMax, in SetPopup()
504 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, 0); in SetPopup()
529 if (m_pFillerNotify) { in OnKeyDown()
530 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
534 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
550 if (m_pFillerNotify) { in OnKeyDown()
551 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
555 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnKeyDown()
588 if (m_pFillerNotify) { in OnChar()
589 m_pFillerNotify->OnPopupPreOpen(GetAttachedData(), bExit, nFlag); in OnChar()
593 m_pFillerNotify->OnPopupPostOpen(GetAttachedData(), bExit, nFlag); in OnChar()
641 m_pFillerNotify = pNotify; in SetFillerNotify()