Features in Office
Tomas Mecir committed changes in /trunk/koffice/kspread:
Floating-point values are now stored using the Number class, not doubles.
Only minimal changes were done to make everything work, all computations are still done using ValueCalc.
This is one of the steps on the way towards having high-precision computing support in KSpread. And faster formula evaluation too.
There is a temporary function in the code, called numToDouble. All places that now call this function (mostly places that convert numbers to strings and such) must be converted somehow - until this is done, high-precision support won't be implementable.
I hope this commit doesn't break things ... too much.
File Changes
Modified 30 files
/trunk/koffice/kspread
30 files changed in total