Bug 100047 - Addition of new rows in document table (word table)in not inheriting previous row attributes in .docx but inheriting in .doc
Summary: Addition of new rows in document table (word table)in not inheriting previou...
Status: RESOLVED INSUFFICIENTDATA
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
5.0.4.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: filter:docx, needsDevAdvice
Depends on:
Blocks: DOCX-Tables
  Show dependency treegraph
 
Reported: 2016-05-25 09:28 UTC by jvchbabu
Modified: 2018-01-29 10:36 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
DOC and DOCX Output (18.10 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2016-05-25 09:36 UTC, jvchbabu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jvchbabu 2016-05-25 09:28:06 UTC
We use LibreOffice to create  docx documents using UNO Java API.
 We use MS Word 97  filter to produce .doc documents and MS Word 2007 XML  to produce .docx documents.

 We Applied Text Highlight color,Font color,Shading formatting for columns of table row.

It  works fine for .doc with MS Word 97  filter but fails for .docx with MS Word 2007 XML  filter.It outputs the table rows without applying format of Text Highlight color,Font color  for .docx. But applies shading.

The code we use for additions of new rows for both .doc and .docxis same.
 So the issue is with Calc MS Word 2007 XML filter only as MS Word 97  filter is working absolutely fine.

Code Snippet used for generating new rows:

XTableRows rows = table.getRows(); // XTextTable rows and columns object
XTableColumns columns = table.getColumns();			int rowNum = rows.getCount(); // get # of rows
int colNum = columns.getCount();
int numOfNewRows = valuesList.size() - 1;

Please let us know  if more information is required  to reproduce the issue.
Comment 1 jvchbabu 2016-05-25 09:36:50 UTC
Created attachment 125278 [details]
DOC and DOCX Output
Comment 2 jvchbabu 2016-08-08 09:38:02 UTC Comment hidden (no-value)
Comment 3 jvchbabu 2016-09-20 09:46:42 UTC Comment hidden (no-value)
Comment 4 Xisco Faulí 2017-06-25 21:24:53 UTC Comment hidden (obsolete)
Comment 5 QA Administrators 2018-01-02 10:15:00 UTC Comment hidden (obsolete)
Comment 6 QA Administrators 2018-01-29 10:36:00 UTC
Dear Bug Submitter,

Please read this message in its entirety before proceeding.

Your bug report is being closed as INSUFFICIENTDATA due to inactivity and
a lack of information which is needed in order to accurately
reproduce and confirm the problem. We encourage you to retest
your bug against the latest release. If the issue is still
present in the latest stable release, we need the following
information (please ignore any that you've already provided):

a) Provide details of your system including your operating
   system and the latest version of LibreOffice that you have
   confirmed the bug to be present

b) Provide easy to reproduce steps – the simpler the better

c) Provide any test case(s) which will help us confirm the problem

d) Provide screenshots of the problem if you think it might help

e) Read all comments and provide any requested information

Once all of this is done, please set the bug back to UNCONFIRMED
and we will attempt to reproduce the issue. Please do not:

a) respond via email 

b) update the version field in the bug or any of the other details
   on the top section of our bug tracker

Warm Regards,
QA Team

MassPing-NeedInfo-20180129