Searched refs:nHundredthsofOneMillimeters (Results 1 – 1 of 1) sorted by relevance
848 sal_Int32 nHundredthsofOneMillimeters = Millimeter::getInHundredthsOfOneMillimeter( _points ); in PointsToScreenPixelsX() local850 return static_cast<sal_Int32>(fConvertFactor * nHundredthsofOneMillimeters ); in PointsToScreenPixelsX()856 sal_Int32 nHundredthsofOneMillimeters = Millimeter::getInHundredthsOfOneMillimeter( _points ); in PointsToScreenPixelsY() local858 return static_cast<sal_Int32>(fConvertFactor * nHundredthsofOneMillimeters ); in PointsToScreenPixelsY()
Completed in 8 milliseconds