Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndnotxt.cxx137 double nGrfDPIy = 0.0; in HasContour() local
146nGrfDPIy = aGrfPixelSize.Height() / ( (double)aGrfMap.GetScaleY() * aGrfPrefMapModeSize.Height() ); in HasContour()
154 nGrfDPIy = 1000.0 * aGrfPixelSize.Height() / aGrf1000thInchSize.Height(); in HasContour()
179 if ( nGrfDPIx != 0 && nGrfDPIy != 0 ) in HasContour()
182 rPoly[i].Y() * pOutDev->ImplGetDPIY() / nGrfDPIy ); in HasContour()

Completed in 9 milliseconds