Searched refs:nYResolution (Results 1 – 2 of 2) sorted by relevance
189 …sal_Int32 nYResolution = static_cast<sal_Int32>(2.0*static_cast<double>(rPageResolution.Height)*fC… in getCoordinateSystemResolution() local193 if( nYResolution < 10 ) in getCoordinateSystemResolution()194 nYResolution = 10; in getCoordinateSystemResolution()197 std::swap(nXResolution,nYResolution); in getCoordinateSystemResolution()203 aResolution[1]=nYResolution; in getCoordinateSystemResolution()208 sal_Int32 nMaxResolution = std::max( nXResolution, nYResolution ); in getCoordinateSystemResolution()
1550 long nYResolution; in GetPageInfo() local1552 DevQueryCaps( hDC, CAPS_VERTICAL_RESOLUTION, 1, &nYResolution ); in GetPageInfo()1554 rPageOffY = (aInfo.cy-aInfo.yTopClip) * nYResolution / 1000; in GetPageInfo()1556 rPageHeight = aInfo.cy * nYResolution / 1000; in GetPageInfo()
Completed in 31 milliseconds