Home
last modified time | relevance | path

Searched refs:aControlRegion (Results 1 – 5 of 5) sorted by relevance

/trunk/main/vcl/source/control/
H A Dscrbar.cxx342 const Rectangle aControlRegion( Point(0,0), aSize ); in ImplCalc() local
348aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn1Region ) && in ImplCalc()
350aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn2Region ) ) in ImplCalc()
373aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aTrackRegion ) ) in ImplCalc()
382 maTrackRect = aControlRegion; in ImplCalc()
404aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn1Region ) && in ImplCalc()
406aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aBtn2Region ) ) in ImplCalc()
429aControlRegion, 0, ImplControlValue(), rtl::OUString(), aBoundingRegion, aTrackRegion ) ) in ImplCalc()
436 maTrackRect = aControlRegion; in ImplCalc()
884 Rectangle aControlRegion( aPoint, GetOutputSizePixel() ); in ImplDoMouseAction() local
[all …]
H A Dslider.cxx194 … 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 Dstatus.cxx545 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 Dprintdlg.cxx2564 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 Ddp_gui_dialog2.cxx1159 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()