https://bugs.documentfoundation.org/show_bug.cgi?id=33201
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected], | |mentoring@documentfoundatio | |n.org --- Comment #47 from Heiko Tietze <[email protected]> --- 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.
