Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx188 …sal_Int32 nXResolution = static_cast<sal_Int32>(2.0*static_cast<double>(rPageResolution.Width)*fCo… in getCoordinateSystemResolution() local
191 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx1549 long nXResolution; in GetPageInfo() local
1551 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