To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103774 Issue #|103774 Summary|[Automation] New writing direction (top-down left-to-r |ight) for Mongolian Component|Word processor Version|DEV300m52 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|FEATURE Priority|P3 Subcomponent|ui Assigned to|hde Reported by|sba
------- Additional comments from s...@openoffice.org Fri Jul 24 10:44:34 +0000 2009 ------- Automation follow-up issue of issue 91226 (support traditional mongolian writing direction which is written from top to down and from left to right). So a fourth text direction can be set now in format-page-page. The optional test w_formatpage.bas throws the correct warning in testcase tFormatPage_10. So within it, the following code must be changed (from"3" to "4") that's all. - - -snip - - - OLD: PrintLog "- when Asian support and CTL are all enabled , 3 entries should be in Text Direction listbox" '/// when Asian support and CTL are all enabled , 3 entries should be in Text Direction listbox Call hNewDocument '/// Set Asian support enabled and Set CTL enabled Call ActiveDeactivateAsianSupport(TRUE) Call ActiveDeactivateCTLSupport(TRUE) '/// Check if there are 3 entires in Text Direction listbox fFormatPageWriter("TabSeite") if Textfluss.GetItemCount <> 3 then Warnlog "There should be 3 entries in Text direction listbox , but get " & Textfluss.GetItemCount end if TabSeite.Cancel - - -snip - - - NEW: PrintLog "- when Asian support and CTL are all enabled, 4 entries should be in Text Direction listbox" '/// when Asian support and CTL are all enabled, 4 entries should be in Text Direction listbox Call hNewDocument '/// Set Asian support enabled and Set CTL enabled Call ActiveDeactivateAsianSupport(TRUE) Call ActiveDeactivateCTLSupport(TRUE) '/// Check if there are 4 entires in Text Direction listbox fFormatPageWriter("TabSeite") if Textfluss.GetItemCount <> 4 then Warnlog "There should be 4 entries in Text direction listbox , but get " & Textfluss.GetItemCount end if TabSeite.Cancel - - -snip - - - --------------------------------------------------------------------- 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: issues-unsubscr...@sw.openoffice.org For additional commands, e-mail: issues-h...@sw.openoffice.org --------------------------------------------------------------------- To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org For additional commands, e-mail: allbugs-h...@openoffice.org