Searched refs:maPreRenderDevice (Results 1 – 2 of 2) sorted by relevance
46 if(maPreRenderDevice.GetOutputSizePixel() != mrOutputDevice.GetOutputSizePixel()) in PreparePreRenderDevice()48 maPreRenderDevice.SetOutputSizePixel(mrOutputDevice.GetOutputSizePixel()); in PreparePreRenderDevice()52 if(maPreRenderDevice.GetMapMode() != mrOutputDevice.GetMapMode()) in PreparePreRenderDevice()54 maPreRenderDevice.SetMapMode(mrOutputDevice.GetMapMode()); in PreparePreRenderDevice()58 maPreRenderDevice.SetDrawMode(mrOutputDevice.GetDrawMode()); in PreparePreRenderDevice()59 maPreRenderDevice.SetSettings(mrOutputDevice.GetSettings()); in PreparePreRenderDevice()71 sal_Bool bMapModeWasEnabledSource(maPreRenderDevice.IsMapModeEnabled()); in OutputPreRenderDevice()73 maPreRenderDevice.EnableMapMode(sal_False); in OutputPreRenderDevice()87 maPreRenderDevice); in OutputPreRenderDevice()131 maPreRenderDevice.EnableMapMode(bMapModeWasEnabledSource); in OutputPreRenderDevice()
52 VirtualDevice maPreRenderDevice; member in SdrPreRenderDevice62 OutputDevice& GetPreRenderDevice() { return maPreRenderDevice; } in GetPreRenderDevice()