Lines Matching refs:GetWindow

128 			pEvent = new BrowserMouseEvent(pEvt->GetWindow(),  in Set()
256 if (IsEditing() && Controller()->GetWindow().IsVisible()) in GetFocus()
257 Controller()->GetWindow().GrabFocus(); in GetFocus()
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()
443 aCellController->GetWindow().GrabFocus(); in RowHeightChanged()
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()
601 for (pWin = pWin->GetWindow(WINDOW_FIRSTCHILD); in implActivateCellOnMouseEvent()
603 pWin = pWin->GetWindow(WINDOW_NEXT)) in implActivateCellOnMouseEvent()
642 if ( (IsEditing() && Controller()->GetWindow().HasChildPathFocus()) in PreNotify()
643 || rEvt.GetWindow() == &GetDataWindow() in PreNotify()
678 aController->GetWindow().GrabFocus(); in PreNotify()
739 aController->GetWindow().GrabFocus(); in PreNotify()
912 aController->GetWindow().GrabFocus(); in IsCursorMoveAllowed()
933 if (!Controller()->GetWindow().IsVisible()) in IsCursorMoveAllowed()
937 aController->GetWindow().GrabFocus(); in IsCursorMoveAllowed()
988 Controller()->GetWindow().GrabFocus(); in ColumnMoved()
1169 Controller()->GetWindow().GrabFocus(); in ColumnResized()
1237 rController->GetWindow().SetPosSizePixel(rRect.TopLeft(), rRect.GetSize()); in ResizeController()
1386 DBG_ASSERT( bSuspended == !GetWindow().IsVisible(), "CellController::suspend: inconsistence!" ); in suspend()
1390 GetWindow().Hide( ); in suspend()
1391 GetWindow().Disable( ); in suspend()
1399 DBG_ASSERT( bSuspended == !GetWindow().IsVisible(), "CellController::resume: inconsistence!" ); in resume()
1402 GetWindow().Enable( ); in resume()
1403 GetWindow().Show( ); in resume()