Date: prev next · Thread: first prev next last
April 2015 Archives by date, by thread · List index


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

V Stuart Foote <vstuart.foote@utsa.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vstuart.foote@utsa.edu

--- Comment #1 from V Stuart Foote <vstuart.foote@utsa.edu> ---
@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 on the CC list for the bug.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.