Home
last modified time | relevance | path

Searched refs:maLowerRect (Results 1 – 13 of 13) sorted by relevance

/trunk/main/vcl/source/control/
H A Dspinbtn.cxx144 maLowerRect = Rectangle( 0, 0, aSize.Width() / 2, aSize.Height() - 1 ); in Resize()
145 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize()
231 Invalidate( maLowerRect ); in MouseButtonDown()
264 Invalidate( maLowerRect ); in MouseButtonUp()
287 else if ( !maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
292 Invalidate( maLowerRect ); in MouseMove()
304 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove()
310 Invalidate( maLowerRect ); in MouseMove()
485 maFocusRect = _bUpper ? maUpperRect : maLowerRect; in ImplCalcFocusRect()
500 else if( maLowerRect.IsInside( rPt ) ) in ImplFindPartRect()
[all …]
H A Dspinfld.cxx48 rValue.maLowerRect = rLowerRect; in ImplGetSpinbuttonValue()
102 Rectangle aClipRect( rSpinbuttonValue.maLowerRect ); in ImplDrawNativeSpinfield()
429 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown()
433 Invalidate( maLowerRect ); in MouseButtonDown()
474 Invalidate( maLowerRect ); in MouseButtonUp()
508 sal_Bool bNewLowerIn = maLowerRect.IsInside( rMEvt.GetPosPixel() ); in MouseMove()
520 Invalidate( maLowerRect ); in MouseMove()
645 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in Paint()
829 Invalidate( maLowerRect ); in StateChanged()
899 else if( maLowerRect.IsInside( rPt ) ) in ImplFindPartRect()
[all …]
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx2557 maLowerRect = aEmptyRect; in ImplFormat()
2570 Rectangle aOldLowerRect = maLowerRect; in ImplFormat()
2575 maLowerRect = aEmptyRect; in ImplFormat()
2644 maLowerRect.Left() = maUpperRect.Left(); in ImplFormat()
2675 maLowerRect.Top() = maUpperRect.Top(); in ImplFormat()
2840 if ( aOldLowerRect != maLowerRect ) in ImplFormat()
2842 maPaintRect.Union( maLowerRect ); in ImplFormat()
3327 if ( maUpperRect.IsEmpty() || maLowerRect.IsEmpty() ) in ImplDrawSpin()
3346 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in ImplDrawSpin()
4021 sal_Bool bNewIn = maLowerRect.IsInside( aMousePos ); in ImplHandleMouseMove()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx169 pNew->maLowerRect = rDev.ImplLogicToDevicePixel( pSpVal->maLowerRect ); in lcl_transformControlValue()
H A Dsalgdilayout.cxx742 mirror(pSpVal->maLowerRect,pOutDev,bBack); in mirror()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx176 Rectangle maLowerRect; member in ToolBox
658 return maUpperRect.GetUnion( maLowerRect ); in GetScrollRect()
H A Dspin.hxx41 Rectangle maLowerRect; member in SpinButton
H A Dspinfld.hxx42 Rectangle maLowerRect; member in SpinField
H A Dsalnativewidgets.hxx390 Rectangle maLowerRect; member in SpinbuttonValue
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx582 …rtSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iStat… in ImplDrawNativeControl()
607 …rtSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iStat… in ImplDrawNativeControl()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx252 aButtonRect.Union( pSpinVal->maLowerRect );; in drawNativeControl()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx1112 aSpinRect.Union( pSpinButtonVal->maLowerRect ); in drawNativeControl()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1960 pixmapRect.Union( pSpinVal->maLowerRect ); in NWPaintGTKSpinBox()

Completed in 102 milliseconds