<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:markus.mohrhard@googlemail.com" title="Markus Mohrhard <markus.mohrhard@googlemail.com>"> <span class="fn">Markus Mohrhard</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VBA macro recorded in Excel behaves differently in Calc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107238">bug 107238</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;">Keywords</td>
           <td>
                
           </td>
           <td>difficultyInteresting, easyHack, skillCpp, skillDebug
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>markus.mohrhard@googlemail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VBA macro recorded in Excel behaves differently in Calc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107238#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - VBA macro recorded in Excel behaves differently in Calc"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107238">bug 107238</a>
              from <span class="vcard"><a class="email" href="mailto:markus.mohrhard@googlemail.com" title="Markus Mohrhard <markus.mohrhard@googlemail.com>"> <span class="fn">Markus Mohrhard</span></a>
</span></b>
        <pre>Let's make this an easy hack.

The issue is in the criteria detection in ScVbaRange which does not handle
string arrays and as a result tries to filter for "".

The code for this is in sc/source/ui/vba/vbarange.cxx:4508 and following which
currently only handles numeric and string values but would need to be extended
to handle css::uno::Sequence<OUString> as well.

This task is to add the support and check how to transport the information
through the UNO API to the internal data structures.</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>