To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78017 Issue #|78017 Summary|editengine: script type of range should include all sc |ripts in the selection Component|Drawing Version|680m212 Platform|All URL| OS/Version|Linux Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|tl Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Fri Jun 1 08:17:51 +0000 2007 ------- What I think we want to get out of this function (ImpEditEngine::GetScriptType) is the combination of scripts which are active for the selection. i.e. the sum of scripts which intersect with the selection. So if we have two scripts used inside the selection we want to get both of them back. While the final patch gets the script of the range which completely encloses the selection. As a side problem, when we have no selection, just a cursor to get the script of the previous character. Basically the selection of the previous character. cmc->tl/mru: I think the above document and ctrl+a and change fontsize should show what I mean. In a mixed script selection in the workspace install sets I think only the western script will change size, not both of them. Does the below attached patch seem plausible instead ? or maybe I'm wrong and the above testcase shows no regression ? (see issue 72349 for some history on this) --------------------------------------------------------------------- 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]
