Lines Matching refs:aController

276 …if (!aController->GetWindow().HasFocus() && (m_pFocusWhileRequest == Application::GetFocusWindow()…  in IMPL_LINK()
277 aController->GetWindow().GrabFocus(); in IMPL_LINK()
298 if (IsEditing() && nEditCol == nColumnId && aController->GetWindow().IsVisible()) in PaintField()
529 if (IsEditing() && aController->IsModified()) in MouseButtonDown()
567 else if (IsEditing() && !aController->GetWindow().IsEnabled()) in implActivateCellOnMouseEvent()
569 else if (IsEditing() && !aController->GetWindow().HasChildPathFocus()) in implActivateCellOnMouseEvent()
572 if (IsEditing() && aController->GetWindow().IsEnabled() && aController->WantMouseEvent()) in implActivateCellOnMouseEvent()
577 aController->GetWindow().GrabFocus(); in implActivateCellOnMouseEvent()
582 Window* pRealHandler = aController->GetWindow().FindWindow(aPos); in implActivateCellOnMouseEvent()
587 pRealHandler = &aController->GetWindow(); in implActivateCellOnMouseEvent()
598 Window *pWin = &aController->GetWindow(); in implActivateCellOnMouseEvent()
674 if (IsEditing() && aController->IsModified() && !((EditBrowseBox *) this)->SaveModified()) in PreNotify()
678 aController->GetWindow().GrabFocus(); in PreNotify()
727 && aController->MoveAllowed( *pKeyEvent ) in PreNotify()
735 if (IsEditing() && aController->IsModified() && !((EditBrowseBox *) this)->SaveModified()) in PreNotify()
739 aController->GetWindow().GrabFocus(); in PreNotify()
908 if (IsEditing() && aController->IsModified() && !((EditBrowseBox *) this)->SaveModified()) in IsCursorMoveAllowed()
912 aController->GetWindow().GrabFocus(); in IsCursorMoveAllowed()
937 aController->GetWindow().GrabFocus(); in IsCursorMoveAllowed()
1027 ResizeController(aController,aRect); in EndScroll()
1049 aController = GetController(nRow, nCol); in ActivateCell()
1050 if (aController.Is()) in ActivateCell()
1053 ResizeController(aController, aRect); in ActivateCell()
1055 InitController(aController, nEditRow, nEditCol); in ActivateCell()
1057 aController->ClearModified(); in ActivateCell()
1058 aController->SetModifyHdl(LINK(this,EditBrowseBox,ModifyHdl)); in ActivateCell()
1094 aOldController = aController; in DeactivateCell()
1095 aController.Clear(); in DeactivateCell()