Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/vba/
H A Dvbawindow.cxx848 sal_Int32 nHundredthsofOneMillimeters = Millimeter::getInHundredthsOfOneMillimeter( _points ); in PointsToScreenPixelsX() local
850 return static_cast<sal_Int32>(fConvertFactor * nHundredthsofOneMillimeters ); in PointsToScreenPixelsX()
856 sal_Int32 nHundredthsofOneMillimeters = Millimeter::getInHundredthsOfOneMillimeter( _points ); in PointsToScreenPixelsY() local
858 return static_cast<sal_Int32>(fConvertFactor * nHundredthsofOneMillimeters ); in PointsToScreenPixelsY()

Completed in 21 milliseconds