To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=100938
------- Additional comments from [email protected] Wed May 27 16:06:36 +0000 2009 ------- In looking at the specific example Joanie supplied, let's see if we can agree upon some numbers. All bold: t.attributes(0) = ('weight:600', 0, 8) None bold: t.attributes(0) = ('', 0, 9) First word bold (assume the space character after 'First' is bold): t.attributes(0) = ('weight:600', 0, 6) t.attributes(6) = ('', 6, 15) Middle word bold: t.attributes(0) = ('', 0, 7) t.attributes(7) = ('weight:600', 7, 11) - assuming the 'space' is not bold t.attributes(11) = ('', 11, 16) Last word bold: t.attributes(0) = ('', 0, 10) t.attributes(10) = ('weight:600', 10, 14) Seem OK? --------------------------------------------------------------------- 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]
