Home
last modified time | relevance | path

Searched refs:rTargetOutDev (Results 1 – 5 of 5) sorted by path

/trunk/main/basctl/source/dlged/
H A Ddlged.cxx638 OutputDevice& rTargetOutDev = pTargetPaintWindow->GetTargetOutputDevice(); in IMPL_LINK() local
639 rTargetOutDev.DrawWallpaper(aPaintRect, Wallpaper(Color(COL_WHITE))); in IMPL_LINK()
/trunk/main/drawinglayer/inc/drawinglayer/processor2d/
H A Dprocessor2dtools.hxx54 OutputDevice& rTargetOutDev,
73 OutputDevice& rTargetOutDev,
/trunk/main/drawinglayer/source/processor2d/
H A Dprocessor2dtools.cxx40 OutputDevice& rTargetOutDev, in createPixelProcessor2DFromOutputDevice() argument
44 return new VclPixelProcessor2D(rViewInformation2D, rTargetOutDev); in createPixelProcessor2DFromOutputDevice()
48 OutputDevice& rTargetOutDev, in createProcessor2DFromOutputDevice() argument
51 const GDIMetaFile* pMetaFile = rTargetOutDev.GetConnectMetaFile(); in createProcessor2DFromOutputDevice()
57 return new VclMetafileProcessor2D(rViewInformation2D, rTargetOutDev); in createProcessor2DFromOutputDevice()
63 rTargetOutDev, in createProcessor2DFromOutputDevice()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx161 OutputDevice& rTargetOutDev = pTargetPaintWindow->GetTargetOutputDevice(); in Paint() local
162 rTargetOutDev.DrawWallpaper(rRect, Wallpaper(pPgView->GetApplicationDocumentColor())); in Paint()
/trunk/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx179 OutputDevice& rTargetOutDev = GetPageWindow().GetPaintWindow().GetTargetOutputDevice(); in DoProcessDisplay() local
201 const Size aOutputSizePixel(rTargetOutDev.GetOutputSizePixel()); in DoProcessDisplay()
213 aDiscreteClipRange.transform(rTargetOutDev.GetViewTransformation()); in DoProcessDisplay()
229 aViewRange.transform(rTargetOutDev.GetInverseViewTransformation()); in DoProcessDisplay()
235 rTargetOutDev.GetViewTransformation(), in DoProcessDisplay()
259 rTargetOutDev, in DoProcessDisplay()
335 const OutputDevice& rTargetOutDev = GetPageWindow().GetPaintWindow().GetTargetOutputDevice(); in IsAreaVisible() local
336 const Size aOutputSizePixel(rTargetOutDev.GetOutputSizePixel()); in IsAreaVisible()
339 aLogicViewRange.transform(rTargetOutDev.GetInverseViewTransformation()); in IsAreaVisible()

Completed in 29 milliseconds