https://bz.apache.org/ooo/show_bug.cgi?id=96702
Joe Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Joe Smith <[email protected]> --- Tested with AOO 4.1.1 on Fedora Linux I see the problem as described, but the reverse search now seems to work as expected. The problem with matching the colons separately is caused by the text formatting: the colons in the first two instances have distinct formatting from the following digit. It seems that the search with format (font=Tahoma) only considers text within a span and not across separate spans. Here is the xml at the first match: <text:span text:style-name="T23">:</text:span><text:span text:style-name="T24">0</text:span> Here's the xml at the fifth match: <text:span text:style-name="T23">:2</text:span> The T23 and T24 text styles both contain font=Tahoma but apparently the separate text spans are not combined before trying the match. -- You are receiving this mail because: You are on the CC list for the issue. You are the assignee for the issue.
