Lines Matching refs:mpFrameWindow

160 	mpFrameWindow       = NULL;         // window to top level parent (same as frame window)  in WindowImpl()
874 mpWindowImpl->mpFrameWindow = this; in ImplInit()
1047 Window* pFrameParent = pParent->mpWindowImpl->mpFrameWindow; in ImplInsertWindow()
1050 mpWindowImpl->mpFrameWindow = pFrameParent; in ImplInsertWindow()
1350 if ( mpWindowImpl->mpFrameWindow->mpGraphics ) in ImplGetFrameGraphics()
1351 mpWindowImpl->mpFrameWindow->mbInitClipRegion = sal_True; in ImplGetFrameGraphics()
1353 mpWindowImpl->mpFrameWindow->ImplGetGraphics(); in ImplGetFrameGraphics()
1354 mpWindowImpl->mpFrameWindow->mpGraphics->ResetClipRegion(); in ImplGetFrameGraphics()
1355 return mpWindowImpl->mpFrameWindow->mpGraphics; in ImplGetFrameGraphics()
1478 if ( mpWindowImpl->mpFrameWindow != pWindow->mpWindowImpl->mpFrameWindow ) in ImplGetSameParent()
1910 mpWindowImpl->mpFrameWindow->ImplUpdateSysObjOverlapsClip(); in ImplUpdateSysObjClip()
2009 return mpWindowImpl->mpFrameWindow->ImplSetClipFlagOverlapWindows( bSysObjOnlySmaller ); in ImplSetClipFlag()
2089 …t( Rectangle( Point( 0, 0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->mpFrameW… in ImplClipBoundaries()
2327 …e( Rectangle( Point( 0, 0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWindowImpl->mpFrameW… in ImplCalcOverlapRegion()
2672 mpWindowImpl->mpFrameWindow->ImplInvalidateOverlapFrameRegion( rRegion ); in ImplInvalidateParentFrameRegion()
3094 if ( mpWindowImpl->mpFrameWindow->mpWindowImpl->mbPaintFrame ) in ImplUpdateAll()
3123 if ( mpWindowImpl->mpFrameWindow != pWindow->mpWindowImpl->mpFrameWindow ) in ImplUpdateWindowPtr()
3131 mpWindowImpl->mpFrameWindow = pWindow->mpWindowImpl->mpFrameWindow; in ImplUpdateWindowPtr()
3839 …if ( mpWindowImpl->mpFrameData->mbMouseIn && mpWindowImpl->mpFrameWindow->mpWindowImpl->mbReallyVi… in ImplCallMouseMove()
3849 (nX >= mpWindowImpl->mpFrameWindow->mnOutWidth) || in ImplCallMouseMove()
3850 (nY >= mpWindowImpl->mpFrameWindow->mnOutHeight)) && in ImplCallMouseMove()
3858 …ImplHandleMouseEvent( mpWindowImpl->mpFrameWindow, EVENT_MOUSEMOVE, bLeave, nX, nY, nTime, nCode, … in ImplCallMouseMove()
3867 …rEvent( mpWindowImpl->mpFrameData->mnMouseMoveId, LINK( mpWindowImpl->mpFrameWindow, Window, ImplG… in ImplGenerateMouseMove()
4049 if( pFrame != mpWindowImpl->mpFrameWindow && pFrame->mpWindowImpl->mpFrameData->mnFocusId ) in ImplGrabFocus()
4704 mpWindowImpl->mpFrameWindow->GrabFocus(); in ~Window()
6380 sal_Bool bNewFrame = pNewParent->mpWindowImpl->mpFrameWindow != mpWindowImpl->mpFrameWindow; in SetParent()
6921 Window* pSysWin = mpWindowImpl->mpFrameWindow->mpWindowImpl->mpFrameData->mpFirstOverlap; in EnableInput()
7415 mpWindowImpl->mpFrameWindow->mpWindowImpl->mpFrame->GetWorkArea( rRect ); in GetDesktopRectPixel()
7690 if ( mpWindowImpl->mpFrameWindow->mpWindowImpl->mbPaintFrame ) in HasPaintEvent()
7727 if ( mpWindowImpl->mpFrameWindow->mpWindowImpl->mbPaintFrame ) in Update()
8323 return mpWindowImpl->mpFrameWindow; in GetWindow()
8471 …if ( ImplGetParent() && mpWindowImpl->mpFrameWindow == ImplGetParent()->mpWindowImpl->mpFrameWindo… in ImplCallDeactivateListeners()
8502 ImplGetSVData()->maWinData.mpActiveApplicationFrame = mpWindowImpl->mpFrameWindow; in ImplCallActivateListeners()
8555 …dowImpl->mpFrameData->mxDropTargetListener = new DNDEventDispatcher( mpWindowImpl->mpFrameWindow ); in GetDropTarget()
9668 return (mpWindowImpl->mpFrameWindow->mpWindowImpl->mpFrameData->mnModalMode != 0); in IsInModalMode()
9672 Window* pFrameWindow = mpWindowImpl->mpFrameWindow; in ImplIncModalCount()
9677 while( pParent && pParent->mpWindowImpl->mpFrameWindow == pFrameWindow ) in ImplIncModalCount()
9681 pFrameWindow = pParent ? pParent->mpWindowImpl->mpFrameWindow : NULL; in ImplIncModalCount()
9686 Window* pFrameWindow = mpWindowImpl->mpFrameWindow; in ImplDecModalCount()
9691 while( pParent && pParent->mpWindowImpl->mpFrameWindow == pFrameWindow ) in ImplDecModalCount()
9695 pFrameWindow = pParent ? pParent->mpWindowImpl->mpFrameWindow : NULL; in ImplDecModalCount()
9709 …mpWindowImpl->mpFrameWindow->ImplCallEventListeners( bIconified ? VCLEVENT_WINDOW_MINIMIZE : VCLEV… in ImplNotifyIconifiedState()
9711 …if( mpWindowImpl->mpFrameWindow->mpWindowImpl->mpClientWindow && mpWindowImpl->mpFrameWindow != mp… in ImplNotifyIconifiedState()
9712 …mpWindowImpl->mpFrameWindow->mpWindowImpl->mpClientWindow->ImplCallEventListeners( bIconified ? VC… in ImplNotifyIconifiedState()
9721 if( pFrameWin != mpWindowImpl->mpFrameWindow ) in HasActiveChildFrame()