Searched refs:fInches (Results 1 – 2 of 2) sorted by relevance
296 sal_uInt16 XclTools::GetTwipsFromInch( double fInches ) in GetTwipsFromInch() argument299 ::std::min( ::std::max( (fInches * EXC_TWIPS_PER_INCH + 0.5), 0.0 ), 65535.0 ) ); in GetTwipsFromInch()317 sal_Int32 XclTools::GetHmmFromInch( double fInches ) in GetHmmFromInch() argument319 return static_cast< sal_Int32 >( fInches * CM_PER_INCH * 1000 ); in GetHmmFromInch()
131 static sal_uInt16 GetTwipsFromInch( double fInches );141 static sal_Int32 GetHmmFromInch( double fInches );
Completed in 23 milliseconds