Searched refs:fNewColWidth (Results 1 – 1 of 1) sorted by relevance
1566 double fNewColWidth = lclGetCorrectedColWidth( GetRoot(), nXclColWidth ); in IsDefWidth() local1568 return Abs( static_cast< long >( GetValue() * 256.0 - fNewColWidth + 0.5 ) ) < 16; in IsDefWidth()1573 double fNewColWidth = lclGetCorrectedColWidth( GetRoot(), nXclColWidth ); in SetDefWidth() local1574 SetValue( limit_cast< sal_uInt16 >( fNewColWidth / 256.0 + 0.5 ) ); in SetDefWidth()
Completed in 15 milliseconds