https://bugs.documentfoundation.org/show_bug.cgi?id=90883
V Stuart Foote <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from V Stuart Foote <[email protected]> --- @Jay, hate to state the obvious, but Calc's cells/columns/rows have no data structure in common with Table's cells/columns/rows. Yes it is worth looking at for consistency of UI. I'm not sure of all details of the exposed attributes for Writer Tables, but the enhancement may simply not be possible. In general, there is no reason to expect .uno commands affecting Calc sheets to function the same when the .uno command is affecting Tables in Writer (or other modules that implement tables). For Writer Tables the insertRow, insertColumn UNO commands insert rows and columns one at a time, it does not replicate the multiple row, or multiple column selected "counts" as implemented for the actions in Calc. Likewise, selection of rows/columns in Calc is not the same as its counterpart in Writer Tables. These selections also happens to use the same UNO commands--but also have different actions appropriate to the Object type. For example, notice that with a Table, you can select multiple rows/columns with <Shift> selects, but you cannot then deselect a row or a column (with <Ctrl> select). There are different structures and exposed attributes for UNO actions to affect. These misconceptions of a shared data structure and function lead to issues like bug 37223. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
