Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Dlayact.cxx326 SwRect aPaint( pCnt->PaintArea() ); in PaintCntnt() local
327 if ( !_PaintCntnt( pCnt, pPage, aPaint ) ) in PaintCntnt()
1452 SwRect aPaint( pLay->Frm() ); in FormatLayout() local
1470 aPaint.Left( aPaint.Left() - nBorderWidth - nSidebarWidth); in FormatLayout()
1471 aPaint.Right( aPaint.Right() + nBorderWidth + nShadowWidth); in FormatLayout()
1476 aPaint.Left( aPaint.Left() - nBorderWidth ); in FormatLayout()
1477 aPaint.Right( aPaint.Right() + nBorderWidth + nShadowWidth + nSidebarWidth); in FormatLayout()
1484 aPaint.Top( aPaint.Top() - nBorderWidth ); in FormatLayout()
1485 aPaint.Bottom( aPaint.Bottom() + nBorderWidth + nShadowWidth); in FormatLayout()
1509 aRegion -= aPaint; in FormatLayout()
[all …]
/aoo41x/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.cxx2387 Bitmap aPaint( rBmp ), aMask( rMask ); in ImplPrintTransparent() local
2410 if( aSrcRect != Rectangle( aPt, aPaint.GetSizePixel() ) ) in ImplPrintTransparent()
2412 aPaint.Crop( aSrcRect ); in ImplPrintTransparent()
2419 aPaint.Mirror( nMirrFlags ); in ImplPrintTransparent()
2457 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()
/aoo41x/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 200 milliseconds