https://bugs.documentfoundation.org/show_bug.cgi?id=164345
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|NEW |RESOLVED --- Comment #10 from Justin L <[email protected]> --- It is very intentional that 'Current Selection only' requires text (for non-style find&replace). See ScTabViewShell::HasSelection(bMustHaveText == true) in sc/source/ui/view/tabvwsh8.cxx. bMustHaveText is always true when doing a text-based find/replace. See TimeoutHdl_Impl in svx/source/dialog/srchdlg.cxx And since this entire example hinges on the human's 'desire' to only affected the selected area of empty cells, but the program's deliberate refusal to allow that, then everything is actually working as intended, so NOTABUG. You don't use 'search and replace' to fill empty cells. You use 'copy and paste'. -- You are receiving this mail because: You are the assignee for the bug.
