Searched defs: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 884 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplDoMouseAction() local 994 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in MouseButtonDown() local 1351 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplFindPartRect() local
|
H A D | slider.cxx | 194 const Rectangle aControlRegion( Rectangle( Point(0,0), Size( SLIDER_THUMB_SIZE, 10 ) ) ); in ImplUpdateRects() local 228 const Rectangle aControlRegion( Rectangle( Point(0,0), Size( 10, SLIDER_THUMB_SIZE ) ) ); in ImplUpdateRects() local
|
/trunk/main/vcl/source/window/ |
H A D | status.cxx | 545 Rectangle aControlRegion( aDrawRect ); in DrawProgress() local 712 Rectangle aControlRegion( Rectangle( (const Point&)Point(), maPrgsFrameRect.GetSize() ) ); in ImplCalcProgressRect() local 1749 Rectangle aControlRegion( (const Point&)Point(), Size( nCalcWidth, nMinHeight ) ); in CalcWindowSizePixel() local
|
H A D | printdlg.cxx | 2564 Rectangle aControlRegion( Point(), Size( 100, mnProgressHeight ) ); in implCalcProgressRect() local
|
/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 1605 Rectangle aControlRegion( Point( 0, 0 ), m_aProgressBar.GetSizePixel() ); in Resize() local
|
Completed in 51 milliseconds