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] Wed Nov  7 07:38:46 +0000 
2007 -------
ama->lijian:
The operator ++/-- has nothing to do with pPrev/pNext.
I'll give you an example:
If a document contains 20 paragraphs and you have, let's say, three
SwNodeIndexes A,B and C, which points to paragraph no. 7, paragraph no. 10 and
paragraph no. 15.
These three SwNodeIndexes builds an unsorted list, so maybe B is the first in
the list (i.e. SwNodes.pRoot points to B), C is the pNext of B and A is pNext 
of C.
If you now call operator()++ at SwNodeIndex C, then this list rest unchanged but
SwNodeIndex C will point to paragraph no. 16 instead of paragraph no. 15.
The operator++/-- changes the SwNode a SwNodeIndex refers to. The pNext/pPrev
points to other (unsorted) SwNodeIndexes.

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