To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=108297 Issue #|108297 Summary|Document wordcount and XWordCursor Component|api Version|OOo 3.1.1 Platform|Unknown URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|jsc Reported by|henrikfalk
------- Additional comments from [email protected] Wed Jan 13 19:50:12 +0000 2010 ------- If you have a Writer document containing Notes(Annotations) and the Note is attached in a middle of a word then the wordcount of the document using: File->Properties->"Number of Words:" is wrong. The word containing the Note will be split into two words. If you iterate through the document using a XWordCursor in Java you can se that the XWordCursor fails to return a word if a note is attached inside the word. Example: If the word "Hello" have a note attached between the letter "e" and "l" then XWordCursor returns two words: "He" and "llo". I have testet with OO 3.1.1 on Ubuntu and Windows and they both have the defect. I used Netbeans 6.5.1 and OOPlugin 2.0.4 to test that XWordCursor fails. --------------------------------------------------------------------- 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]
