To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=59919
User dr changed the following:
What |Old value |New value
================================================================================
Assigned to|dr |er
--------------------------------------------------------------------------------
Status|REOPENED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 9 14:25:41 +0000
2008 -------
DR->ER: confirmed.
In the tabpage (svx/source/dialog/numfmt.cxx), number format examples are
generated from the value SVX_NUMVAL_TIME = 36525.567893518499. Have a look to
the number format [HH]:MM:SS.00 which is shown (correctly) in the listbox as
876613:37:46.00 but in the preview window as 29629:37:45.70. Note the the
preview shows wrong hours *and* 1/100 seconds.
The listbox is filled using SvNumberFormatter::GetPreviewString (via
SvxNumberFormatShell::MakePrevStringFromVal), but the preview is filled using
SvNumberFormatter::GetOutputString (via SvxNumberFormatShell::FormatChanged ->
SvxNumberFormatShell::GetPreviewString_Impl)
A similar problem appears when entering such numbers into a Calc cell: type
123456:00:00 into the cell, but it will contain 57920:00:00 afterwards (modulo
2^16).
---------------------------------------------------------------------
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]