Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dwindow.cxx1723 sal_uInt16 nScreenFontZoom = maSettings.GetStyleSettings().GetScreenFontZoom(); in ImplPointToLogic() local
1730 aSize.Width() *= nScreenFontZoom; in ImplPointToLogic()
1736 aSize.Height() *= nScreenFontZoom; in ImplPointToLogic()
1750 sal_uInt16 nScreenFontZoom = maSettings.GetStyleSettings().GetScreenFontZoom(); in ImplLogicToPoint() local
1758 aSize.Width() /= nScreenFontZoom; in ImplLogicToPoint()
1764 aSize.Height() /= nScreenFontZoom; in ImplLogicToPoint()

Completed in 51 milliseconds