Home
last modified time | relevance | path

Searched refs:mpLastFocusWindow (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/window/
H A Dwindow.cxx173 mpLastFocusWindow = NULL; // window for focus restore in WindowImpl()
4007 if ( mpWindowImpl->mpLastFocusWindow && (mpWindowImpl->mpLastFocusWindow != this) && in ImplGrabFocus()
4009 mpWindowImpl->mpLastFocusWindow->IsEnabled() && in ImplGrabFocus()
4011 ! mpWindowImpl->mpLastFocusWindow->IsInModalMode() in ImplGrabFocus()
4013 mpWindowImpl->mpLastFocusWindow->GrabFocus(); in ImplGrabFocus()
4023 if ( mpWindowImpl->mpLastFocusWindow && (mpWindowImpl->mpLastFocusWindow != this) && in ImplGrabFocus()
4025 mpWindowImpl->mpLastFocusWindow->IsEnabled() && in ImplGrabFocus()
4027 ! mpWindowImpl->mpLastFocusWindow->IsInModalMode() in ImplGrabFocus()
4030 mpWindowImpl->mpLastFocusWindow->GrabFocus(); in ImplGrabFocus()
4085 pOverlapWindow->mpWindowImpl->mpLastFocusWindow = this; in ImplGrabFocus()
[all …]
H A Ddialog.cxx932 pFocusControl = ImplGetFirstOverlapWindow()->mpWindowImpl->mpLastFocusWindow; in GrabFocusToFirstControl()
H A Dwinproc.cxx1791 pOverlapWindow->ImplGetWindowImpl()->mpLastFocusWindow = pFocusWin; in IMPL_LINK()
/trunk/main/vcl/inc/
H A Dwindow.h257 Window* mpLastFocusWindow; member in WindowImpl

Completed in 74 milliseconds