Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxepage.cxx227 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()
H A Dxltools.cxx307 double XclTools::GetInchFromTwips( sal_Int32 nTwips ) in GetInchFromTwips() function in XclTools
314 return GetInchFromTwips( GetTwipsFromHmm( nHmm ) ); in GetInchFromHmm()
324 return GetHmmFromInch( GetInchFromTwips( nTwips ) ); in GetHmmFromTwips()
H A Dxipage.cxx296 fHeaderHeight = XclTools::GetInchFromTwips( aHFConv.GetTotalHeight() ); in Finalize()
332 fFooterHeight = XclTools::GetInchFromTwips( aHFConv.GetTotalHeight() ); in Finalize()
/trunk/main/sc/source/filter/inc/
H A Dxltools.hxx136 static double GetInchFromTwips( sal_Int32 nTwips );

Completed in 32 milliseconds