Lines Matching refs:pOldFocusWindow
4104 Window* pOldFocusWindow = pSVData->maWinData.mpFocusWin; in ImplGrabFocus() local
4105 ImplDelData aOldFocusDel( pOldFocusWindow ); in ImplGrabFocus()
4109 if ( pOldFocusWindow ) in ImplGrabFocus()
4112 if ( pOldFocusWindow->mpWindowImpl->mpCursor ) in ImplGrabFocus()
4113 pOldFocusWindow->mpWindowImpl->mpCursor->ImplHide( true ); in ImplGrabFocus()
4118 if ( pOldFocusWindow ) in ImplGrabFocus()
4121 Window* pOldOverlapWindow = pOldFocusWindow->ImplGetFirstOverlapWindow(); in ImplGrabFocus()
4243 if ( pOldFocusWindow && ! aOldFocusDel.IsDelete() ) in ImplGrabFocus()
4245 if ( pOldFocusWindow->IsTracking() && in ImplGrabFocus()
4247 pOldFocusWindow->EndTracking( ENDTRACK_CANCEL | ENDTRACK_FOCUS ); in ImplGrabFocus()
4248 NotifyEvent aNEvt( EVENT_LOSEFOCUS, pOldFocusWindow ); in ImplGrabFocus()
4250 pOldFocusWindow->LoseFocus(); in ImplGrabFocus()
4251 pOldFocusWindow->ImplCallDeactivateListeners( this ); in ImplGrabFocus()
4272 if( pOldFocusWindow && in ImplGrabFocus()
4274 … ( pOldFocusWindow->GetDialogControlFlags() & WINDOW_DLGCTRL_FLOATWIN_POPUPMODEEND_CANCEL ) ) in ImplGrabFocus()
4280 …ImplCallActivateListeners( (pOldFocusWindow && ! aOldFocusDel.IsDelete()) ? pOldFocusWindow : NULL… in ImplGrabFocus()