Searched refs:mpFrameWindow (Results 1 – 9 of 9) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | window.cxx | 874 mpWindowImpl->mpFrameWindow = this; in ImplInit() 1050 mpWindowImpl->mpFrameWindow = pFrameParent; in ImplInsertWindow() 1350 if ( mpWindowImpl->mpFrameWindow->mpGraphics ) in ImplGetFrameGraphics() 1355 return mpWindowImpl->mpFrameWindow->mpGraphics; in ImplGetFrameGraphics() 1478 if ( mpWindowImpl->mpFrameWindow != pWindow->mpWindowImpl->mpFrameWindow ) in ImplGetSameParent() 3123 if ( mpWindowImpl->mpFrameWindow != pWindow->mpWindowImpl->mpFrameWindow ) in ImplUpdateWindowPtr() 3131 mpWindowImpl->mpFrameWindow = pWindow->mpWindowImpl->mpFrameWindow; in ImplUpdateWindowPtr() 6380 sal_Bool bNewFrame = pNewParent->mpWindowImpl->mpFrameWindow != mpWindowImpl->mpFrameWindow; in SetParent() 8323 return mpWindowImpl->mpFrameWindow; in GetWindow() 8471 …if ( ImplGetParent() && mpWindowImpl->mpFrameWindow == ImplGetParent()->mpWindowImpl->mpFrameWindo… in ImplCallDeactivateListeners() [all …]
|
H A D | window2.cxx | 174 … mpWindowImpl->mpOverlapData->mpSaveBackDev = new VirtualDevice( *mpWindowImpl->mpFrameWindow ); in ImplSaveOverlapBackground() 177 mpWindowImpl->mpFrameWindow->ImplUpdateAll(); in ImplSaveOverlapBackground() 185 mpWindowImpl->mpFrameWindow->ImplGetFrameDev( Point( mnOutOffX, mnOutOffY ), in ImplSaveOverlapBackground() 220 mpWindowImpl->mpFrameWindow->ImplDrawFrameDev( aDestPt, aDevPt, aDevSize, in ImplRestoreOverlapBackground() 226 mpWindowImpl->mpFrameWindow->ImplDrawFrameDev( aDestPt, aDevPt, aDevSize, in ImplRestoreOverlapBackground() 332 …mpWindowImpl->mpFrameWindow->ImplGetFrameBitmap( Point( mnOutOffX, mnOutOffY ), Size( mnOutWidth, … in SnapShot() 1435 return pTopmostParent->mpWindowImpl->mpFrameWindow; in ImplGetTopmostFrameWindow() 1516 return mpWindowImpl->mpFrameWindow; in ImplGetFrameWindow()
|
H A D | winproc.cxx | 1595 Window *pParent = pWindow->ImplGetWindowImpl()->mpFrameWindow; in KillOwnPopups() 1669 pWindow->ImplGetWindowImpl()->mpFrameWindow->ImplNotifyIconifiedState( bMinimized ); in ImplHandleResize() 1875 if ( pSVData->maWinData.mpTrackWin->ImplGetWindowImpl()->mpFrameWindow == pWindow ) in ImplHandleLoseFocus() 2160 pWindow->ImplGetWindowImpl()->mpFrameWindow->ImplCallMouseMove( nNewCode, sal_True ); in ImplHandleSalKeyMod()
|
H A D | wrkwin.cxx | 189 mpWindowImpl->mpFrameWindow->mpWindowImpl->mbWaitSystemResize = sal_True; in ShowFullScreenMode()
|
H A D | dialog.cxx | 857 mpDialogParent = pParent->mpWindowImpl->mpFrameWindow; in SetModalInputMode()
|
H A D | dockwin.cxx | 522 Size aFrameSize = mpWindowImpl->mpFrameWindow->GetOutputSizePixel(); in Tracking()
|
/trunk/main/vcl/source/app/ |
H A D | svapp.cxx | 1027 if( pData->mpWin && pData->mpWin->mpWindowImpl->mpFrameWindow && pEventData ) in IMPL_STATIC_LINK_NOINSTANCE() 1028 …ImplWindowFrameProc( pData->mpWin->mpWindowImpl->mpFrameWindow, NULL, (sal_uInt16) nEvent, pEventD… in IMPL_STATIC_LINK_NOINSTANCE() 1613 return pWin->mpWindowImpl->mpFrameWindow->ImplGetWindow(); in GetDefDialogParent() 1621 return pWin->mpWindowImpl->mpFrameWindow->ImplGetWindow(); in GetDefDialogParent() 1636 return pWin->mpWindowImpl->mpFrameWindow->ImplGetWindow(); in GetDefDialogParent()
|
/trunk/main/vcl/inc/ |
H A D | window.h | 244 Window* mpFrameWindow; member in WindowImpl
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 169 …if ( ((Window*)this)->mpWindowImpl->mpFrameWindow == ((Window*)pSrcDev)->mpWindowImpl->mpFrameWind… in ImplDrawOutDevDirect()
|
Completed in 85 milliseconds