Searched refs:aControlRegion (Results 1 – 5 of 5) sorted by relevance
/trunk/main/vcl/source/control/ |
H A D | scrbar.cxx | 342 const Rectangle aControlRegion( Point(0,0), aSize ); in ImplCalc() local 382 maTrackRect = aControlRegion; in ImplCalc() 436 maTrackRect = aControlRegion; in ImplCalc() 884 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplDoMouseAction() local 890 aControlRegion, rMousePos, bIsInside )? in ImplDoMouseAction() 903 aControlRegion, rMousePos, bIsInside )? in ImplDoMouseAction() 997 aControlRegion, rMousePos, bIsInside )? in MouseButtonDown() 1011 aControlRegion, rMousePos, bIsInside )? in MouseButtonDown() 1351 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplFindPartRect() local 1354 aControlRegion, rPt, bIsInside )? in ImplFindPartRect() [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 | 1162 Rectangle aControlRegion( Point( 0, 0 ), m_aProgressBar.GetSizePixel() ); in Resize() local 1164 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize() 1605 Rectangle aControlRegion( Point( 0, 0 ), m_aProgressBar.GetSizePixel() ); in Resize() local 1607 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize()
|
Completed in 67 milliseconds