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





------- Additional comments from m...@openoffice.org Wed Aug 25 14:15:48 +0000 
2010 -------
creating the report with OOO 3.2.1 yields cells like this:
  <table:table-cell table:style-name="ce2" office:value-type="float">

this is invalid because the office:value-type attribute does not have a
corresponding office:value attribute.


creating the report with DEV300m86 yields cells like this:
  <table:table-cell table:style-name="ce2" office:value="1.#NAN"
office:value-type="float">

now there is a value attribute, but its value is invalid.
for some reason the writer renders the value as "1#N,AN" in some cases, which
looks wrong.


with the fix to ::rtl::math, the cells still look the same, but the import
converts the string to "NaN" or "N,aN" in some cases.

after a further fix to the reportbuilder itself, it generates proper cells:
  <table:table-cell table:style-name="ce2" office:value="NaN"
office:value-type="float">


but there is still the problem that the value is sometimes displayed as "N,aN".
this actually also occurs if the document type is changed to spreadsheet;
i.e. Calc also displays "N,aN" for these values.


---------------------------------------------------------------------
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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to