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

Mike Kaganski <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |difficultyMedium, easyHack,
                   |                            |skillCpp

--- Comment #2 from Mike Kaganski <[email protected]> ---
(In reply to Heiko Tietze from comment #1)
> I wonder if this could be an easyhack.

Indeed.
The functionality is implemented for SID_HANGING_INDENT in several places (for
different modules - sw, sd; for different contexts). The code pointers:

1. Look into the commit mentioned in comment 0, and see the methods
implementing the functionality.
1.a. Alternatively: grep for 'SID_HANGING_INDENT' in .sdi files (there the
slots for different UNO commands are defined); write down the 'ExecMethod' in
each of the found places; and then, find these methods in the respective
module's CXX files, where SID_HANGING_INDENT is handled.
2. In these methods, make sure that there is a reasonable processing for the
case when current indent is 0.

I suppose, that the default hanging indent likely should be the same length as
"Increase Indent" function does, as indicated by Heiko.

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

Reply via email to