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.


Consider voting for it or bringing it to [EMAIL PROTECTED],

Regards

Peter


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 that helps,
cn

ashish misra schrieb:

Hello,

I been searching for util.jar library that includes SOfficefactory and 
StatusException classes that I can't find anywhere on the internet. I want to 
be able to bring embedded calc/spreadsheet inside my application and it seems 
that I need these libraries.  If  you can help me  it will be great. Please 
take a look at following link for code: 
http://www.koders.com/java/fid2FD311757BCF9900B9B78AAA7CE349F664B2D9E4.aspx?s=com.sun.star.text.TextEmbeddedObject#L70

Thanks,
Ashish Misra
Software Developer

_
Color coding for safety: Windows Live Hotmail alerts you to suspicious email.
http://windowslive.com/Explore/Hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_safety_112008




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[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
http://lxr.go-oo.org/source/framework/desktop/test/deployment/options/
http://extensions.openoffice.org/servlets/ReadMsg?list=devmsgNo=1420

So I added three files to my project. One for configuration data 
(*.xcu), one for the configuration schema (*.xcs) and a dialog file 
(*.xdl). Then I added the entries for the .xcu and .xcs files to the 
uno-extension-manifest. But it seems that the NetBeans Plugin ignores my 
custom .xcs and .xcu files. When I deploy the project, both files are 
missing in the .oxt package and I get an error when I want to add the 
extension in the extension manager. Of course I can add the files 
manually to the .oxt package, but thats annoying. Is this a bug or am I 
doing something wrong?


BTW: I also have also a description file and it is also missing in the 
.oxt package?



Regards
Benjamin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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: [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 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.
 
 Consider voting for it or bringing it to
 [EMAIL PROTECTED],
 
 Regards
 
 Peter
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]