Re: Introducing my self and my goals.

2015-12-19 Thread Damjan Jovanovic
On Sat, Dec 19, 2015 at 2:59 AM, Ηρακλής Μουτίδης wrote: > Dear Damjan, > > I am working on implementing the Calc functions. I am reading the guide > (Calc/Implementations/Spreadsheet Functions) and got some questions. > First of all the actual implementation of the function will be on one of > t

Re: Introducing my self and my goals.

2015-12-19 Thread Ηρακλής Μουτίδης
Many thanks Damjan, i will continue working on the functions. Regards. 2015-12-19 10:19 GMT+02:00 Damjan Jovanovic : > On Sat, Dec 19, 2015 at 2:59 AM, Ηρακλής Μουτίδης > wrote: > > > Dear Damjan, > > > > I am working on implementing the Calc functions. I am reading the guide > > (Calc/Implemen

Re: [QUESTION/DISCUSSION] Does our required Java version need updating?

2015-12-19 Thread Andrea Pescetti
Kay Schenk wrote: ​For some reason, given Oliver's desire and urging to change to Java 7 in Windows back in August of 2013, I was under the impression that since that time, at least the Windows version was built with Java 1.7. ​ I've re-read the discussion at http://markmail.org/message/4ieda3

Re: [QUESTION/DISCUSSION] Does our required Java version need updating?

2015-12-19 Thread Kay Schenk
On 12/19/2015 01:46 PM, Andrea Pescetti wrote: > Kay Schenk wrote: >> ​For some reason, given Oliver's desire and urging to change to >> Java 7 in >> Windows back in August of 2013, I was under the impression that >> since that >> time, at least the Windows version was built with Java 1.7. ​ > >

Re: [QUESTION/DISCUSSION] Does our required Java version need updating?

2015-12-19 Thread Damjan Jovanovic
Having recently looked at our Java UNO binding, it occurred to me that another advantage of Java 7 would be that we could update our Java UNO base classes to implement AutoCloseable, allowing try-with-resources to be used to manage UNO reference counting precisely and delete unused objects as soon