[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2023-04-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 BogdanB changed: What|Removed |Added CC||buzea.bog...@libreoffice.or

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #15 from Lionel Elie Mamane --- (In reply to Mike Kaganski from comment #14) > (In reply to Lionel Elie Mamane from comment #13) > > No. getRangeName()/gotoCellByName means ... > > Please! :) I meant

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #14 from Mike Kaganski --- (In reply to Lionel Elie Mamane from comment #13) > No. getRangeName()/gotoCellByName means ... Please! :) I meant "oSel.TextTable.getCellRangeByName(oSel.getRangeName())", "getCellRangeByName"

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #13 from Lionel Elie Mamane --- (In reply to Mike Kaganski from comment #12) > (In reply to Lionel Elie Mamane from comment #8) > > For all that, simple introduction of TextTable property is enough, together > with existing

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #12 from Mike Kaganski --- (In reply to Lionel Elie Mamane from comment #8) For all that, simple introduction of TextTable property is enough, together with existing getRangeName. If one wants to treat something as

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #11 from Lionel Elie Mamane --- Created attachment 183362 --> https://bugs.documentfoundation.org/attachment.cgi?id=183362=edit example 3 of B1:D3 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #10 from Lionel Elie Mamane --- Created attachment 183361 --> https://bugs.documentfoundation.org/attachment.cgi?id=183361=edit example 2 of B1:D3 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #9 from Lionel Elie Mamane --- Created attachment 183360 --> https://bugs.documentfoundation.org/attachment.cgi?id=183360=edit example 1 of B1:D3 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #8 from Lionel Elie Mamane --- (In reply to Mike Kaganski from comment #7) > First of all, cursor is not a table. Implementing XTextTable in the cursor > would be a wrong mix of concepts. I technically agree with the narrow

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #7 from Mike Kaganski --- (In reply to Rafael Lima from comment #6) First of all, cursor is not a table. Implementing XTextTable in the cursor would be a wrong mix of concepts. Then, in the context of *writer's* (in general

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #6 from Rafael Lima --- (In reply to Mike Kaganski from comment #5) > So if you think there should be something new implemented, there should > appear some specific discussion which scenario is simplified (or even > becomes

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #5 from Mike Kaganski --- (In reply to Lionel Elie Mamane from comment #3) > This is a table, it has a 2D structure. That structure should be accessible > as such in the API. ... (In reply to Rafael Lima from comment #4) > I

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #4 from Rafael Lima --- I would also support the implementation of XCellRange, since it provides access by row/column. Also, the current selection should allow to access the selected TextTable object, which is currently not

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-11-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 --- Comment #3 from Lionel Elie Mamane --- (In reply to Mike Kaganski from comment #2) > I'd say - having a TextTable property, and implementing > com::sun::star::container::XEnumerationAccess to > iterate cells, would possibly cover

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-10-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 Mike Kaganski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Libreoffice-bugs] [Bug 151840] API: Text Table Cursor has no notion of row and columns, and no sane way to loop through the selection

2022-10-31 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=151840 Rafael Lima changed: What|Removed |Added CC||mikekagan...@hotmail.com,