https://bugs.freedesktop.org/show_bug.cgi?id=75886
--- Comment #3 from [email protected] --- (In reply to comment #1) > MS-Excel has a distinct boolean type, which LibreOffice has not. In > LibreOffice a numeric value 0 is boolean false, a value!=0 is true; TRUE() > returns 1 and FALSE() returns 0. > > It may not be easy to fix this special case, it would need a look ahead of > how the function result is used, or keep track of operands' (pseudo-)types > for the string concatenation. Is there any motivation (apart from simpler implementation of LibreOffice) for not having a boolean type? E.g. does the ODF standard say something about this? If adding a real boolean type is not feasible then I suspect this inconsistency will not be fixed because the possible solutions you mention sound like they would add quite a bit of overhead. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
