To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90890
                 Issue #|90890
                 Summary|merging cells in a table
               Component|Word processor
                 Version|OOo 2.4.0
                Platform|PC
                     URL|
              OS/Version|Windows XP
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|mru
             Reported by|jeromec





------- Additional comments from [EMAIL PROTECTED] Thu Jun 19 14:35:03 +0000 
2008 -------
Hello,

I would like to report an issue (in my understanding).

In Writer, in a table, I think something wrong with merging cells and get cells
with API.

In my example, consider a table with 3 rows and 3 columns : if I merge first
cells of different columns (A1, B1 and C1 for example), I have a correct merged
cell. But if I merge the 3 cells in a column (A1, A2 and A3 for example), the
merged cell is not correct.

With the API, I can get all table cell addresses by this following code :
myArray=myDoc.TextTables.getByName("MyTable").CellNames

With no merging cells, I have this array {A1, B1, C1, A2, B2, C2, A3, B3, C3}

If I merge A1, B1 and C1, I have this array {A1, A2, B2, C2, A3, B3, C3} => A1,
B1 and C1 are merged in A1, this array is correct

If I merge A1, A2 and A3, I have this array {A1, B1, C1, A2, B2, C2, A3, B3, C3}
=> it's the same array with no merging cells !!! 
With the same code in the Ooo version 2.0.4, I have a correct array {A1, B1.1.1,
B1.2.1, B1.2.2, B1.1.3, B1.2.3)

I think this issue, if it is, can be seen directly in the formatting table with
merging cells : when you merge A1, A2 and A3 and if these cells are not empty,
the text of each cell is on a separated paragraph in the merged cell.

---------------------------------------------------------------------
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]

Reply via email to