Lines Matching refs:mrOutputDevice
34 : mrOutputDevice(rOriginal) in SdrPreRenderDevice()
45 if(maPreRenderDevice.GetOutputSizePixel() != mrOutputDevice.GetOutputSizePixel()) in PreparePreRenderDevice()
47 maPreRenderDevice.SetOutputSizePixel(mrOutputDevice.GetOutputSizePixel()); in PreparePreRenderDevice()
51 if(maPreRenderDevice.GetMapMode() != mrOutputDevice.GetMapMode()) in PreparePreRenderDevice()
53 maPreRenderDevice.SetMapMode(mrOutputDevice.GetMapMode()); in PreparePreRenderDevice()
57 maPreRenderDevice.SetDrawMode(mrOutputDevice.GetDrawMode()); in PreparePreRenderDevice()
58 maPreRenderDevice.SetSettings(mrOutputDevice.GetSettings()); in PreparePreRenderDevice()
64 const Region aRegionPixel(mrOutputDevice.LogicToPixel(rExpandedRegion)); in OutputPreRenderDevice()
69 sal_Bool bMapModeWasEnabledDest(mrOutputDevice.IsMapModeEnabled()); in OutputPreRenderDevice()
71 mrOutputDevice.EnableMapMode(sal_False); in OutputPreRenderDevice()
83 mrOutputDevice.DrawOutDev( in OutputPreRenderDevice()
96 mrOutputDevice.SetLineColor(aColor); in OutputPreRenderDevice()
97 mrOutputDevice.SetFillColor(); in OutputPreRenderDevice()
98 mrOutputDevice.DrawRect(*aRectIter); in OutputPreRenderDevice()
129 mrOutputDevice.EnableMapMode(bMapModeWasEnabledDest); in OutputPreRenderDevice()
187 : mrOutputDevice(rOut), in SdrPaintWindow()
226 GDIMetaFile* pMetaFile = mrOutputDevice.GetConnectMetaFile(); in OutputToRecordingMetaFile()
242 mpPreRenderDevice = new SdrPreRenderDevice(mrOutputDevice); in PreparePreRenderDevice()