https://bugs.documentfoundation.org/show_bug.cgi?id=130570
--- Comment #8 from Mike Kaganski <[email protected]> --- Indeed, the default (i.e., without Ctrl pressed) behavior in e.g. Excel 2016, is to copy the single selected cell, not to auto-increment it. This is different to the default behavior (without Ctrl pressed) in the same Excel, when two or more cells are selected: then by default, it tries to analyze and continue. An (advanced?) configuration might be reasonable. A code pointer: one should check how nScFillModeMouseModifier (sc/inc/global.hxx) is set and used. The code of interest is in sc/source/core/data/table4.cxx; one might need to make the difference between the case when start and end row/columns is the same, vs. when it's different. -- You are receiving this mail because: You are the assignee for the bug.
