| /AOO41X/main/vcl/source/control/ |
| H A D | spinbtn.cxx | 147 maUpperRect = Rectangle( maLowerRect.TopRight(), aRect.BottomRight() ); in Resize() 151 maUpperRect = Rectangle( 0, 0, aSize.Width()-1, aSize.Height()/2 ); in Resize() 152 maLowerRect = Rectangle( maUpperRect.BottomLeft(), aRect.BottomRight() ); in Resize() 211 ImplDrawSpinButton( this, maUpperRect, maLowerRect, mbUpperIn, mbLowerIn, in Paint() 223 if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsUpperEnabled() ) ) in MouseButtonDown() 227 Invalidate( maUpperRect ); in MouseButtonDown() 259 Invalidate( maUpperRect ); in MouseButtonUp() 281 if ( !maUpperRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove() 286 Invalidate( maUpperRect ); in MouseMove() 297 else if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) && in MouseMove() [all …]
|
| H A D | spinfld.cxx | 47 rValue.maUpperRect = rUpperRect; in ImplGetSpinbuttonValue() 103 aClipRect.Union( rSpinbuttonValue.maUpperRect ); in ImplDrawNativeSpinfield() 423 if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseButtonDown() 427 Invalidate( maUpperRect ); in MouseButtonDown() 467 Invalidate( maUpperRect ); in MouseButtonUp() 490 sal_Bool bNewUpperIn = maUpperRect.IsInside( rMEvt.GetPosPixel() ); in MouseMove() 502 Invalidate( maUpperRect ); in MouseMove() 645 ImplDrawSpinButton( this, maUpperRect, maLowerRect, in Paint() 766 ImplCalcButtonAreas( this, aSize, maDropDownRect, maUpperRect, maLowerRect ); in Resize() 791 if ( maUpperRect.IsEmpty() ) in Resize() [all …]
|
| /AOO41X/main/vcl/source/window/ |
| H A D | toolbox.cxx | 2558 maUpperRect = aEmptyRect; in ImplFormat() 2571 Rectangle aOldUpperRect = maUpperRect; in ImplFormat() 2574 maUpperRect = aEmptyRect; in ImplFormat() 2640 maUpperRect.Left() = nLeft+nMax+TB_SPIN_OFFSET; in ImplFormat() 2641 maUpperRect.Right() = maUpperRect.Left()+TB_SPIN_SIZE-1; in ImplFormat() 2642 maUpperRect.Top() = nTop; in ImplFormat() 2644 maLowerRect.Left() = maUpperRect.Left(); in ImplFormat() 2645 maLowerRect.Right() = maUpperRect.Right(); in ImplFormat() 2646 maUpperRect.Bottom() = maUpperRect.Top() + in ImplFormat() 2647 (maLowerRect.Bottom()-maUpperRect.Top())/2; in ImplFormat() [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdevnative.cxx | 168 pNew->maUpperRect = rDev.ImplLogicToDevicePixel( pSpVal->maUpperRect ); in lcl_transformControlValue()
|
| H A D | salgdilayout.cxx | 741 mirror(pSpVal->maUpperRect,pOutDev,bBack); in mirror()
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | spinfld.hxx | 41 Rectangle maUpperRect; member in SpinField
|
| H A D | spin.hxx | 40 Rectangle maUpperRect; member in SpinButton
|
| H A D | toolbox.hxx | 175 Rectangle maUpperRect; member in ToolBox 658 return maUpperRect.GetUnion( maLowerRect ); in GetScrollRect()
|
| H A D | salnativewidgets.hxx | 389 Rectangle maUpperRect; member in SpinbuttonValue
|
| /AOO41X/main/vcl/win/source/gdi/ |
| H A D | salnativewidgets-luna.cxx | 577 …rtSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPart, &iStat… in ImplDrawNativeControl() 602 …rtSpinbuttonValues( pValue->mnUpperPart, pValue->mnUpperState, pValue->maUpperRect, &iPart, &iStat… in ImplDrawNativeControl()
|
| /AOO41X/main/vcl/unx/kde4/ |
| H A D | KDESalGraphics.cxx | 251 Rectangle aButtonRect( pSpinVal->maUpperRect); in drawNativeControl()
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salnativewidgets.cxx | 1111 Rectangle aSpinRect( pSpinButtonVal->maUpperRect ); in drawNativeControl()
|
| /AOO41X/main/vcl/unx/gtk/gdi/ |
| H A D | salnativewidgets-gtk.cxx | 1959 pixmapRect = pSpinVal->maUpperRect; in NWPaintGTKSpinBox()
|