Searched refs:nHmm (Results 1 – 4 of 4) sorted by relevance
302 sal_uInt16 XclTools::GetTwipsFromHmm( sal_Int32 nHmm ) in GetTwipsFromHmm() argument304 return GetTwipsFromInch( static_cast< double >( nHmm ) / 1000.0 / CM_PER_INCH ); in GetTwipsFromHmm()312 double XclTools::GetInchFromHmm( sal_Int32 nHmm ) in GetInchFromHmm() argument314 return GetInchFromTwips( GetTwipsFromHmm( nHmm ) ); in GetInchFromHmm()
133 static sal_uInt16 GetTwipsFromHmm( sal_Int32 nHmm );138 static double GetInchFromHmm( sal_Int32 nHmm );
121 VBAHELPER_DLLPUBLIC double HmmToPoints( sal_Int32 nHmm );
874 double HmmToPoints( sal_Int32 nHmm ) in HmmToPoints() argument876 return nHmm / factor; in HmmToPoints()
Completed in 57 milliseconds