Searched refs:nScreenFontZoom (Results 1 – 1 of 1) sorted by relevance
1723 sal_uInt16 nScreenFontZoom = maSettings.GetStyleSettings().GetScreenFontZoom(); in ImplPointToLogic() local1730 aSize.Width() *= nScreenFontZoom; in ImplPointToLogic()1736 aSize.Height() *= nScreenFontZoom; in ImplPointToLogic()1750 sal_uInt16 nScreenFontZoom = maSettings.GetStyleSettings().GetScreenFontZoom(); in ImplLogicToPoint() local1758 aSize.Width() /= nScreenFontZoom; in ImplLogicToPoint()1764 aSize.Height() /= nScreenFontZoom; in ImplLogicToPoint()
Completed in 57 milliseconds