Searched refs:GetTwipsFromInch (Results 1 – 3 of 3) sorted by relevance
185 sal_uInt16 nMarginTwips = XclTools::GetTwipsFromInch( fMarginInch ); in lclPutMarginItem()305 long nHdrHeight = XclTools::GetTwipsFromInch( fHeaderHeight + fHeaderDist ); in Finalize()341 long nFtrHeight = XclTools::GetTwipsFromInch( fFooterHeight + fFooterDist ); in Finalize()
296 sal_uInt16 XclTools::GetTwipsFromInch( double fInches ) in GetTwipsFromInch() function in XclTools304 return GetTwipsFromInch( static_cast< double >( nHmm ) / 1000.0 / CM_PER_INCH ); in GetTwipsFromHmm()
131 static sal_uInt16 GetTwipsFromInch( double fInches );
Completed in 21 milliseconds