[dev] Creating a listener for Cell Data change in OpenOffice calc.

2007-05-30 Thread Mikael De Bie
Hello everybody, I'm using a ChartdataChangeEventListener to listen the change of a cell in calc. Nevertheless, I encountered some troubles: The listener don't react to all the data changes. It works only if all the involved cells are visible on the screen. I would have a listener that react t

[dev] ChartDataEventListener strange behavior

2007-05-21 Thread Mikael De Bie
Hello, I've implemented an Add-on for OpenOffice.org-calc. It uses a ChartDataEventListener so that each time a cell is changed, a method is called. But it doesn't work if the cell depends on several different sheet. Here is an example: cell X is on the second sheet, a listener is attached to X.

Re: [dev] windows compatibility for an extension

2007-04-07 Thread Mikael De Bie
or my extension, have you a makefile that generate the dll files for your scsolver ? If so, can you please send it to me ? Thank you very much, Mikael On Fri, 2007-04-06 at 23:43 -0400, Kohei Yoshida wrote: > On Sat, 2007-04-07 at 03:59 +0200, Mikael De Bie wrote: > > You also need

[dev] windows compatibility for an extension

2007-04-06 Thread Mikael De Bie
Hi everybody, I've implemented a calc extension on a ubuntu Edgy Eft platform. It works fine with the 2.0.4 version of OpenOffice on Ubuntu. But when I try it on Windows, installing it with the extension manager of OpenOffice 2.1, it doesn't work : the component is added, I can see it in the list

[dev] problem in gecode integration to openoffice

2007-03-09 Thread Mikael De Bie
Hi everybody, I'm creating a uno component to be able to solve some constraint satisfaction problems using the gecode solver. For the moment, I made a component that write in a file and then launch another process to read the file and use gecode. What I want to do is manage to integrate the whol