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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|medium                      |low
            Summary|FIND & REPLACE DIALOG:      |FIND & REPLACE DIALOG:
                   |Write cannot find empty     |Write cannot find empty
                   |paragraphs in a table (==   |paragraph if last in
                   |empty cells).               |document/section/table/befo
                   |                            |reTable

--- Comment #4 from Justin L <[email protected]> ---
So, it DOES find empty paragraphs in tables. It just doesn't find the very last
one - just like it doesn't find the last paragraph in a document - or the last
paragraph before a table - or the last paragraph before a section.

The reason is because we only indicate finding a $ when we can select it, and
in all of those instances we cannot select just the paragraph end.

It returns false in sw/source/core/crsr/findtxt.cxx's DoSearch because
    if (!rSearchPam.Move(fnMove, GoInContent))
        return false; // at start or end of the document
it failed to move/select.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to