Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxltools.cxx302 sal_uInt16 XclTools::GetTwipsFromHmm( sal_Int32 nHmm ) in GetTwipsFromHmm() argument
304 return GetTwipsFromInch( static_cast< double >( nHmm ) / 1000.0 / CM_PER_INCH ); in GetTwipsFromHmm()
312 double XclTools::GetInchFromHmm( sal_Int32 nHmm ) in GetInchFromHmm() argument
314 return GetInchFromTwips( GetTwipsFromHmm( nHmm ) ); in GetInchFromHmm()
/trunk/main/sc/source/filter/inc/
H A Dxltools.hxx133 static sal_uInt16 GetTwipsFromHmm( sal_Int32 nHmm );
138 static double GetInchFromHmm( sal_Int32 nHmm );
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx874 double HmmToPoints( sal_Int32 nHmm ) in HmmToPoints() argument
876 return nHmm / factor; in HmmToPoints()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx121 VBAHELPER_DLLPUBLIC double HmmToPoints( sal_Int32 nHmm );

Completed in 33 milliseconds