Searched refs:aGrfMap (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/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() 133 if( bPixelGrf ? !bPixelContour : aGrfMap != aContourMap ) in HasContour() 143 if ( aGrfMap.GetMapUnit() == MAP_INCH ) in HasContour() 145 … nGrfDPIx = aGrfPixelSize.Width() / ( (double)aGrfMap.GetScaleX() * aGrfPrefMapModeSize.Width() ); in HasContour() 146 …nGrfDPIy = aGrfPixelSize.Height() / ( (double)aGrfMap.GetScaleY() * aGrfPrefMapModeSize.Height() ); in HasContour() 152 aGrfMap, MAP_1000TH_INCH ); in HasContour() 159 ASSERT( !bPixelGrf || aGrfMap == aContourMap, in HasContour() 177 rPoly[i] = pOutDev->PixelToLogic( rPoly[i], aGrfMap ); in HasContour() 189 aGrfMap ); in HasContour() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|