<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Hex2DEC not converting right"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122111#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Hex2DEC not converting right"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122111">bug 122111</a>
              from <span class="vcard"><a class="email" href="mailto:gerard.fargeot@orange.fr" title="GerardF <gerard.fargeot@orange.fr>"> <span class="fn">GerardF</span></a>
</span></b>
        <pre>Hexadecimal "d5caef682d" if not signed is 918232721453 in decimal and
1101010111001010111011110110100000101101 in binary.

Which is a 40 bit number, and the 1st bit is 1.
So this is a negative number as per specification :
<a href="http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part2.html#__RefHeading__1018822_715980110">http://docs.oasis-open.org/office/v1.2/cs01/OpenDocument-v1.2-cs01-part2.html#__RefHeading__1018822_715980110</a>

All 10 digits hexadecimal beginning with 8-F are negative. (1-7 are positive)</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>