Searched refs:rTargetOutDev (Results 1 – 5 of 5) sorted by relevance
/trunk/main/svx/source/sdr/contact/ |
H A D | objectcontactofpageview.cxx | 179 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()
|
/trunk/main/drawinglayer/source/processor2d/ |
H A D | processor2dtools.cxx | 40 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/drawinglayer/inc/drawinglayer/processor2d/ |
H A D | processor2dtools.hxx | 54 OutputDevice& rTargetOutDev, 73 OutputDevice& rTargetOutDev,
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 161 OutputDevice& rTargetOutDev = pTargetPaintWindow->GetTargetOutputDevice(); in Paint() local 162 rTargetOutDev.DrawWallpaper(rRect, Wallpaper(pPgView->GetApplicationDocumentColor())); in Paint()
|
/trunk/main/basctl/source/dlged/ |
H A D | dlged.cxx | 638 OutputDevice& rTargetOutDev = pTargetPaintWindow->GetTargetOutputDevice(); in IMPL_LINK() local 639 rTargetOutDev.DrawWallpaper(aPaintRect, Wallpaper(Color(COL_WHITE))); in IMPL_LINK()
|
Completed in 81 milliseconds