https://bugs.documentfoundation.org/show_bug.cgi?id=42005
Stephan Bergmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |NOTABUG --- Comment #1 from Stephan Bergmann <[email protected]> --- Calc add-ins by design do not support UNO type hyper, only UNO types long, double, etc. See <http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Spreadsheets/Spreadsheet_Add-Ins> and the description of the com.sun.star.sheet.AddIn service linked from there. --- Comment #2 from [email protected] --- Java "int" is mapped in IDL file as "long". Java "long" is mapped in IDL file as "hyper". IDL "unsigned hyper" works fine with Java "long" but "hyper" does not. See: http://wiki.services.openoffice.org/wiki/IDL_Files_and_Cpp (table: Further with IDL) -- 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
