[api-dev] Document Based Toolbars

2006-09-27 Thread Fernand Vanrie
This same question landed in a wrong thread so i repeat: Can a Document based custom_toolbar be copied or moved by the API, using a basic macro ? Thank for any hint Fernand - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [api-dev] Obscure documentation (Was: [api-dev] insertnewbookmark)

2006-09-27 Thread Mathias Bauer
G. Roderick Singleton wrote: WHat is this? I gather from your comments that the guide is proprietary. If this is the case then perhaps it is time for the OOo folk to think about having one of their own. Certainly an incentive for a project. Thanks. It seems that you don't know all the facts,

Re: [api-dev] Obscure documentation (Was: [api-dev] insertnewbookmark)

2006-09-27 Thread G. Roderick Singleton
On Wed, 2006-09-27 at 08:27 +0200, Mathias Bauer wrote: G. Roderick Singleton wrote: WHat is this? I gather from your comments that the guide is proprietary. If this is the case then perhaps it is time for the OOo folk to think about having one of their own. Certainly an incentive for a

[api-dev] How use OpenOffice API from java without start up OO?

2006-09-27 Thread aloizio
I have a big problem I am using OpenOffice API from Java to convert some document that are requested by web page. The conversion must be performed into a server Linux (Tomcat 5.5.9) and the server isn't able to DISPLAY any frame. In the case, the server must not open or start open office frame. I

Re: [api-dev] How use OpenOffice API from java without start up OO?

2006-09-27 Thread Laurent Godard
Hi I have a big problem I am using OpenOffice API from Java to convert some document that are requested by web page. The conversion must be performed into a server Linux (Tomcat 5.5.9) and the server isn't able to DISPLAY any frame. In the case, the server must not open or start open office

Re: [api-dev] How use OpenOffice API from java without start up OO?

2006-09-27 Thread aloizio
I am ending the Xvfb installation and I am going to test. I will let you know about it. Laurent Godard wrote: Hi I have a big problem I am using OpenOffice API from Java to convert some document that are requested by web page. The conversion must be performed into a server Linux

Re: [api-dev] How use OpenOffice API from java without start up OO?

2006-09-27 Thread aloizio
when a run the following line by code: /usr/X11R6/bin/Xvfb-a/opt/openoffice.org2.0/program/soffice -headless -nologo -nodefault -norestore -nocrashreport -nolockcheck -accept=pipe,name=uno3287912735738398511;urp; ? I get the following error: com.sun.star.connection.NoConnectException ???

Re: [api-dev] Obscure documentation (Was: [api-dev] insertnewbookmark)

2006-09-27 Thread Mathias Bauer
G. Roderick Singleton wrote: Actually I think he reacted so strongly to my comment on the component perhaps being incorrect. The doc project does not have the source for the document but the issue shows up in our queue. I thought that we might help. Help is always appreciated. :-) As I

Re: [api-dev] Obscure documentation (Was: [api-dev] insertnewbookmark)

2006-09-27 Thread G. Roderick Singleton
On Wed, 2006-09-27 at 18:29 +0200, Mathias Bauer wrote: G. Roderick Singleton wrote: Actually I think he reacted so strongly to my comment on the component perhaps being incorrect. The doc project does not have the source for the document but the issue shows up in our queue. I thought

Re: [api-dev] Announcement of the new Object Inspector

2006-09-27 Thread Jérémy Bethmont
Hello, Is the source code of the Object inspector available somewhere ? Thank you On 9/22/06, Berend Cornelius [EMAIL PROTECTED] wrote: Hi all, I'd like to announce the availability of an Extension, that is meant to assist OpenOffice developers to inspect Uno-objects. Here's a link to the

Re: [api-dev] [EMAIL PROTECTED] TOPIC: Contributing

2006-09-27 Thread Marc Santhoff
Am Samstag, den 28.08.2004, 14:07 +1200 schrieb Ian Laurenson: On Fri, 2004-08-27 at 16:27, Michael Hoennig wrote: [snip] *** Reviewing the documentation and report issues if you find any [snip] And when you find anything to improve which you think should actually be improved, report an

[api-dev] Error on closing eventlistner 'Cannot coerce argument type during corereflection'

2006-09-27 Thread Cor Nouws
Hi all, I've added a listner to a Calc cell. Assigned Sub Main to Document Open. Assigned Sub RemoveListener (see below) to Document Close. However, this one causes an error. See comment marked with in line. Couldn't find a solution easily (and didn't find courage to study the whole chapter

Re: [api-dev] Error on closing eventlistner 'Cannot coerce argument type during corereflection'

2006-09-27 Thread Marc Santhoff
Am Mittwoch, den 27.09.2006, 23:56 +0200 schrieb Cor Nouws: Sub AddListners Dim oCell Const sCellName as String = A1 oCell = ThisComponent.Sheets.getByIndex(0).getCellRangeByName(sCellName) oListner0 = CreateUnoListener( A10_, com.sun.star.chart.XChartDataChangeEventListener

Re: [api-dev] Error on closing eventlistner 'Cannot coerce argument type during corereflection'

2006-09-27 Thread Cor Nouws
Thanks Marc, That did it. Cor Marc Santhoff wrote: ' Gives Cannot coerce argument type during corereflection call From my experience this error message generally wants to tell you that typecasting is impossible in this situation. Since you added a ChartDataChangeEventListener I think

Re: [api-dev] Obscure documentation (Was: [api-dev] insertnewbookmark)

2006-09-27 Thread Laurent Godard
Hi all Sorry if i hurted some of you by being so unpatient This will still not change a lot as most of the content will still come from the core developers but at least there will be a chance for others to contribute and of course to translate. Let's hope for the best. i'll be patient, so