Searched refs:maLowerRect (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/vcl/source/control/ |
H A D | spinbtn.cxx | 146 maLowerRect = Rectangle( 0, 0, aSize.Width()/2, aSize.Height()-1 ); in Resize() 211 ImplDrawSpinButton( this, maUpperRect, maLowerRect, mbUpperIn, mbLowerIn, in Paint() 233 Invalidate( maLowerRect ); in MouseButtonDown() 266 Invalidate( maLowerRect ); in MouseButtonUp() 289 else if ( !maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove() 294 Invalidate( maLowerRect ); in MouseMove() 306 else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove() 312 Invalidate( maLowerRect ); in MouseMove() 487 maFocusRect = _bUpper ? maUpperRect : maLowerRect; in ImplCalcFocusRect() 502 else if( maLowerRect.IsInside( rPt ) ) in ImplFindPartRect() [all …]
|
H A D | spinfld.cxx | 48 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 …]
|
/aoo41x/main/vcl/source/window/ |
H A D | toolbox.cxx | 2557 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 …]
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdevnative.cxx | 169 pNew->maLowerRect = rDev.ImplLogicToDevicePixel( pSpVal->maLowerRect ); in lcl_transformControlValue()
|
H A D | salgdilayout.cxx | 742 mirror(pSpVal->maLowerRect,pOutDev,bBack); in mirror()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | spin.hxx | 41 Rectangle maLowerRect; member in SpinButton
|
H A D | spinfld.hxx | 42 Rectangle maLowerRect; member in SpinField
|
H A D | toolbox.hxx | 176 Rectangle maLowerRect; member in ToolBox 658 return maUpperRect.GetUnion( maLowerRect ); in GetScrollRect()
|
H A D | salnativewidgets.hxx | 390 Rectangle maLowerRect; member in SpinbuttonValue
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 582 …rtSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iStat… in ImplDrawNativeControl() 607 …rtSpinbuttonValues( pValue->mnLowerPart, pValue->mnLowerState, pValue->maLowerRect, &iPart, &iStat… in ImplDrawNativeControl()
|
/aoo41x/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 252 aButtonRect.Union( pSpinVal->maLowerRect );; in drawNativeControl()
|
/aoo41x/main/vcl/aqua/source/gdi/ |
H A D | salnativewidgets.cxx | 1112 aSpinRect.Union( pSpinButtonVal->maLowerRect ); in drawNativeControl()
|
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 1960 pixmapRect.Union( pSpinVal->maLowerRect ); in NWPaintGTKSpinBox()
|
Completed in 99 milliseconds