Lines Matching refs:pDev
97 MapMode aOldMode = pDev->GetMapMode(); in PrePrintDrawingLayer()
99 …pDev->SetMapMode( MapMode( MAP_100TH_MM, aMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PrePrintDrawingLayer()
105 mpTargetPaintWindow = pLocalDrawView->BeginDrawLayers(pDev, aRectRegion, true); in PrePrintDrawingLayer()
109 pDev->SetMapMode( aOldMode ); in PrePrintDrawingLayer()
121 MapMode aOldMode = pDev->GetMapMode(); in PostPrintDrawingLayer()
125 …pDev->SetMapMode( MapMode( MAP_100TH_MM, rMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PostPrintDrawingLayer()
143 pDev->SetMapMode( aOldMode ); in PostPrintDrawingLayer()
169 MapMode aOldMode = pDev->GetMapMode(); in PrintDrawingLayer()
173 …pDev->SetMapMode( MapMode( MAP_100TH_MM, rMMOffset, aOldMode.GetScaleX(), aOldMode.GetScaleY() ) ); in PrintDrawingLayer()
181 pDev->SetMapMode( aOldMode ); in PrintDrawingLayer()
206 sal_uLong nOldDrawMode = pDev->GetDrawMode(); in DrawSelectiveObjects()
209 pDev->SetDrawMode( nOldDrawMode | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | in DrawSelectiveObjects()
224 pPageView->DrawLayer(sal::static_int_cast<SdrLayerID>(nLayer), pDev); in DrawSelectiveObjects()
229 pDev->SetDrawMode(nOldDrawMode); in DrawSelectiveObjects()