Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxltools.cxx296 sal_uInt16 XclTools::GetTwipsFromInch( double fInches ) in GetTwipsFromInch() argument
299 ::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() argument
319 return static_cast< sal_Int32 >( fInches * CM_PER_INCH * 1000 ); in GetHmmFromInch()
/aoo42x/main/sc/source/filter/inc/
H A Dxltools.hxx131 static sal_uInt16 GetTwipsFromInch( double fInches );
141 static sal_Int32 GetHmmFromInch( double fInches );

Completed in 29 milliseconds