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

--- Comment #14 from ady <[email protected]> ---
(In reply to Justin L from comment #13)
> repro 26.8 with the steps in comment 4.  Also repro in Writer.

Well, yes, but comment 5 shows the reason... Since you are searching for "1"
and there is still a match in cell A1 after the replace action, then that is
the first match to be replaced (and then stop/pause).

IOW, when there are multiple match cases within the same cell, each [Replace]
action acts on the first match within the same cell, not on every_and_all match
cases within that same cell *at once*. Each single match is its own occurrence,
to be replaced.

So, the current behavior covers multiple matches on the came cell. Once there
is no match on the "first" cell, the next cell with a valid match is considered
and the replace action is performed.

As example (based on comment 4):

A1: 1
A2: 11
A3: 111

Find: 1
Replace: 2

Keep replacing; one/each occurrence of the match is replaced at a time, as
expected.

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

Reply via email to