Re: [api-dev] combined chart type using com:sun:star:chart2

2008-08-22 Thread Ingrid Halama
Hi, You didn't add any data series to the chart type so far, so there is nothing to display. For the roles of the different data sequences for the stock chart have a look here: http://api.openoffice.org/docs/common/ref/com/sun/star/chart2/data/DataSequenceRole.html Kind regards, Ingrid

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-22 Thread Juergen Schmidt
Hi Thomas, it is more interesting why the plugin doesn't work anymore. - on which platform do you work? - which version of the plugin do you use? - which office version do you use? - which SDK version do you use? Related to your question, check the SDK add-in example to see how you can build

[api-dev] Non modal dialog staying in front ?

2008-08-22 Thread Laurent Godard
Hi all in OOoBasic i have a non modal dialog that is shown using oDlgDossier = loadDialog(dlgDossier) stopDossier = false while not stopDossier wait 20 wend oDlgDossier.setVisible(false) This works fine if i stay always in the same

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-22 Thread Thomas
Hi Juergen, i already wrote a Bugreport (see http://www.openoffice.org/issues/show_bug.cgi?id=92911 ) for the problem with netbeans. I hope this will be fixed soon. But i can't wait for the fix and have to write the plugin, so i want to do it without the help of netbeans. I will try to use GNU

[api-dev] Api for enterprise dictionaries available?

2008-08-22 Thread Per Eriksson
Hi, Can dictionary technology companies integrate their proprietary data in an extension NOT using the Hunspell technology, but writing their own engine? Companies having dictionary data and wanting to develop solutions for OpenOffice.org might not be able to transform it into Hunspell

Re: [api-dev] combined chart type using com:sun:star:chart2

2008-08-22 Thread othman
Still not able to get the code work . please help ! code : XEmbeddedObjectSupplier xEmbeddedObjSupplier = (XEmbeddedObjectSupplier) UnoRuntime.queryInterface(XEmbeddedObjectSupplier.class, xtablechart); XInterface xInterface = xEmbeddedObjSupplier.getEmbeddedObject();

Re: [api-dev] Howto create CalcAddin and then a .oxt File?

2008-08-22 Thread Tobias Krais
Hi Thomas, we use Eclipse and created an ant file. May be it helps you: -%- ?xml version=1.0 encoding=ISO-8859-1 ? project default=judasextension name=OOo property file=build.properties/ path id=build.classpath fileset dir=${basedir}/