Home
last modified time | relevance | path

Searched refs:aControlRect (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx266 const Rectangle aControlRect = getControlRect(); in Paint() local
271 aSlider.Top() += (aControlRect.GetHeight() - nSliderHeight)/2 - 1; in Paint()
327 aImagePoint.Y() += (aControlRect.GetHeight() - nButtonHeight)/2; in Paint()
333 aImagePoint.Y() += (aControlRect.GetHeight() - nIncDecHeight)/2; in Paint()
351 const Rectangle aControlRect = getControlRect(); in MouseButtonDown() local
353 const sal_Int32 nXDiff = aPoint.X() - aControlRect.Left(); in MouseButtonDown()
364 else if ( nXDiff >= aControlRect.GetWidth() - nSliderXOffset + nButtonLeftOffset && in MouseButtonDown()
365 nXDiff <= aControlRect.GetWidth() - nSliderXOffset + nButtonRightOffset ) in MouseButtonDown()
413 const Rectangle aControlRect = getControlRect(); in MouseMove() local
415 const sal_Int32 nXDiff = aPoint.X() - aControlRect.Left(); in MouseMove()
[all …]
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx1382 Rectangle aControlRect( rControlRegion ); in getNativeControlRegion() local
1383 rNativeContentRegion = aControlRect; in getNativeControlRegion()
1385 --aControlRect.Bottom(); in getNativeControlRegion()
1391 --aControlRect.Right(); in getNativeControlRegion()
1395 aControlRect.Left() -= 2; in getNativeControlRegion()
1399 aControlRect.Right() += 2; in getNativeControlRegion()
1401 aControlRect.Right() += 1; in getNativeControlRegion()
1403 aControlRect.Top() -= 2; in getNativeControlRegion()
1404 aControlRect.Bottom() += 2; in getNativeControlRegion()
1407 rNativeBoundingRegion = aControlRect; in getNativeControlRegion()

Completed in 28 milliseconds