To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=54401 Issue #:|54401 Summary:|Spellcheck dialog, context menu and character |attributes Component:|Word processor Version:|OOo 2.0 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|DEFECT Priority:|P3 Subcomponent:|code Assigned to:|tl Reported by:|tl
------- Additional comments from [EMAIL PROTECTED] Fri Sep 9 05:42:23 -0700 2005 ------- Load attached bug doc and replace misspelled words by using the spellcheck dialog or the context menu from right mouse button click. Only the first line gets the expected attributation for the corrected word. Need to be fixed for Writer and EditEngine (textboxes, Calc, Draw, Impress). TL->OS: The thing that needs to be done is that prior to setting the attributes of the new inserted text all attributes must be removed. For Writer: ResetAttr from wrtsh has to be called For svx: RemoveAttribs() on the edit view has to be called. MT made the required fixes for this to work in CWS textconversion in the function EditDoc::RemoveAttribs( ContentNode* pNode, USHORT nStart, USHORT nEnd, EditCharAttrib*& rpStarting, EditCharAttrib*& rpEnding, USHORT nWhich ) from file editdoc.cxx --------------------------------------------------------------------- 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]
