Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxetable.cxx1566 double fNewColWidth = lclGetCorrectedColWidth( GetRoot(), nXclColWidth ); in IsDefWidth() local
1568 return Abs( static_cast< long >( GetValue() * 256.0 - fNewColWidth + 0.5 ) ) < 16; in IsDefWidth()
1573 double fNewColWidth = lclGetCorrectedColWidth( GetRoot(), nXclColWidth ); in SetDefWidth() local
1574 SetValue( limit_cast< sal_uInt16 >( fNewColWidth / 256.0 + 0.5 ) ); in SetDefWidth()

Completed in 30 milliseconds