Home
last modified time | relevance | path

Searched refs:pOldFocusWindow (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow.cxx4104 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()
[all …]
H A Dwinproc.cxx1795 Window* pOldFocusWindow = pFocusWin; in IMPL_LINK() local
1796 if ( pOldFocusWindow ) in IMPL_LINK()
1798 Window* pOldOverlapWindow = pOldFocusWindow->ImplGetFirstOverlapWindow(); in IMPL_LINK()