Home
last modified time | relevance | path

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

/trunk/main/oox/source/helper/
H A Dgraphichelper.cxx58 inline sal_Int32 lclConvertScreenPixelToHmm( double fPixel, double fPixelPerHmm ) in lclConvertScreenPixelToHmm() argument
60 return static_cast< sal_Int32 >( (fPixelPerHmm > 0.0) ? (fPixel / fPixelPerHmm + 0.5) : 0.0 ); in lclConvertScreenPixelToHmm()

Completed in 17 milliseconds