Home | History | Annotate | Download | only in fxfa

Lines Matching defs:bRet

32   bool bRet = hWidget->OnMouseEnter();
35 return bRet;
40 bool bRet = hWidget->OnMouseExit();
43 return bRet;
50 bool bRet = hWidget->OnLButtonDown(dwFlags, hWidget->Rotate2Normal(point));
51 if (bRet && m_pDocView->SetFocus(hWidget)) {
57 return bRet;
65 bool bRet = hWidget->OnLButtonUp(dwFlags, hWidget->Rotate2Normal(point));
68 return bRet;
74 bool bRet = hWidget->OnLButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
76 return bRet;
82 bool bRet = hWidget->OnMouseMove(dwFlags, hWidget->Rotate2Normal(point));
84 return bRet;
91 bool bRet =
94 return bRet;
100 bool bRet = hWidget->OnRButtonDown(dwFlags, hWidget->Rotate2Normal(point));
101 if (bRet && m_pDocView->SetFocus(hWidget)) {
106 return bRet;
112 bool bRet = hWidget->OnRButtonUp(dwFlags, hWidget->Rotate2Normal(point));
114 return bRet;
120 bool bRet = hWidget->OnRButtonDblClk(dwFlags, hWidget->Rotate2Normal(point));
122 return bRet;
128 bool bRet = hWidget->OnKeyDown(dwKeyCode, dwFlags);
131 return bRet;
137 bool bRet = hWidget->OnKeyUp(dwKeyCode, dwFlags);
139 return bRet;
145 bool bRet = hWidget->OnChar(dwChar, dwFlags);
147 return bRet;