To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97301 Issue #|97301 Summary|arithmetic progression problem make OOo crashed after |Merging Cells and Split Cells with the adjacent column Component|Drawing Version|DEV300m37 Platform|PC URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P2 Subcomponent|code Assigned to|graphicsneedsconfirm Reported by|amy2008
------- Additional comments from [email protected] Tue Dec 16 08:48:58 +0000 2008 ------- Can reproduce it in Drawing and Impress with DEV300m37 on WinXP and Ubuntu How to reproduce it 1 Create a new Drawing (or Impress, it's up to you) document 2 Insert - table, 'Insert Table' dialog appears, set 'Number of column' and 'Number of rows', e.g. 5columns * 12rows, OK 3 Select 3 row cells from the last row/line at one or more continual columns in the table, hit 'Merge Cells' on Table bar. 4 Select the merged cell formed at step3, meanwhile from the one or more continual columns which are next to the merged cell formed at step3, select 3 cells from the last row/line, hit 'Split Cells' on Table bar, click 'OK' Result OOo crashes Expectation OOo works well Attention It's an arithmetic progression problem, I think. supposed that there is a table with m rows and n columns, the number of cells to make merge cells is x. Now, there are the rules for this issue if x = 3, just select cells from n to n-2 if x = 4, just select cells from n to n-3 or n-1 to n-4 if x = 5, just select cells from n to n-4, n-1 to n-5 or n-2 to n-6 ... If my description is not clear, feel free to ask me anything anytime. Regards Li Meiying --------------------------------------------------------------------- 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]
