/trunk/main/vcl/source/control/ |
H A D | imgctrl.cxx | 110 const Rectangle aDrawRect( rPos, rSize ); in ImplDraw() local 123 rDev.DrawText( aDrawRect, sText, nTextStyle ); in ImplDraw() 133 rDev.DrawImage( lcl_centerWithin( aDrawRect, rBitmapSize ), *pImage, nStyle ); in ImplDraw() 139 const Size aPaintSize = lcl_calcPaintSize( aDrawRect, rBitmapSize ); in ImplDraw() 141 lcl_centerWithin( aDrawRect, aPaintSize ), in ImplDraw() 150 aDrawRect.TopLeft(), in ImplDraw() 151 aDrawRect.GetSize(), in ImplDraw()
|
/trunk/main/sc/source/ui/view/ |
H A D | gridwin4.cxx | 690 Rectangle aDrawRect( aPixRect ); in Draw() local 692 aDrawRect.Right() = nScrX - 1; in Draw() 694 aDrawRect.Left() = nScrX + aOutputData.GetScrW(); in Draw() 695 if (aDrawRect.Right() >= aDrawRect.Left()) in Draw() 696 pContentDev->DrawRect( aDrawRect ); in Draw() 700 Rectangle aDrawRect( aPixRect ); in Draw() local 701 aDrawRect.Top() = nScrY + aOutputData.GetScrH(); in Draw() 706 aDrawRect.Left() = nScrX; in Draw() 708 aDrawRect.Right() = nScrX + aOutputData.GetScrW() - 1; in Draw() 710 if (aDrawRect.Bottom() >= aDrawRect.Top()) in Draw() [all …]
|
H A D | drawvie4.cxx | 363 Rectangle aDrawRect = pObj->GetLogicRect(); in SetMarkedOriginalSize() local 366 pObj->Resize( aDrawRect.TopLeft(), Fraction( aOriginalSize.Width(), aDrawRect.GetWidth() ), in SetMarkedOriginalSize() 367 Fraction( aOriginalSize.Height(), aDrawRect.GetHeight() ) ); in SetMarkedOriginalSize()
|
/trunk/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 250 Rectangle aDrawRect( pIMapRectObj->GetRectangle( sal_False ) ); in CreateObj() local 253 aDrawRect.Intersection( aClipRect ); in CreateObj() 255 pSdrObj = (SdrObject*) new SdrRectObj( aDrawRect ); in CreateObj() 284 Rectangle aDrawRect( pIMapPolyObj->GetExtraEllipse() ); in CreateObj() local 287 aDrawRect.Intersection( aClipRect ); in CreateObj() 289 pSdrObj = (SdrObject*) new SdrCircObj( OBJ_CIRC, aDrawRect, 0, 36000 ); in CreateObj()
|
/trunk/main/desktop/source/splash/ |
H A D | splash.cxx | 646 Rectangle aDrawRect( Point(_tlx, _tly), Size( _barwidth, _barheight ) ); in Paint() local 649 if( GetNativeControlRegion( CTRL_INTROPROGRESS, PART_ENTIRE_CONTROL, aDrawRect, in Paint() 654 aDrawRect.Top() -= (nProgressHeight - _barheight)/2; in Paint() 655 aDrawRect.Bottom() += (nProgressHeight - _barheight)/2; in Paint() 658 if( (bNativeOK = DrawNativeControl( CTRL_INTROPROGRESS, PART_ENTIRE_CONTROL, aDrawRect, in Paint()
|
/trunk/main/cui/source/tabpages/ |
H A D | backgrnd.cxx | 183 Rectangle aDrawRect; member in BackgroundPreviewImpl 204 aDrawRect( Point(0,0), GetOutputSizePixel() ), in BackgroundPreviewImpl() 209 Paint( aDrawRect ); in BackgroundPreviewImpl() 234 Paint( aDrawRect ); in NotifyChange() 291 Invalidate( aDrawRect ); in NotifyChange() 305 DrawRect( aDrawRect ); in Paint()
|
/trunk/main/embeddedobj/test/Container1/ |
H A D | BitmapPainter.java | 77 … BitmapPainter( XJob xJob, XWindow xWindow, XBitmap xBitmap, com.sun.star.awt.Rectangle aDrawRect ) in BitmapPainter() argument 98 m_aDrawRect = aDrawRect; in BitmapPainter()
|
/trunk/main/sd/source/ui/view/ |
H A D | sdview.cxx | 949 Rectangle aDrawRect( pObj->GetLogicRect() ); in SetMarkedOriginalSize() local 952 pObj->Resize( aDrawRect.TopLeft(), Fraction( aOleSize.Width(), aDrawRect.GetWidth() ), in SetMarkedOriginalSize() 953 Fraction( aOleSize.Height(), aDrawRect.GetHeight() ) ); in SetMarkedOriginalSize()
|
/trunk/main/cui/source/dialogs/ |
H A D | hlmarkwn.cxx | 96 Rectangle aDrawRect( Point( 0, 0 ), GetSizePixel() ); in Paint() local 110 DrawText( aDrawRect, aStrMessage, TEXT_DRAW_LEFT | TEXT_DRAW_MULTILINE | TEXT_DRAW_WORDBREAK ); in Paint()
|
/trunk/main/sw/source/core/layout/ |
H A D | layact.cxx | 341 SwRect aDrawRect( pCnt->PaintArea() ); in PaintCntnt() local 344 (aDrawRect.*fnRect->fnSetTop)( nOldBottom ); in PaintCntnt() 345 _PaintCntnt( pCnt, pPage, aDrawRect ); in PaintCntnt()
|
/trunk/main/vcl/source/window/ |
H A D | status.cxx | 544 Rectangle aDrawRect( rPos, Size( nFullWidth, nPrgsHeight ) ); in DrawProgress() local 545 Rectangle aControlRegion( aDrawRect ); in DrawProgress()
|