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





------- Additional comments from [EMAIL PROTECTED] Wed May 28 20:29:52 +0000 
2008 -------
I was trying to fix this one lately but failed. Maybe someone could give me a 
hint:

I could track down the formatting process to the member
DbCurrencyField::GetCurrency( Xcolumn, XNumberFormatter ) in
svx/source/fmcomp/gridcell.cxx where the double value is multiplied by 10^n
where n is the scale (number of decimal places).

In contrast to the DbNumericField there are no such things as multiplying by
10^n and dividing by 10^n going on in the accessors.

But there are some significant differences in the implAdjustGenericFieldSetting
member.

For instance: The DbNumericField is getting a XNumberFormatsSupplier and a
SvNumberFormatter. Nothing of this in the implAdjustGenericFieldSetting of the
DbCurrencyField.

What is the deal about this?

---------------------------------------------------------------------
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