Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:bExit

41 			FX_BOOL bExit = FALSE;

42 OnNotifySelChanged(FALSE,bExit, nFlag);
43 if (bExit) return FALSE;
50 FX_BOOL CPWL_CBListBox::OnKeyDown(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag)
91 OnNotifySelChanged(TRUE,bExit, nFlag);
96 FX_BOOL CPWL_CBListBox::OnChar(FX_WORD nChar, FX_BOOL & bExit, FX_DWORD nFlag)
107 OnNotifySelChanged(TRUE,bExit,nFlag);
554 FX_BOOL bExit = FALSE;
555 if (m_pList->OnKeyDown(nChar,bExit,nFlag))
557 if (bExit) return FALSE;
565 FX_BOOL bExit = FALSE;
566 if (m_pList->OnKeyDown(nChar,bExit,nFlag))
568 if (bExit) return FALSE;
587 FX_BOOL bExit = FALSE;
595 if (m_pList->OnChar(nChar,bExit,nFlag))
597 return bExit;