https://bugs.documentfoundation.org/show_bug.cgi?id=167843

--- Comment #11 from Justin L <[email protected]> ---
(In reply to Justin L from comment #10)
> I didn't see anything about what to do if val doesn't match the other 
> settings.
Based on my testing, if ANY of the explicit settings is provided, then w:val is
ignored completely.

The explicit settings all default to 1, which is very different from the
default of 4A0 if tblLook is missing entirely.

So if there is no tblLook, use 0x4A0:
-firstRow=1, firstColumn=1, noHBand=0

If only w:val is provided, then use it:
-firstRow(0x20), lastRow(0x40), firstColumn(0x80), lastColumn(0x100),
noHBand(0x200), noVBand(0x400)

If any other attribute provided, then use those:
firstRow, lastRow, firstColumn, lastColumn, noHBand, noVBand

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to