Lines Matching refs:mpClientWindow
163 mpClientWindow = NULL; // Client-Window of a FrameWindow in WindowImpl()
765 ((Window*)pBorderWin)->mpWindowImpl->mpClientWindow = this; in ImplInit()
1188 Window *pClientWin = mpWindowImpl->mpClientWindow; in ImplCallMove()
1192 pClientWin = pClientWin->mpWindowImpl->mpClientWindow; in ImplCallMove()
3390 if ( mpWindowImpl->mpClientWindow ) in ImplPosSizeWindow()
3392 …mpWindowImpl->mpClientWindow->ImplPosSizeWindow( mpWindowImpl->mpClientWindow->mpWindowImpl->mnLef… in ImplPosSizeWindow()
3393 … mpWindowImpl->mpClientWindow->mpWindowImpl->mnTopBorder, in ImplPosSizeWindow()
3394 …mnOutWidth-mpWindowImpl->mpClientWindow->mpWindowImpl->mnLeftBorder-mpWindowImpl->mpClientWindow->… in ImplPosSizeWindow()
3395 …mnOutHeight-mpWindowImpl->mpClientWindow->mpWindowImpl->mnTopBorder-mpWindowImpl->mpClientWindow->… in ImplPosSizeWindow()
3400 mpWindowImpl->mpClientWindow->mpWindowImpl->maPos = mpWindowImpl->maPos; in ImplPosSizeWindow()
3403 if ( mpWindowImpl->mpClientWindow->IsVisible() ) in ImplPosSizeWindow()
3405 mpWindowImpl->mpClientWindow->ImplCallMove(); in ImplPosSizeWindow()
3409 mpWindowImpl->mpClientWindow->mpWindowImpl->mbCallMove = sal_True; in ImplPosSizeWindow()
4002 if ( mpWindowImpl->mpClientWindow ) in ImplGrabFocus()
4015 mpWindowImpl->mpClientWindow->GrabFocus(); in ImplGrabFocus()
5692 pBorderWin->mpWindowImpl->mpClientWindow = NULL; in SetBorderStyle()
9711 …eWindow->mpWindowImpl->mpClientWindow && mpWindowImpl->mpFrameWindow != mpWindowImpl->mpFrameWindo… in ImplNotifyIconifiedState()
9712 …mpWindowImpl->mpFrameWindow->mpWindowImpl->mpClientWindow->ImplCallEventListeners( bIconified ? VC… in ImplNotifyIconifiedState()