Searched refs:mpFrameWindow (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/vcl/source/window/ |
| H A D | window.cxx | 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() [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 | 1592 Window *pParent = pWindow->ImplGetWindowImpl()->mpFrameWindow; in KillOwnPopups() 1666 pWindow->ImplGetWindowImpl()->mpFrameWindow->ImplNotifyIconifiedState( bMinimized ); in ImplHandleResize() 1872 if ( pSVData->maWinData.mpTrackWin->ImplGetWindowImpl()->mpFrameWindow == pWindow ) in ImplHandleLoseFocus() 2157 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; variable
|
| /trunk/main/vcl/source/gdi/ |
| H A D | outdev2.cxx | 169 …if ( ((Window*)this)->mpWindowImpl->mpFrameWindow == ((Window*)pSrcDev)->mpWindowImpl->mpFrameWind… in ImplDrawOutDevDirect()
|