Searched refs:GetInchFromTwips (Results 1 – 4 of 4) sorted by relevance
227 maData.mfLeftMargin = XclTools::GetInchFromTwips( rLRItem.GetLeft() ); in XclExpPageSettings()228 maData.mfRightMargin = XclTools::GetInchFromTwips( rLRItem.GetRight() ); in XclExpPageSettings()230 maData.mfTopMargin = XclTools::GetInchFromTwips( rULItem.GetUpper() ); in XclExpPageSettings()231 maData.mfBottomMargin = XclTools::GetInchFromTwips( rULItem.GetLower() ); in XclExpPageSettings()280 maData.mfTopMargin += XclTools::GetInchFromTwips( nHdrHeight ); in XclExpPageSettings()297 maData.mfBottomMargin += XclTools::GetInchFromTwips( nFtrHeight ); in XclExpPageSettings()
307 double XclTools::GetInchFromTwips( sal_Int32 nTwips ) in GetInchFromTwips() function in XclTools314 return GetInchFromTwips( GetTwipsFromHmm( nHmm ) ); in GetInchFromHmm()324 return GetHmmFromInch( GetInchFromTwips( nTwips ) ); in GetHmmFromTwips()
296 fHeaderHeight = XclTools::GetInchFromTwips( aHFConv.GetTotalHeight() ); in Finalize()332 fFooterHeight = XclTools::GetInchFromTwips( aHFConv.GetTotalHeight() ); in Finalize()
136 static double GetInchFromTwips( sal_Int32 nTwips );
Completed in 22 milliseconds