Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/docnode/
H A Dndnotxt.cxx136 double nGrfDPIx = 0.0; in HasContour() local
145nGrfDPIx = aGrfPixelSize.Width() / ( (double)aGrfMap.GetScaleX() * aGrfPrefMapModeSize.Width() ); in HasContour()
153 nGrfDPIx = 1000.0 * aGrfPixelSize.Width() / aGrf1000thInchSize.Width(); in HasContour()
179 if ( nGrfDPIx != 0 && nGrfDPIy != 0 ) in HasContour()
181 rPoly[i] = Point( rPoly[i].X() * pOutDev->ImplGetDPIX() / nGrfDPIx, in HasContour()

Completed in 19 milliseconds