Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dlayact.cxx326 SwRect aPaint( pCnt->PaintArea() ); in PaintCntnt() local
1452 SwRect aPaint( pLay->Frm() ); in FormatLayout() local
1468 aPaint.Left( aPaint.Left() - nBorderWidth - nSidebarWidth); in FormatLayout()
1469 aPaint.Right( aPaint.Right() + nBorderWidth ); in FormatLayout()
1474 aPaint.Left( aPaint.Left() - nBorderWidth ); in FormatLayout()
1475 aPaint.Right( aPaint.Right() + nBorderWidth + nSidebarWidth); in FormatLayout()
1482 aPaint.Top( aPaint.Top() - nBorderWidth ); in FormatLayout()
1483 aPaint.Bottom( aPaint.Bottom() + nBorderWidth ); in FormatLayout()
1507 aRegion -= aPaint; in FormatLayout()
1510 aRegion.ChangeOrigin( aPaint ); in FormatLayout()
[all …]
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx484 Bitmap aPaint( GetBitmap( aDstRect.TopLeft(), aDstSz ) ); in DrawTransparent() local
488 if( !!aPaint && !!aPolyMask ) in DrawTransparent()
490 BitmapWriteAccess* pW = aPaint.AcquireWriteAccess(); in DrawTransparent()
503 if( aPaint.GetBitCount() <= 8 ) in DrawTransparent()
591 aPaint.ReleaseAccess( pW ); in DrawTransparent()
593 DrawBitmap( aDstRect.TopLeft(), aPaint ); in DrawTransparent()
719 const Bitmap aPaint(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent() local
730 DrawBitmapEx(aDstRect.TopLeft(), BitmapEx(aPaint, aAlpha)); in DrawTransparent()
735 Bitmap aPaint, aMask; in DrawTransparent() local
750 aPaint = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
[all …]
H A Doutdev2.cxx2396 Bitmap aPaint( rBmp ), aMask( rMask ); in ImplPrintTransparent() local
2419 if( aSrcRect != Rectangle( aPt, aPaint.GetSizePixel() ) ) in ImplPrintTransparent()
2421 aPaint.Crop( aSrcRect ); in ImplPrintTransparent()
2428 aPaint.Mirror( nMirrFlags ); in ImplPrintTransparent()
2466 Bitmap aBandBmp(aPaint); in ImplPrintTransparent()
H A Dpdfwriter_impl2.cxx448 Bitmap aPaint, aMask; in playMetafile() local
472 aPaint = pVDev->GetBitmap( aPoint, aDstSizePixel ); in playMetafile()
495 … implWriteBitmapEx( rPos, rSize, BitmapEx( aPaint, aAlpha ), pDummyVDev, i_rContext ); in playMetafile()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx1052 ScRange aPaint( nCol1,nRow1,nTab1, nCol2,nRow2,nTab2 ); in SourceChanged() local
1055 if ( aPaint.aStart != rChanged || aPaint.aEnd != rChanged ) in SourceChanged()
1056 DataChanged( &aPaint ); in SourceChanged()

Completed in 58 milliseconds