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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
             Status|NEW                         |ASSIGNED

--- Comment #2 from Justin L <[email protected]> ---
Lots of problems here. This goes back to the initial code dump.

1.) sw/source/core/edit/ednumber.cxx SelectionHasNumber needs to use for(SwPaM&
rPaM : GetCursor()->GetRingContainer()) instead of
SwPamRanges aRangeArr(*GetCursor()) which can't detect is PaM.HasMark(). And of
course SelectionHasBullet has the same issue.

2.) DelNumRules has the same issue.

3.) SetCurNumRule has the same issue.

sw/source/uibase/shells/txtnum.cxx ExecEnterNum is where the command to turn on
numbering exists.  It calls sw/source/uibase/wrtsh/wrtsh1.cxx NumOrBulletOn
which calls these problematic functions.

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

Reply via email to