Lines Matching refs:mpFrame

158 	mpFrame             = NULL;         // Pointer to frame window  in WindowImpl()
854 pParentFrame = pParent->mpWindowImpl->mpFrame; in ImplInit()
873 mpWindowImpl->mpFrame = pFrame; in ImplInit()
971 mpWindowImpl->mpFrame->GetClientSize( mnOutWidth, mnOutHeight ); in ImplInit()
1028 …DBG_ASSERT( mpWindowImpl->mpFrame != pFrameWindow->mpWindowImpl->mpFrame, "SetFrameParent to own" … in ImplSetFrameParent()
1029 DBG_ASSERT( mpWindowImpl->mpFrame, "no frame" ); in ImplSetFrameParent()
1030 SalFrame* pParentFrame = pParent ? pParent->mpWindowImpl->mpFrame : NULL; in ImplSetFrameParent()
1031 pFrameWindow->mpWindowImpl->mpFrame->SetParent( pParentFrame ); in ImplSetFrameParent()
1049 mpWindowImpl->mpFrame = pFrameParent->mpWindowImpl->mpFrame; in ImplInsertWindow()
1170 if( pParent->mpWindowImpl->mpFrame != mpWindowImpl->mpFrame ) in ImplCallMove()
1172 pParentFrame = pParent->mpWindowImpl->mpFrame; in ImplCallMove()
1178 SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry(); in ImplCallMove()
3130 mpWindowImpl->mpFrame = pWindow->mpWindowImpl->mpFrame; in ImplUpdateWindowPtr()
3649 mpWindowImpl->mpFrame->ToTop( nSysFlags ); in ImplToTop()
3877 (pCaptureWin->mpWindowImpl && pCaptureWin->mpWindowImpl->mpFrame == mpWindowImpl->mpFrame) in IMPL_LINK()
4099 mpWindowImpl->mpFrame->ToTop( SAL_FRAME_TOTOP_GRABFOCUS | SAL_FRAME_TOTOP_GRABFOCUS_ONLY ); in ImplGrabFocus()
4810 mpWindowImpl->mpFrame->SetCallback( NULL, NULL ); in ~Window()
4811 pSVData->mpDefInst->DestroyFrame( mpWindowImpl->mpFrame ); in ~Window()
5525 if ( mpWindowImpl->mpFrame->PostEvent( pSVEvent ) ) in PostUserEvent()
5550 if ( mpWindowImpl->mpFrame->PostEvent( pSVEvent ) ) in PostUserEvent()
6075 mpWindowImpl->mpFrame->ResetClipRegion(); in SetWindowRegionPixel()
6120 mpWindowImpl->mpFrame->BeginSetClipRegion(aRectangles.size()); in SetWindowRegionPixel()
6124 mpWindowImpl->mpFrame->UnionClipRegion( in SetWindowRegionPixel()
6131 mpWindowImpl->mpFrame->EndSetClipRegion(); in SetWindowRegionPixel()
6358 mpWindowImpl->mpFrame->SetParent( pNewParent->mpWindowImpl->mpFrame ); in SetParent()
6460 mpWindowImpl->mpFrame->ToTop( 0 ); in SetParent()
6511 mpWindowImpl->mpFrame->Show( sal_False, sal_False ); in Show()
6656 mpWindowImpl->mpFrame->Show( sal_True, bNoActivate ); in Show()
6666 mpWindowImpl->mpFrame->GetClientSize( nOutWidth, nOutHeight ); in Show()
7273 mpWindowImpl->mpFrame->SetAlwaysOnTop( bEnable ); in EnableAlwaysOnTop()
7329 …if( !(nFlags & WINDOW_POSSIZE_X) && bHasValidSize && pWindow->mpWindowImpl->mpFrame->maGeometry.nW… in SetPosSizePixel()
7337 myWidth = mpWindowImpl->mpFrame->GetUnmirroredGeometry().nWidth; in SetPosSizePixel()
7342 …nX = mpWindowImpl->mpFrame->GetUnmirroredGeometry().nX - pWindow->GetParent()->mpWindowImpl->mpFra… in SetPosSizePixel()
7343 mpWindowImpl->mpFrame->GetUnmirroredGeometry().nLeftDecoration; in SetPosSizePixel()
7344 …nX = pWindow->GetParent()->mpWindowImpl->mpFrame->GetUnmirroredGeometry().nX - mpWindowImpl->mpFra… in SetPosSizePixel()
7345 …pWindow->GetParent()->mpWindowImpl->mpFrame->GetUnmirroredGeometry().nWidth - myWidth - 1 - mpWind… in SetPosSizePixel()
7350 …nY = mpWindowImpl->mpFrame->GetUnmirroredGeometry().nY - pWindow->GetParent()->mpWindowImpl->mpFra… in SetPosSizePixel()
7351 mpWindowImpl->mpFrame->GetUnmirroredGeometry().nTopDecoration; in SetPosSizePixel()
7387 pWindow->mpWindowImpl->mpFrame->SetPosSize( nX, nY, nWidth, nHeight, nSysFlags ); in SetPosSizePixel()
7415 mpWindowImpl->mpFrameWindow->mpWindowImpl->mpFrame->GetWorkArea( rRect ); in GetDesktopRectPixel()
7479 SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry(); in OutputToAbsoluteScreenPixel()
7491 SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry(); in AbsoluteScreenToOutputPixel()
7503 SalFrameGeometry g = mpWindowImpl->mpFrame->GetUnmirroredGeometry(); in ImplOutputToUnmirroredAbsoluteScreenPixel()
7535 SalFrameGeometry g = mpWindowImpl->mpFrame->GetGeometry(); in ImplGetWindowExtentsRelative()
7788 mpWindowImpl->mpFrame->Flush( aWinRect ); in Flush()
7797 mpWindowImpl->mpFrame->Sync(); in Sync()
7900 mpWindowImpl->mpFrame->CaptureMouse( sal_True ); in CaptureMouse()
7918 mpWindowImpl->mpFrame->CaptureMouse( sal_False ); in ReleaseMouse()
7945 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in SetPointer()
7961 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in EnableChildPointerOverwrite()
7985 mpWindowImpl->mpFrame->SetPointerPos( aPos.X(), aPos.Y() ); in SetPointerPosPixel()
8030 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in ShowPointer()
8041 if (mpWindowImpl->mpFrame) in GetPointerState()
8045 aSalPointerState = mpWindowImpl->mpFrame->GetPointerState(); in GetPointerState()
8076 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in EnterWait()
8094 mpWindowImpl->mpFrame->SetPointer( ImplGetMousePointer() ); in LeaveWait()
8127 mpWindowImpl->mpFrame->SetTitle( rStr ); in SetText()
8407 return mpWindowImpl->mpFrame ? mpWindowImpl->mpFrame->GetSystemData() : NULL; in GetSystemData()
9662 pt.X() = mpWindowImpl->mpFrame->maGeometry.nWidth-1-pt.X(); in ImplMirrorFramePos()
9749 return mpWindowImpl->mpFrame->GetInputLanguage(); in GetInputLanguage()
9860 const sal_uInt32 nDisplay = static_cast< WinSalFrame* >( mpWindowImpl->mpFrame )->mnDisplay; in ImplGetCanvas()
10014 if( pChild->mpWindowImpl->mpFrame == mpWindowImpl->mpFrame && pChild->IsVisible() ) in ImplPaintToDevice()