Searched refs:nXResolution (Results 1 – 2 of 2) sorted by relevance
188 …sal_Int32 nXResolution = static_cast<sal_Int32>(2.0*static_cast<double>(rPageResolution.Width)*fCo… in getCoordinateSystemResolution() local191 if( nXResolution < 10 ) in getCoordinateSystemResolution()192 nXResolution = 10; in getCoordinateSystemResolution()197 std::swap(nXResolution,nYResolution); in getCoordinateSystemResolution()202 aResolution[0]=nXResolution; in getCoordinateSystemResolution()208 sal_Int32 nMaxResolution = std::max( nXResolution, nYResolution ); in getCoordinateSystemResolution()
1549 long nXResolution; in GetPageInfo() local1551 DevQueryCaps( hDC, CAPS_HORIZONTAL_RESOLUTION, 1, &nXResolution ); in GetPageInfo()1553 rPageOffX = aInfo.xLeftClip * nXResolution / 1000; in GetPageInfo()1555 rPageWidth = aInfo.cx * nXResolution / 1000; in GetPageInfo()
Completed in 26 milliseconds