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

2008-11-10 Thread Peter Eberlein
Hi, Agnisys schrieb: Hi, % All I need is to detect that a cell value in a table has changed in a Writer document. For that case it would be enough to use the com.sun.star.chart.XChartDataChangeEventListener, but be aware of issue http://qa.openoffice.org/issues/show_bug.cgi?id=79127.

Re: [api-dev] Help Please

2008-11-10 Thread Christoph Neumann
Hi Ashish, the code you have linked is an UnoAPI-Tests, see http://qa.openoffice.org/qadevOOo_doc/index.html The util is not a jar but a class inside the runner. The runner is the framework to execute these UnoAPI-Tests. The util class you will find in qadevOOo/runner/util/utils.class Hope

[api-dev] Netbeans OOo Plugin 2.0: How to add custom files for an option dialog to an add-on project?

2008-11-10 Thread Benjamin Vollmer
Hello, last Weekend I tried to enable a custom option pane for my extension project. After some research a found the following helpful resources: http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Options_Dialog

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

2008-11-10 Thread Agnisys
FYI: I used the TableCellTextBinding class (from the SDK examples directory) to get the desired behavior. I did vote for the issue. Hopefully it would be fixed soon. Anupam. --- On Mon, 11/10/08, Peter Eberlein [EMAIL PROTECTED] wrote: From: Peter Eberlein [EMAIL PROTECTED] Subject: Re: