https://bugs.documentfoundation.org/show_bug.cgi?id=163889
--- Comment #11 from BogdanB <[email protected]> --- I found that this style is not even search for. In my matrix, I replaced A1 with Heading 1, and all other with Heading 2. The cursor on A1. Find next is not finding anything, despite the cursor being exactly where the result should be. In sc/source/core/data/table6.cxx, ScTable::SearchStyle has a bool bSelect = rSearchItem.GetSelection(); -> this is "false" after passing, like no selection have been made. If I select 2 cells, bSelect is "true". I supose click on a cell is not considered selection, in this case. -- You are receiving this mail because: You are the assignee for the bug.
