Home
last modified time | relevance | path

Searched refs:aOutDev (Results 1 – 3 of 3) sorted by path

/trunk/main/sd/source/core/
H A Dsdpage.cxx299 OutputDevice &aOutDev = *Application::GetDefaultDevice(); in CreatePresObj() local
300 aOutDev.Push(); in CreatePresObj()
302 aOutDev.SetMapMode( aGraphic.GetPrefMapMode() ); in CreatePresObj()
303 Size aSizePix = aOutDev.LogicToPixel( aGraphic.GetPrefSize() ); in CreatePresObj()
304 aOutDev.SetMapMode(MAP_100TH_MM); in CreatePresObj()
306 Size aSize = aOutDev.PixelToLogic(aSizePix); in CreatePresObj()
310 aOutDev.Pop(); in CreatePresObj()
/trunk/main/svtools/source/filter/
H A Dsgfbram.cxx498 VirtualDevice aOutDev; in SgfFilterVect() local
511 rMtf.Record(&aOutDev); in SgfFilterVect()
512 aOutDev.SetLineColor(Color(COL_BLACK)); in SgfFilterVect()
513 aOutDev.SetFillColor(Color(COL_BLACK)); in SgfFilterVect()
539 case SgfVectFarb: aOutDev.SetLineColor(Hpgl2SvFarbe(nFarb)); break; in SgfFilterVect()
544 aOutDev.DrawLine(aP0,aP1); break; // Linie in SgfFilterVect()
547 case 5: aOutDev.DrawRect(Rectangle(aP0,aP1)); break; // Rechteck (solid) in SgfFilterVect()
H A Dsgvmain.cxx988 VirtualDevice aOutDev; in SgfFilterSDrw() local
994 pOutDev=&aOutDev; in SgfFilterSDrw()

Completed in 28 milliseconds