<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:todventtu@suomi24.fi" title="Buovjaga <todventtu@suomi24.fi>"> <span class="fn">Buovjaga</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED DUPLICATE - Unable to select multiple formats in find/search & replace"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119728">bug 119728</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>todventtu@suomi24.fi
</td>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>UNCONFIRMED
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>DUPLICATE
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED DUPLICATE - Unable to select multiple formats in find/search & replace"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119728#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED DUPLICATE - Unable to select multiple formats in find/search & replace"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=119728">bug 119728</a>
from <span class="vcard"><a class="email" href="mailto:todventtu@suomi24.fi" title="Buovjaga <todventtu@suomi24.fi>"> <span class="fn">Buovjaga</span></a>
</span></b>
<pre>Based on my quick test, it seems you will be able to do this with Alternative
Find & Replace:
<a href="https://extensions.libreoffice.org/extensions/alternative-dialog-find-replace-for-writer">https://extensions.libreoffice.org/extensions/alternative-dialog-find-replace-for-writer</a>
As there exists a report asking for LibreOffice to match the features of the
extension, I will close yours as duplicate.
Here is the help: <a href="http://mujweb.cz/macrojtb/HelpAltSearch_en.html">http://mujweb.cz/macrojtb/HelpAltSearch_en.html</a>
For your first example, I was able to solve it like so (Regular expressions
enabled):
Find:
[:::CharPosture::]\.
Replace:
\A{CharPosture=0}:
So in the Find box, I clicked Properties and picked Italic and it gave me that
[:::CharPosture::] extended regex.
Bonus: according to the help, if we want to search for non-italic (or
non-something), we add a = sign, so it would be [:::CharPosture=::]
The period must be escaped with \ because we are using regular expressions.
In the Replace box, I clicked Pick properties and scrolled to the CharPosture =
0 entry. Then I just added the : after it.
*** This bug has been marked as a duplicate of <a class="bz_bug_link
bz_status_NEW "
title="NEW - Better Find&Replace with regular expressions"
href="show_bug.cgi?id=38261">bug 38261</a> ***</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>