[Libreoffice-bugs] [Bug 33201] UI: Highlight (not select) current row and column in spreadsheet

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 29 13:19:29 UTC 2021


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

Heiko Tietze <heiko.tietze at documentfoundation.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hossein at libreoffice.org,
                   |                            |mail at bayramcicek.com.tr,
                   |                            |mentoring at documentfoundatio
                   |                            |n.org

--- Comment #47 from Heiko Tietze <heiko.tietze at documentfoundation.org> ---
Too difficult for me. ScTabView::MarkColumns() and *Rows() take a lot of
conditions into account such as merged cells (not perfectly correct though),
other selection, and many more situations that are not clear to me.

I also wonder if adding a selection is the right way. We could do it on-the-fly
in ScGridWindow::UpdateSelectionOverlay(), and perhaps only if nothing else is
selected. The range would be from 0 to max_view (GetScrSize()?) with
GetCurX/Y() by cell width (no idea how to calculate the width/height in px) and
has to respond to ScGridWindow::CursorChanged() but also resize and scroll.

Bayram, is this something for you?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210929/23143b33/attachment.htm>


More information about the Libreoffice-bugs mailing list