https://bugs.documentfoundation.org/show_bug.cgi?id=151840
--- Comment #16 from Vladimir Sokolinskiy <[email protected]> --- Hello, colleagues! Preamble. In text tables, due to the possible presence of merged cells, the only effective way to iterate through cells is to loop through cell names. A text table provides cell names using the method getCellNames. Proposal. Introduce a new interface, XTextTableCursor2, containing two methods: 1. getCellNames() (as in the interface XTextTable). It is desirable to return the sequence of names in lexicographic order. 2. getTextTable() The second method is needed to avoid workarounds using ViewCursor. I'm happy to make any adjustments needed. -- You are receiving this mail because: You are the assignee for the bug.
