Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-29 | Docx writer: Add table numbering for captioned tables. | John MacFarlane | 1 | -3/+28 | |
The numbers are added using fields, so that Word can create a list of tables that will update automatically. | |||||
2021-06-10 | Docx writer: fix handling of empty table headers | Albert Krewinkel | 1 | -2/+2 | |
A table header which does not contain any cells is now treated as an empty header. Fixes: #7369 | |||||
2021-05-30 | Docx writer: fix regression on captions. | John MacFarlane | 1 | -1/+3 | |
The "Table Caption" style was no longer getting applied. (It was overwritten by "Compact.") Closes #7328. | |||||
2021-05-14 | Docx writer: fix alignment for cells. | Albert Krewinkel | 1 | -14/+20 | |
This fixes a regression introduced with the in the colspan/rowspan changes that caused column alignments to be ignored. The column alignment is used only if a default alignment is specified at the cell level; otherwise the cell-level alignment takes precedence. | |||||
2021-05-14 | Docx writer: allow multirow table headers | Albert Krewinkel | 1 | -17/+25 | |
2021-05-01 | Docx writer: support colspans and rowspans in tables | Albert Krewinkel | 1 | -66/+134 | |
See: #6315 | |||||
2021-04-27 | Docx writer: autoset table width if no column has an explicit width. | Albert Krewinkel | 1 | -7/+11 | |
2021-04-20 | Docx writer: extract Table handling into separate module | Albert Krewinkel | 1 | -0/+114 | |