Searched refs:aGrfMap (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndnotxt.cxx | 130 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in HasContour() local 131 sal_Bool bPixelGrf = aGrfMap.GetMapUnit() == MAP_PIXEL; in HasContour() 159 ASSERT( !bPixelGrf || aGrfMap == aContourMap, in HasContour() 189 aGrfMap ); in HasContour() 224 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in GetContourAPI() local 226 ASSERT( aGrfMap.GetMapUnit() != MAP_PIXEL || in GetContourAPI() 227 aGrfMap == MapMode( MAP_PIXEL ), in GetContourAPI() 229 if( aGrfMap.GetMapUnit() != MAP_PIXEL && in GetContourAPI() 230 aGrfMap != aContourMap ) in GetContourAPI() 257 const MapMode aGrfMap( GetGraphic().GetPrefMapMode() ); in IsPixelContour() local [all …]
|
/aoo4110/main/svx/source/dialog/ |
H A D | _contdlg.cxx | 284 const MapMode aGrfMap( rGraphic.GetPrefMapMode() ); in ScaleContour() local 290 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in ScaleContour() 295 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in ScaleContour() 311 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in ScaleContour() 556 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in SetPolyPolygon() local 558 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in SetPolyPolygon() 569 rPt = pOutDev->LogicToPixel( rPt, aGrfMap ); in SetPolyPolygon() 593 const MapMode aGrfMap( aGraphic.GetPrefMapMode() ); in GetPolyPolygon() local 595 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in GetPolyPolygon() 608 rPt = pOutDev->PixelToLogic( rPt, aGrfMap ); in GetPolyPolygon()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | fly.cxx | 2789 const MapMode aGrfMap( pGrfObj->GetPrefMapMode() ); in GetContour() local 2795 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in GetContour() 2800 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in GetContour() 2816 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in GetContour()
|
Completed in 32 milliseconds