Description: Calc has same .uno: command for column break with the one for Writer (.uno:InsertColumnBreak). As both implementation is different between two, I suggest to create one more of .uno: command for Calc to make it specific. I have created two different kind of icon and need other contributor to change the .uno: command. Steps to Reproduce: 1. Open up Calc 2. Click Sheet menu > Insert Page Break > [Row Break] or [Column Break] 3. Actual Results: Calc use same .uno: command for Column break with the one used in Writer Expected Results: Calc use different .uno: command for Column break with the one used in Writer Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 144722 [details] Proposed new different column break icons Just need a more specific .uno: command
Writer adds a line break (Shift+Enter) on InsertColumnBreak https://opengrok.libreoffice.org/xref/core/sw/source/uibase/wrtsh/wrtsh1.cxx#888 and nothing on InsertRowBreak (not sure that it works as designed because when a cell or column is selected nothing happens; col/row break makes not much sense to me in Writer anyway) So I agree on splitting the commands if there was no good reason at the implementation => needsDevAdvice
Maxim, can you confirm that splitting the commands makes sense?
Removing needsUX as of comment 2. Eike, do you have an opinion here?