https://bugs.documentfoundation.org/show_bug.cgi?id=167843
--- Comment #8 from Justin L <[email protected]> --- styles.xml has GreyTable1 defining firstRow with <w:tblHeader/> 17.4.49 tblHeader (Repeat Table Row on Every New Page) This element specifies that the current table row shall be repeated at the top of each new page on which part of this table is displayed. This gives this table row the behavior of a 'header' row on each of these pages. This element can be applied to any number of rows at the top of the table structure in order to generate multi-row table headers. If this element is omitted, this table row shall not be repeated on each new page on which the table is displayed. As well, if this row is not contiguously connected with the first row of the table (that is, if this table row is not either the first row, or all rows between this row and the first row are not marked as header rows) then this property shall be ignored. In document.xml, the style is used with <w:tblLook w:val="0680" w:firstRow="0" w:lastRow="0" w:firstColumn="1" w:lastColumn="0" w:noHBand="1" w:noVBand="1"/> So that suggests that since firstRow = 0, we don't use the first row style, and thus our table should not have a repeating header. -- You are receiving this mail because: You are the assignee for the bug.
