Lines Matching refs:mpWindowImpl

250     mpWindowImpl->mbDialog  = sal_True;  in ImplInitDialogData()
326 …(pParent->mpWindowImpl->mpFrameData->mbNeedSysWindow && !(nSysWinMode & SYSTEMWINDOW_MODE_NOAUTOMO… in ImplInit()
334 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
335 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
336 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
337 mpWindowImpl->mpRealParent = pParent; in ImplInit()
341 mpWindowImpl->mbFrame = sal_True; in ImplInit()
342 mpWindowImpl->mbOverlapWin = sal_True; in ImplInit()
345 mpWindowImpl->mnStyle = nStyle; in ImplInit()
352 pBorderWin->mpWindowImpl->mpClientWindow = this; in ImplInit()
353 …pBorderWin->GetBorder( mpWindowImpl->mnLeftBorder, mpWindowImpl->mnTopBorder, mpWindowImpl->mnRigh… in ImplInit()
354 mpWindowImpl->mpBorderWindow = pBorderWin; in ImplInit()
355 mpWindowImpl->mpRealParent = pParent; in ImplInit()
373 mpWindowImpl->mnNativeBackground = PART_BACKGROUND_DIALOG; in ImplInitSettings()
391 while ( pWindow->mpWindowImpl->mpBorderWindow ) in ImplCenterDialog()
392 pWindow = pWindow->mpWindowImpl->mpBorderWindow; in ImplCenterDialog()
563 if ( mpWindowImpl->mxWindowPeer.is() && IsCreatedWithToolkit() && !IsInExecute() ) in Close()
857 mpDialogParent = pParent->mpWindowImpl->mpFrameWindow; in SetModalInputMode()
906 pOverlap = pOverlap->mpWindowImpl->mpFirstOverlap; in SetModalInputMode()
911 pOverlap = pOverlap->mpWindowImpl->mpNext; in SetModalInputMode()
932 pFocusControl = ImplGetFirstOverlapWindow()->mpWindowImpl->mpLastFocusWindow; in GrabFocusToFirstControl()