Lines Matching refs:mpParent

164 	mpParent            = NULL;         // parent (inkl. BorderWindow)  in WindowImpl()
333 if ( pChild->mpWindowImpl->mpParent != pWindow ) in ImplDbgCheckWindow()
1041 mpWindowImpl->mpParent = pParent; in ImplInsertWindow()
1121 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in ImplRemoveWindow()
1125 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1702 else if ( mpWindowImpl->mpParent ) in ImplInitResolutionSettings()
1704 mnDPIX = mpWindowImpl->mpParent->mnDPIX; in ImplInitResolutionSettings()
1705 mnDPIY = mpWindowImpl->mpParent->mnDPIY; in ImplInitResolutionSettings()
2335 pWindow = mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild; in ImplCalcOverlapRegion()
3310 …if( !bnXRecycled && mpWindowImpl->mpParent && !mpWindowImpl->mpParent->mpWindowImpl->mbFrame && mp… in ImplPosSizeWindow()
3313 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow()
3327 …if( !bnXRecycled && mpWindowImpl->mpParent && !mpWindowImpl->mpParent->mpWindowImpl->mbFrame && mp… in ImplPosSizeWindow()
3332 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow()
3462 bParentPaint = mpWindowImpl->mpParent->IsPaintEnabled(); in ImplPosSizeWindow()
3559 …if ( !ImplIsOverlapWindow() && !mpWindowImpl->mbReallyVisible && (mpWindowImpl->mpParent->mpWindow… in ImplToBottomChild()
3565 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in ImplToBottomChild()
3567 mpWindowImpl->mpPrev = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in ImplToBottomChild()
3568 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = this; in ImplToBottomChild()
4072 pParent = pParent->mpWindowImpl->mpParent; in ImplGrabFocus()
5207 if ( mpWindowImpl->mpParent && !ImplIsOverlapWindow() ) in PreNotify()
5208 bDone = mpWindowImpl->mpParent->PreNotify( rNEvt ); in PreNotify()
5393 if ( mpWindowImpl->mpParent && !ImplIsOverlapWindow() ) in Notify()
5394 nRet = mpWindowImpl->mpParent->Notify( rNEvt ); in Notify()
5684 mpWindowImpl->mpBorderWindow->mpWindowImpl->mpParent in SetBorderStyle()
5694 mpWindowImpl->mpRealParent = pBorderWin->mpWindowImpl->mpParent; in SetBorderStyle()
5696 SetParent( pBorderWin->mpWindowImpl->mpParent ); in SetBorderStyle()
6046 mpWindowImpl->mpParent->mpWindowImpl->mbClipChildren = sal_True; in SetParentClipMode()
6354 if ( mpWindowImpl->mpParent == pNewParent ) in SetParent()
7099 pRefWindow = mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild; in SetZOrder()
7107 pRefWindow = mpWindowImpl->mpParent->mpWindowImpl->mpLastChild; in SetZOrder()
7116 …DBG_ASSERT( pRefWindow->mpWindowImpl->mpParent == mpWindowImpl->mpParent, "Window::SetZOrder() - p… in SetZOrder()
7140 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in SetZOrder()
7144 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()
7146 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = this; in SetZOrder()
7178 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in SetZOrder()
7182 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in SetZOrder()
7184 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = this; in SetZOrder()
7443 …if( mpWindowImpl->mpParent && !mpWindowImpl->mpParent->mpWindowImpl->mbFrame && mpWindowImpl->mpPa… in ImplGetUnmirroredOutOffX()
7446 offx -= mpWindowImpl->mpParent->mnOutOffX; in ImplGetUnmirroredOutOffX()
7448 offx = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - offx; in ImplGetUnmirroredOutOffX()
7451 offx += mpWindowImpl->mpParent->mnOutOffX; in ImplGetUnmirroredOutOffX()
8178 if( mpWindowImpl->mpParent ) in GetDisplayBackground()
8179 return mpWindowImpl->mpParent->GetDisplayBackground(); in GetDisplayBackground()
8186 mpWindowImpl->mpParent ) in GetDisplayBackground()
8187 return mpWindowImpl->mpParent->GetDisplayBackground(); in GetDisplayBackground()
8908 Window* pParent = mpWindowImpl->mpParent; in GetAccessibleParentWindow()
8926 pParent = pParent->mpWindowImpl->mpParent; in GetAccessibleParentWindow()
9377 …pParent = pParent->mpWindowImpl->mpParent; // do not use GetParent() to find borderwindows that ar… in IsAccessibilityEventsSuppressed()