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

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|libreoffice-b...@lists.free |jl...@mail.com
                   |desktop.org                 |
             Status|NEW                         |ASSIGNED

--- Comment #12 from Justin L <jl...@mail.com> ---
The issue does not at all seem to be with numbering visibility:
EE_PARA_BULLETSTATE[4017], aka NumberingIsNumber which has a
SfxItemKind::StaticDefault of true (and so the numbering is hidden only if
there is a property specifically hiding it.)

The issue is always the mismatch of Para.GetDepth() and EE_PARA_OUTLLEVEL.
Functions are setting Para Depth without providing a corresponding paragraph
property. When the depth is -1 (the default), then no bullet is displayed.

(In reply to Justin L from comment #10)
> I figured that explicitly setting OUTLLEVEL when importing a NUMBULLET would 
> work
Well, I was correct except that when I thought I was setting the property, the
helper function only set the depth. So the PPTX fix is to change the helper to
also fall back to the normal method of setting a property. This involved using
the REAL EE_PARA_OUTLLEVEL instead of the fake WID_NUMLEVEL.
http://gerrit.libreoffice.org/c/core/+/137569

For PPT, it is more easily done. http://gerrit.libreoffice.org/c/core/+/137543

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

Reply via email to