Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A D_contdlg.cxx240 const Graphic aTmpGrf( rGraphic.GetGDIMetaFile().GetMonochromeMtf( Color( COL_BLACK ) ) ); in CreateAutoContour() local
242 … Size aSizePix( aVDev.LogicToPixel( aTmpGrf.GetPrefSize(), aTmpGrf.GetPrefMapMode() ) ); in CreateAutoContour()
257 aTmpGrf.Draw( &aVDev, aPt, aSizePix ); in CreateAutoContour()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx1038 Graphic aTmpGrf; in MakeCopy() local
1051 GraphicFilter::GetGraphicFilter()->ImportGraphic( aTmpGrf, aURL, *pStrm ); in MakeCopy()
1064 aTmpGrf = maGrfObj.GetGraphic(); in MakeCopy()
1080 &aTmpGrf, pColl, in MakeCopy()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2003 SwRect aTmpGrf = aGrf; in DrawGraphic() local
2004 aTmpGrf.Intersection( rOut ); in DrawGraphic()
2005 if ( aTmpGrf.HasArea() ) in DrawGraphic()
2007 Polygon aGrfPoly( aTmpGrf.SVRect() ); in DrawGraphic()