| /trunk/main/vcl/source/control/ |
| H A D | scrbar.cxx | 342 const Rectangle aControlRegion( Point(0,0), aSize ); in ImplCalc() local 348 … aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn1Region ) && in ImplCalc() 350 … aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn2Region ) ) in ImplCalc() 373 … aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aTrackRegion ) ) in ImplCalc() 382 maTrackRect = aControlRegion; in ImplCalc() 404 … aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn1Region ) && in ImplCalc() 406 … aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn2Region ) ) in ImplCalc() 429 … aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aTrackRegion ) ) in ImplCalc() 436 maTrackRect = aControlRegion; in ImplCalc() 884 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplDoMouseAction() local [all …]
|
| H A D | slider.cxx | 194 … const Rectangle aControlRegion( Rectangle( Point(0,0), Size( SLIDER_THUMB_SIZE, 10 ) ) ); in ImplUpdateRects() local 197 aControlRegion, 0, ImplControlValue(), rtl::OUString(), in ImplUpdateRects() 228 … const Rectangle aControlRegion( Rectangle( Point(0,0), Size( 10, SLIDER_THUMB_SIZE ) ) ); in ImplUpdateRects() local 231 aControlRegion, 0, ImplControlValue(), rtl::OUString(), in ImplUpdateRects()
|
| /trunk/main/vcl/source/window/ |
| H A D | status.cxx | 545 Rectangle aControlRegion( aDrawRect ); in DrawProgress() local 571 …al_Bool bNativeOK = pWindow->DrawNativeControl( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in DrawProgress() 712 Rectangle aControlRegion( Rectangle( (const Point&)Point(), maPrgsFrameRect.GetSize() ) ); in ImplCalcProgressRect() local 714 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in ImplCalcProgressRect() 1749 Rectangle aControlRegion( (const Point&)Point(), Size( nCalcWidth, nMinHeight ) ); in CalcWindowSizePixel() local 1751 if( pThis->GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in CalcWindowSizePixel()
|
| H A D | printdlg.cxx | 2564 Rectangle aControlRegion( Point(), Size( 100, mnProgressHeight ) ); in implCalcProgressRect() local 2566 if( GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in implCalcProgressRect()
|
| /trunk/main/desktop/source/deployment/gui/ |
| H A D | dp_gui_dialog2.cxx | 1159 Rectangle aControlRegion( Point( 0, 0 ), m_aProgressBar.GetSizePixel() ); in Resize() local 1161 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize() 1602 Rectangle aControlRegion( Point( 0, 0 ), m_aProgressBar.GetSizePixel() ); in Resize() local 1604 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize()
|