Searched refs:maUpperRect (Results  1 – 13 of 13) sorted by relevance
| /aoo41x/main/vcl/source/control/ | 
| H A D | spinbtn.cxx | 151         maUpperRect = Rectangle( 0, 0, aSize.Width()-1, aSize.Height()/2 );  in Resize()211     ImplDrawSpinButton( this, maUpperRect, maLowerRect, mbUpperIn, mbLowerIn,  in Paint()
 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()
 303         Invalidate( maUpperRect );  in MouseMove()
 487     maFocusRect = _bUpper ? maUpperRect : maLowerRect;  in ImplCalcFocusRect()
 500     if( maUpperRect.IsInside( rPt ) )  in ImplFindPartRect()
 [all …]
 
 | 
| H A D | spinfld.cxx | 47     rValue.maUpperRect = rUpperRect;  in ImplGetSpinbuttonValue()423 		if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) )  in MouseButtonDown()
 427 			Invalidate( maUpperRect );  in MouseButtonDown()
 467 		Invalidate( maUpperRect );  in MouseButtonUp()
 502 				Invalidate( maUpperRect );  in MouseMove()
 791                 if ( maUpperRect.IsEmpty() )  in Resize()
 797                     aSize.Width() = maUpperRect.Left();  in Resize()
 830 				Invalidate( maUpperRect );  in StateChanged()
 897     if( maUpperRect.IsInside( rPt ) )  in ImplFindPartRect()
 898         return &maUpperRect;  in ImplFindPartRect()
 [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()
 2641                         maUpperRect.Right()  = maUpperRect.Left()+TB_SPIN_SIZE-1;  in ImplFormat()
 2642                         maUpperRect.Top()    = nTop;  in ImplFormat()
 2646                         maUpperRect.Bottom() = maUpperRect.Top() +  in ImplFormat()
 2672                         maUpperRect.Bottom() = maUpperRect.Top()+TB_SPIN_SIZE-1;  in ImplFormat()
 2673                         maUpperRect.Left()   = nLeft;  in ImplFormat()
 2677                         maUpperRect.Right()  = maUpperRect.Left() +  in ImplFormat()
 2845                 if ( aOldUpperRect != maUpperRect )  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 | spin.hxx | 40     Rectangle       maUpperRect;  member in SpinButton
 | 
| H A D | spinfld.hxx | 41 	Rectangle		maUpperRect;  member in SpinField
 | 
| H A D | toolbox.hxx | 175     Rectangle           maUpperRect;  member in ToolBox658     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()
 | 
        Completed in 155 milliseconds