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

--- Comment #12 from Justin L <jl...@mail.com> ---
It is a bug. It should only effect load time - not editing time. So I'd better
look into // TODO remove this fallback (for WW8/RTF)

What is RES_PARA_LIST_AUTO_FORMAT?
It is the direct-format PARAGRAPH properties of the CR. AFAICS it is only set
by writerfilter import and never via UI. (created for bug 64222)

What is RES_TXTATR_AUTOFMT?
It is a direct-format CHARACTER property hint. I assume it is an internal SW
thing that maps to the internal character styles. It returns true for
IsAutoStyle(). So it basically is a group of character attributes then, but not
the official charStyle. In a sense, it is "nothing special" (although it really
complicates everything). I don't think it is ever set at import (of MS formats)
and should be irrelevant to this bug.

::finishParagraph should be similar to ww8scan.cxx's WW8PLCFMan::AdjustEnds.

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

Reply via email to