Searched refs:screenRegion (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | outdevnative.cxx | 131 Rectangle screenRegion( rControlRegion ); in HitTestNativeControl() local 132 screenRegion.Move( aWinOffs.X(), aWinOffs.Y()); in HitTestNativeControl() 134 …return( mpGraphics->HitTestNativeControl(nType, nPart, screenRegion, Point( aPos.X() + mnOutOffX, … in HitTestNativeControl() 247 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControl() local 254 …sal_Bool bRet = mpGraphics->DrawNativeControl(nType, nPart, screenRegion, nState, *aScreenCtrlValu… in DrawNativeControl() 290 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in DrawNativeControlText() local 292 …sal_Bool bRet = mpGraphics->DrawNativeControlText(nType, nPart, screenRegion, nState, *aScreenCtrl… in DrawNativeControlText() 319 Rectangle screenRegion( ImplLogicToDevicePixel( rControlRegion ) ); in GetNativeControlRegion() local 321 …sal_Bool bRet = mpGraphics->GetNativeControlRegion(nType, nPart, screenRegion, nState, *aScreenCtr… in GetNativeControlRegion()
|
Completed in 5 milliseconds