Home
last modified time | relevance | path

Searched refs:aDrawRect (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/vcl/source/control/
H A Dimgctrl.cxx110 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()
/aoo42x/main/sc/source/ui/view/
H A Dgridwin4.cxx690 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 Ddrawvie4.cxx363 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()
/aoo42x/main/svx/source/dialog/
H A Dimapwnd.cxx250 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()
/aoo42x/main/desktop/source/splash/
H A Dsplash.cxx646 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()
/aoo42x/main/cui/source/tabpages/
H A Dbackgrnd.cxx183 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()
/aoo42x/main/embeddedobj/test/Container1/
H A DBitmapPainter.java77 … BitmapPainter( XJob xJob, XWindow xWindow, XBitmap xBitmap, com.sun.star.awt.Rectangle aDrawRect ) in BitmapPainter() argument
98 m_aDrawRect = aDrawRect; in BitmapPainter()
/aoo42x/main/sd/source/ui/view/
H A Dsdview.cxx949 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()
/aoo42x/main/cui/source/dialogs/
H A Dhlmarkwn.cxx96 Rectangle aDrawRect( Point( 0, 0 ), GetSizePixel() ); in Paint() local
110 DrawText( aDrawRect, aStrMessage, TEXT_DRAW_LEFT | TEXT_DRAW_MULTILINE | TEXT_DRAW_WORDBREAK ); in Paint()
/aoo42x/main/sw/source/core/layout/
H A Dlayact.cxx341 SwRect aDrawRect( pCnt->PaintArea() ); in PaintCntnt() local
344 (aDrawRect.*fnRect->fnSetTop)( nOldBottom ); in PaintCntnt()
345 _PaintCntnt( pCnt, pPage, aDrawRect ); in PaintCntnt()
/aoo42x/main/vcl/source/window/
H A Dstatus.cxx544 Rectangle aDrawRect( rPos, Size( nFullWidth, nPrgsHeight ) ); in DrawProgress() local
545 Rectangle aControlRegion( aDrawRect ); in DrawProgress()

Completed in 65 milliseconds