Lines Matching refs:Controller
256 if (IsEditing() && Controller()->GetWindow().IsVisible()) in GetFocus()
257 Controller()->GetWindow().GrabFocus(); in GetFocus()
441 CellControllerRef aCellController( Controller() ); in RowHeightChanged()
511 CellControllerRef aCellController(Controller()); in MouseButtonDown()
642 if ( (IsEditing() && Controller()->GetWindow().HasChildPathFocus()) in PreNotify()
933 if (!Controller()->GetWindow().IsVisible()) in IsCursorMoveAllowed()
986 CellControllerRef aControllerRef = Controller(); in ColumnMoved()
988 Controller()->GetWindow().GrabFocus(); in ColumnMoved()
1167 CellControllerRef aControllerRef = Controller(); in ColumnResized()
1169 Controller()->GetWindow().GrabFocus(); in ColumnResized()
1360 Controller()->resume(); in EnableAndShow()