Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx130 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 …]
/trunk/main/svx/source/dialog/
H A D_contdlg.cxx284 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()
/trunk/main/sw/source/core/layout/
H A Dfly.cxx2769 const MapMode aGrfMap( pGrfObj->GetPrefMapMode() ); in GetContour() local
2775 sal_Bool bPixelMap = aGrfMap.GetMapUnit() == MAP_PIXEL; in GetContour()
2780 aOrgSize = pOutDev->LogicToLogic( aGrfSize, aGrfMap, aDispMap ); in GetContour()
2796 aNewPoint = pOutDev->LogicToLogic( rPoly[ i ], aGrfMap, aDispMap ); in GetContour()

Completed in 27 milliseconds