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





------- Additional comments from [EMAIL PROTECTED] Tue May 29 10:25:35 +0000 
2007 -------
I have attached a modified bug document.
When you select the complete table and set the number format "date" for all
table cells (of the oiuter table), the IsValidNumTxtNd(..) function is
responsible for the changing of text. But unfortunately this function works not
like expected.
How it should work:
It should change all cells with green background because their content is one
single paragraph which is allowed to be changed. The cells with red background
must not be changed because they contents more than one paragraph and/or a table
(in table).

The current implementation is not able to detect the situation correct in cell
B1, C1 and C2 which should return ULONG_MAX. Your patch would return ULONG_MAX
for B1, C1 and C2 which is fine, but it would return ULONG_MAX for B2 as well
which is wrong.

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