Home | History | Annotate | Download | only in pdfwindow

Lines Matching refs:bExit

181 		FX_BOOL bExit = FALSE;

186 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), 0 , swClipboard, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, 0);
188 if (bExit) return;
199 FX_BOOL bExit = FALSE;
200 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,0);
201 if (bExit) return;
928 FX_BOOL bExit = FALSE;
938 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), FWL_VKEY_Delete, strChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
940 if (bExit) return FALSE;
950 FX_BOOL bExit = FALSE;
951 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,nFlag);
952 if (bExit) return FALSE;
1007 FX_BOOL bExit = FALSE;
1038 m_pFillerNotify->OnBeforeKeyStroke(TRUE, GetAttachedData(), nKeyCode, swChange, strChangeEx, nSelStart, nSelEnd, TRUE, bRC, bExit, nFlag);
1043 if (bExit) return FALSE;
1060 m_pFillerNotify->OnAfterKeyStroke(TRUE, GetAttachedData(), bExit,nFlag);
1061 if (bExit) return FALSE;