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





------- Additional comments from [EMAIL PROTECTED] Mon Nov 19 10:36:13 +0000 
2007 -------
Yes, for sure.

The member pStartOfSection of a SwNode points to its environment. If two text
nodes are in the same table cell, their pStartOfSection will be the same. So you
may compare the pStartOfSection of the deleted text node with the
pStartOfSection of the found text node (by GoPrev/GoNext).
But you shouldn't compare these pointers directly, because there is at least one
type of start node which has no negative influence  and should be ignored for
our problem, the SwSectionNode. If the pStartOfSection is a SwSectionNode,
simply take the pStartOfSection of this node. 

BTW: I added some words to our Wiki
http://wiki.services.openoffice.org/wiki/Writer_Core_And_Layout#Some_Notes_about_Nodes

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