[api-dev] How to get the XModifyBroadcaster from Cell/CellRange/Table

2008-11-08 Thread Agnisys
Hi, I need to add a value change listener on a Table cell. I've looked at some past postings where the XModifyBroadcaster was mentioned. How do I get this interface? The documentation says one can get it from com.sun.star.table.XTable but that is unpublished interface. Is there a way to use

Re: [api-dev] How to get the XModifyBroadcaster from Cell/CellRange/Table]

2008-11-08 Thread Agnisys
Hi, I have a table in a Writer document. How do I get to the XModifyBroadcaster interface from that? I don't mind using unpublished interface. According to the documentation I can get the interface from XTable, but that is not in the com.sun.star.table package. Maybe I'm confusing it to

[api-dev] Writer 2.4 : Do MouseListeners don't get saved with the document?

2008-11-10 Thread Agnisys
Hi, I attach a mouseListener to a control in Writer, it works fine. But when I save the document, exit and re-open it, the Mouse Listener doesn't work anymore. I'm wondering if this a feature, or a bug or if I did something wrong. Thanks, Anupam _ Using OO 2.4, NetBeans6.1

Re: [api-dev] How to get the XModifyBroadcaster from Cell/CellRange/Table]

2008-11-10 Thread Agnisys
]> > Subject: Re: [api-dev] How to get the XModifyBroadcaster from > Cell/CellRange/Table] > To: dev@api.openoffice.org > Date: Monday, November 10, 2008, 3:04 PM > Hi, > > Agnisys schrieb: > > Hi, > %< > > All I need is to detect that a cell value in

[api-dev] Newbie questions: Use Java instead of Basic for event handling?

2008-05-09 Thread Agnisys
Hi, Is it possible to have Java Listeners and respond to events in Writer? I suspect the answer is Yes. If so, can someone please point me to an example. I do not want to use Basic mainly because the IDE dose not give word completion advice. Appreciate the help. If this is not the correct fo

Re: [api-dev] Getting the path of the unopkg or soffice executable in java

2008-08-11 Thread Agnisys
Hi Tobias, Where you able to get an answer to your question? I'm looking for the same answer. Thanks, Anupam. Tobias Krais-2 wrote: > > Hi Cor, > >> No Java-info from me. >> What I have in Basic might give a hint? >> >> sService = "com.sun.star.deployment.PackageInformationProvider"