[dev] How to use chart with ASP.Net C#

2009-01-30 Thread Pawan Kumar
Hi, I want to use Open Office chart with ASP.Net, C#.Net. Please provide me code for using it. Thanks Rgds, Pawan Kumar

Re: [dev] How to get the current spreadsheet

2009-01-30 Thread Cor Nouws
Hi Gianpiero, Gianpiero Napoli wrote (29-1-2009 20:03) I need to get a reference to the current spreadsheet without create a new one. I only work in OOo basic, and there it simply is ThisComponent I'm sure the documentation will lead you to the Java example soon.

[dev] DEV300_m40(unxmacxi.pro): Build breaks in instsetoo_native, while registering writer2latex.oxt

2009-01-30 Thread Henning Brinkmann
See subject. The log file provides additional information: --8--- Systemcall: unopkg add --shared --verbose ../share/extension/install/ writer2late x.oxt -env:UserInstallation=file:// 21 | ERROR: Could not execute unopkg add --shared --verbose ../share/ extension/insta

Re: [dev] How to get the current spreadsheet

2009-01-30 Thread Mathias Bauer
Hi, Gianpiero Napoli wrote: Hi All, I need to get a reference to the current spreadsheet without create a new one. You can get the current document, but you must be aware that this depends on timing. If a document has been loaded it may take some time until it becomes the current document,