Home
last modified time | relevance | path

Searched refs:nYResolution (Results 1 – 2 of 2) sorted by path

/trunk/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx189 …sal_Int32 nYResolution = static_cast<sal_Int32>(2.0*static_cast<double>(rPageResolution.Height)*fC… in getCoordinateSystemResolution() local
193 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()
/trunk/main/vcl/os2/source/gdi/
H A Dsalprn.cxx1550 long nYResolution; in GetPageInfo() local
1552 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 25 milliseconds