[Libreoffice-bugs] [Bug 125659] HEX2DEC should be expanded to 64 bit support.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jun 4 11:17:54 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=125659

Eike Rathke <erack at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #2 from Eike Rathke <erack at redhat.com> ---
HEX2DEC() and other binary conversion functions are defined to work on 40-bit
values where the 40th bit is the sign bit. This for interoperability reasons.
See
https://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part2.html#HEX2DEC
Won't change.

Use the BASE() and DECIMAL() functions if you need larger ranges.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190604/c0e40bb0/attachment.html>


More information about the Libreoffice-bugs mailing list