To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=5930





------- Additional comments from [email protected] Tue Dec 14 07:09:41 
+0000 2010 -------
Fixed exponent multiples have already been worked out elsewhere: specifically 
in the Java specification 
for the DecimalFormat Class
(see 
http://download.oracle.com/javase/1.4.2/docs/api/java/text/DecimalFormat.html)
And they use the Microsoft specified format scientific formatting code where 
the number of #'s implies 
the exponent multiple. We reverse engineered stuff that already exists. I 
suspect it is consistent with 
how Microsoft does it's Excel formatting.

What this means is that a small chunk of Java code implementing a DecimalFormat 
object will do the 
formatting work for us. Useful if we can mix or translate Java to the C++ OO 
source format.

I would recommend superseding much of what we have discussed with this Java 
specification, or 
equivalent.

Nick

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to