<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The Basic function EqualUnoObjects wrongly returns False for two variables having assigned the same object by different ways of access."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125421#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The Basic function EqualUnoObjects wrongly returns False for two variables having assigned the same object by different ways of access."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125421">bug 125421</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>We actually do create a new object each time a range object is requested (see
e.g. ScTableSheetsObj::GetObjectByIndex_Impl[1], which implements functionality
of XIndexAccess::getByIndex). So at least in case of range objects (which have
their range read-only, thus for all uses should be considered "same" when refer
to same range), we need some special casing to check if they are objects of the
same type (e.g., one could be "sheet", and the other "all cells, but not
sheet", and these are different objects), and then refer to the same range.

<a href="https://git.libreoffice.org/core/+/1c3eb7e329cd2eaeb83068907ba0c9a5b3ef7852/sc/source/ui/unoobj/docuno.cxx#3577">https://git.libreoffice.org/core/+/1c3eb7e329cd2eaeb83068907ba0c9a5b3ef7852/sc/source/ui/unoobj/docuno.cxx#3577</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>