<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - XSelectionSupplier::select does not first range of passed multi-range"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=129743">129743</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>XSelectionSupplier::select does not first range of passed multi-range
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Inherited From OOo
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>mikekaganski@hotmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>1. Create a new text document;
2. Type this text: "abc abc abc"
3. Run this BASIC code:

Sub Main
  d = ThisComponent
  f = d.createSearchDescriptor()
  f.SearchString = "abc"
  c = d.findAll(f)
  d.currentController.select(c)
End Sub

Expected result: three pieces of "abc" text selected

Actual result: second and third pieces are selected, but first is not; cursor
blinks after "c" of the first (not selected) occurence of "abc".

Already reproducible with OpenOffice.org 3.3.0 OOO330m20 (Build:9567)

and with Version: 6.4.0.1 (x64)
Build ID: 1b6477b31f0334bd8620a96f0aeeb449b587be9f
CPU threads: 12; OS: Windows 10.0 Build 18363; UI render: default; VCL: win; 
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: threaded

Ref.: <a href="https://ask.libreoffice.org/en/question/223441">https://ask.libreoffice.org/en/question/223441</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>