Home
last modified time | relevance | path

Searched refs:aContentVDev (Results 1 – 1 of 1) sorted by relevance

/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx246 VirtualDevice aContentVDev; in impDumpToMetaFile() local
249 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 22 milliseconds