Home | History | Annotate | Download | only in app

Lines Matching refs:bRet

27   bool bRet = hWidget->OnMouseEnter();
30 return bRet;
35 bool bRet = hWidget->OnMouseExit();
38 return bRet;
45 bool bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point));
46 if (bRet && m_pDocView->SetFocus(hWidget)) {
52 return bRet;
60 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point));
63 return bRet;
69 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
71 return bRet;
77 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point));
79 return bRet;
86 bool bRet =
89 return bRet;
95 bool bRet = hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point));
96 if (bRet && m_pDocView->SetFocus(hWidget)) {
101 return bRet;
107 bool bRet = hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point));
109 return bRet;
115 bool bRet = hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
117 return bRet;
123 bool bRet = hWidget->OnKeyDown(dwKeyCode, dwFlags);
126 return bRet;
132 bool bRet = hWidget->OnKeyUp(dwKeyCode, dwFlags);
134 return bRet;
140 bool bRet = hWidget->OnChar(dwChar, dwFlags);
142 return bRet;