[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 Eike Rathke er...@redhat.com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-06-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 Eike Rathke er...@redhat.com changed: What|Removed |Added Status|RESOLVED|CLOSED -- You are

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-06-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 Joel Madero jmadero@gmail.com changed: What|Removed |Added Whiteboard||Need_Advice -- You

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #9 from Valerio Messina e...@iol.it --- understood what you mean now, I found the HEX2BIN limits with 10 hex digits (40 bit), when the output would fit in 10 binary digits. For example converting: 01 (10 digits) result 1, but

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #10 from Valerio Messina e...@iol.it --- this bug is still marked as UNCONFIRMED, probably should be set to NEW so someone can ASSIGN it -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #11 from Joel Madero jmadero@gmail.com --- Not until an expert verifies that there isn't some reason why the limit is there. We'll wait for Eike's feedback as Lionel and myself both admit that we lack knowledge in this section of

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 Joel Madero jmadero@gmail.com changed: What|Removed |Added CC|

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 Lionel Elie Mamane lio...@mamane.lu changed: What|Removed |Added CC||er...@redhat.com

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #4 from Valerio Messina e...@iol.it --- the situation as now is: 1) DEC2BIN() and HEX2BIN() support two's complement negative binary numbers, but with a limitation of 10 (binary) digits on the results, so the minimum negative numbers

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #5 from Joel Madero jmadero@gmail.com --- :( I just wasn't careful enough, sorry to bug you on it, if you have furhter input to Valerio's comment, of course it's appreciated :-D -- You are receiving this mail because: You are

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #6 from Valerio Messina e...@iol.it --- see: https://bugs.freedesktop.org/show_bug.cgi?id=45950 https://bugs.freedesktop.org/show_bug.cgi?id=45952 -- You are receiving this mail because: You are the assignee for the bug.

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #7 from Valerio Messina e...@iol.it --- Created attachment 80069 -- https://bugs.freedesktop.org/attachment.cgi?id=80069action=edit examples of current formula limitations -- You are receiving this mail because: You are the

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2013-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #8 from Lionel Elie Mamane lio...@mamane.lu --- (In reply to comment #4) The limitation to 40 bit in input with HEX2BIN, is because once converted, in the current strange implementation, the output should be less than 10 bits. To

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2012-02-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 --- Comment #1 from Valerio Messina e...@iol.it 2012-02-16 04:47:31 PST --- the BASE() should return Err:502 if the 1st parameter is negative and the 3th parameter is missing. When the 3th parameter is present, BASE() should compute negative

[Libreoffice-bugs] [Bug 45951] BASE(): support two's complement negative binary numbers (like DEC2BIN and HEX2BIN)

2012-02-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45951 Valerio Messina e...@iol.it changed: What|Removed |Added Version|LibO 3.4.4 release |LibO 3.5.0 Release --