Lines Matching refs:aVDev
671 VirtualDevice aVDev; in GetGraphic() local
751 pLocalView.reset( new FmFormView( PTR_CAST( FmFormModel, mpDoc ), &aVDev ) ); in GetGraphic()
755 pLocalView.reset( new SdrView( mpDoc, &aVDev ) ); in GetGraphic()
774 aVDev.SetMapMode( aMap ); in GetGraphic()
776 …aVDev.SetDrawMode( aVDev.GetDrawMode() | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_… in GetGraphic()
777 aVDev.EnableOutput( sal_False ); in GetGraphic()
778 aMtf.Record( &aVDev ); in GetGraphic()
786 pView = new FmFormView( PTR_CAST( FmFormModel, mpDoc ), &aVDev ); in GetGraphic()
790 pView = new SdrView( mpDoc, &aVDev ); in GetGraphic()
809 aVDev.Push(); in GetGraphic()
811 aVDev.SetRelativeMapMode( aVMap ); in GetGraphic()
812 aVDev.IntersectClipRegion( aClipRect ); in GetGraphic()
817 pView->CompleteRedraw(&aVDev, Region(Rectangle(Point(), aNewSize)), &aRedirector); in GetGraphic()
819 aVDev.Pop(); in GetGraphic()
990 …aOut.SetDrawMode( aVDev.GetDrawMode() | DRAWMODE_SETTINGSLINE | DRAWMODE_SETTINGSFILL | DRAWMODE_S… in GetGraphic()