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





------- Additional comments from [EMAIL PROTECTED] Wed Jan 23 15:01:50 +0000 
2008 -------
ama->liuyu:
Your new patch will cause trouble if you try to insert(RTF-formatted) a fly
frame which contains a table at the top, a paragraph behind this table and
another table.
You should not look for a table inside the fly frame before you check, if
aRg.aStart has to manipulated. Just check if the node before aRg.aStart is a
table box start node and previous node is the table start node. Then you should
change aRg.aStart.
The condition if the aRg.aEnd has to be manipulated indeed needs to check if the
table is inside the fly frame. But this can be easily done by changing the 
condition
if( !pNd->IsTableNode() && 0 !=(pNd = pNd->FindTableNode()) )
with an additional && pNd->GetIndex() >= aRg.aStart...


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