https://bugs.documentfoundation.org/show_bug.cgi?id=80596
Jonathan Clark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|FORMATTING: Words don't |FILEOPEN DOC: sprmPDxcLeft1 |align correctly |(and other sprmPDxc* indent | |variants) not parsed on | |import Keywords| |filter:doc Depends on| |36709 --- Comment #13 from Jonathan Clark <[email protected]> --- The sample document uses a combination of Ch unit first line indentation (sprmPDxcLeft1) and space characters for alignment. Writer does not implement the sprmPDxc* properties, so it falls back to the sprmPDxa* values (which are included in the doc, but are only correct for the lines that do not begin with whitespace). In order to display this document correctly, Writer must support a font-relative ch unit for indentation (bug 36709). The doc import filter must then be updated to handle the sprmPDxc* properties, which should override the corresponding sprmPDxa* properties. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=36709 [Bug 36709] For first line indent using Ch (Characters) as unit, the indent value should change when font-size changes -- You are receiving this mail because: You are the assignee for the bug.
