Searched refs:aContentVDev (Results 1 – 1 of 1) sorted by relevance
246 VirtualDevice aContentVDev; in impDumpToMetaFile() local249 mpOutputDevice = &aContentVDev; in impDumpToMetaFile()251 aContentVDev.EnableOutput(false); in impDumpToMetaFile()252 aContentVDev.SetMapMode(pLastOutputDevice->GetMapMode()); in impDumpToMetaFile()253 o_rContentMetafile.Record(&aContentVDev); in impDumpToMetaFile()254 aContentVDev.SetLineColor(pLastOutputDevice->GetLineColor()); in impDumpToMetaFile()255 aContentVDev.SetFillColor(pLastOutputDevice->GetFillColor()); in impDumpToMetaFile()256 aContentVDev.SetFont(pLastOutputDevice->GetFont()); in impDumpToMetaFile()257 aContentVDev.SetDrawMode(pLastOutputDevice->GetDrawMode()); in impDumpToMetaFile()258 aContentVDev.SetSettings(pLastOutputDevice->GetSettings()); in impDumpToMetaFile()[all …]
Completed in 24 milliseconds