Re: [Libreoffice] SDK LibreOffice How to get document as object?

2011-11-09 Thread MarcinGutman
I want to develop an addon... ... I already have some converter-methods... ... The only thing I need is to get access to the opened document in some Java object(s). For me it sounds like you have some advanced things but you lack the L/OOo basics. Also I don't now how skilled you are so

Re: [Libreoffice] IDL hyper / Java long

2011-10-25 Thread MarcinGutman
...hyper reflects a 64-bit value. Calc internally uses IEEE754 double and you can't map 64 bit into a double... Of course, it's obvious... ;) Max. long in Java is: 9223372036854775807 but after pasting it into Calc we have: 922337203685478 Finally I have released this

Re: [Libreoffice] IDL hyper / Java long

2011-10-24 Thread MarcinGutman
... .idl parser takes 'unsigned' of 'unsigned hyper' and ignores the 'hyper' I tried with unsigned asdf and obtained an error: Illegal syntax or missing type in parameter declaration: syntax error, unexpected IDL_IDENTIFIER, expecting IDL_HYPER or IDL_LONG or IDL_SHORT in ...

[Libreoffice] IDL hyper / Java long

2011-10-21 Thread MarcinGutman
Hello, Please, could somebody check this... https://bugs.freedesktop.org/show_bug.cgi?id=42005 Best Regards, Marcin Gutman ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] IDL hyper / Java long

2011-10-21 Thread MarcinGutman
Calc add-ins do not support functions that take or return UNO type hyper. .. however, it should work if the .idl file instead uses unsigned hyper ... This is why I started this topic. Moreover, NetBeans Wizard for Calc add-ins shows Java int and this is mapped correctly as long in IDL. But

[Libreoffice] Calc Add-In IDL hyper type bug???

2011-10-20 Thread MarcinGutman
Hello, Could somebody confirm this bug? https://bugs.freedesktop.org/show_bug.cgi?id=42005 Best Regards, Marcin Gutman ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice