To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=99902
                 Issue #|99902
                 Summary|WW8: incorrect table export
               Component|Word processor
                 Version|DEV300m41
                Platform|PC
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|save-export
             Assigned to|writerneedsconfirm
             Reported by|pmike





------- Additional comments from [email protected] Thu Mar  5 07:09:20 +0000 
2009 -------
Open sample document and re-save in DOC format. New file have damaged table.
Saving in ODT format reveals that all columns in damaged table are merged, and
borders become invisible.

framgent of content.xml from original sample:
<table:table table:name="Table1" table:style-name="Table1">
  <table:table-column table:style-name="Table1.A" /> 
  <table:table-column table:style-name="Table1.B" /> 
  <table:table-column table:style-name="Table1.C" /> 
  <table:table-row table:style-name="Table1.1">
    <table:table-cell table:style-name="Table1.A1" office:value-type="string">
      <text:p text:style-name="P2">Тест</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.B1" office:value-type="string">
      <text:p text:style-name="P4">Тест</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.C1" office:value-type="string">
      <text:p text:style-name="P2">Тест</text:p> 
    </table:table-cell>
  </table:table-row>
  <table:table-row table:style-name="Table1.2">
    <table:table-cell table:style-name="Table1.B1" office:value-type="string">
      <text:p text:style-name="P4">Тест</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.B1" office:value-type="string">
      <text:p text:style-name="P2">Тест</text:p> 
    </table:table-cell>
    <table:table-cell table:style-name="Table1.C2" office:value-type="string">
       <text:p text:style-name="P4">Тест</text:p> 
       <text:p text:style-name="P3" /> 
    </table:table-cell>
  </table:table-row>
</table:table>

... and from damaged:
<table:table table:name="Table1" table:style-name="Table1">
  <table:table-column table:style-name="Table1.A" /> 
  <table:table-row table:style-name="Table1.1">
    <table:table-cell table:style-name="Table1.A1" office:value-type="string">
      <text:p text:style-name="P2">
      <text:span text:style-name="T1">ТестТестТест</text:span> 
      </text:p>
    </table:table-cell>
  </table:table-row>
  <table:table-row table:style-name="Table1.2">
    <table:table-cell table:style-name="Table1.A1" office:value-type="string">
      <text:p text:style-name="P3">
      <text:span text:style-name="T1">ТестТестТест</text:span> 
      </text:p>
      <text:p text:style-name="P4" /> 
    </table:table-cell>
  </table:table-row>
</table:table>

might be related to http://www.openoffice.org/issues/show_bug.cgi?id=78806,
but this sample have no nested tables

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