Lines Matching refs:pNewRealWindow
3898 Window* pNewRealWindow; in ImplCallFocusChangeActivate() local
3905 pNewRealWindow = pNewOverlapWindow->ImplGetWindow(); in ImplCallFocusChangeActivate()
3909 if ( (pNewRealWindow->GetType() == WINDOW_FLOATINGWINDOW) && in ImplCallFocusChangeActivate()
3910 !pNewRealWindow->GetActivateMode() ) in ImplCallFocusChangeActivate()
3916 else if ( (pNewRealWindow->GetType() != WINDOW_FLOATINGWINDOW) || in ImplCallFocusChangeActivate()
3917 pNewRealWindow->GetActivateMode() ) in ImplCallFocusChangeActivate()
3961 if ( pNewRealWindow != pNewOverlapWindow ) in ImplCallFocusChangeActivate()
3963 if( ! pNewRealWindow->mpWindowImpl->mbActive ) in ImplCallFocusChangeActivate()
3965 pNewRealWindow->mpWindowImpl->mbActive = sal_True; in ImplCallFocusChangeActivate()
3966 pNewRealWindow->Activate(); in ImplCallFocusChangeActivate()
4129 Window* pNewRealWindow = pNewOverlapWindow->ImplGetWindow(); in ImplGrabFocus() local
4132 if ( pNewRealWindow != pNewOverlapWindow ) in ImplGrabFocus()
4134 pNewRealWindow->mpWindowImpl->mbActive = sal_True; in ImplGrabFocus()
4135 pNewRealWindow->Activate(); in ImplGrabFocus()