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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Hardware|x86-64 (AMD64)              |All
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
                 OS|Windows (All)               |All

--- Comment #5 from Justin L <[email protected]> ---
This will require some kind of hacky programming to fix.  "$" and "^$" are
definitely edge cases.
-sw/source/core/crsr/findtxt.cxx:DoSearch() - if it fails, then checks for
three special searches
const bool bChkEmptyPara = bRegSearch && 2 ==
rSearchOpt.searchString.getLength() && ( rSearchOpt.searchString == "^$" ||
rSearchOpt.searchString == "$^" );
const bool bChkParaEnd = bRegSearch && rSearchOpt.searchString == "$";

proposed hack:  https://gerrit.libreoffice.org/49387

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to