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

2007-03-08 Thread Michael Hoennig
Dear OpenOffice.org community, This is the 2-weekly announcement of current issues regarding the OOo API project which I want to hightlight to the community. *** = *** Todays Issue: Contributing to the OOo API Project *** --

[api-dev] Converting to PDF without having OO installed

2007-03-08 Thread Ferad Zyulkyarov
Hi, In our project we have to implement an internal web service that will convert documents into PDF. I found many ways to set up such a web service by having OO installed in the host machine. But this does not seem to be a gentle solution for me. I seek for a method to have the particular code

Re: [api-dev] Extend an Existing OpenOffice-Service

2007-03-08 Thread Fernand Vanrie
try that http://www.pitonyak.org/AndrewMacro.odt you find that part in "Listing 5.47: Setting document variables." p 56ff Not The book but the Andrews free-doc ! I learned that there are also MasterFields and that Fieldmaster.User can be used for storing hidden stuff Thanks a lot Fernan

Re: [api-dev] Extend an Existing OpenOffice-Service

2007-03-08 Thread Jan Füssel
>> >> hi harald, >> >> i want to insert a field and add some properties which are not >> supported by >> the default field-elements of OOo. >> this properties must be stored in document. >> i store these properties in invisible document vaiables, like it's >> described >> in andrew pontyaks macro

Re: [api-dev] Extend an Existing OpenOffice-Service

2007-03-08 Thread Fernand Vanrie
Harald Weyhing wrote: Jan Füssel schrieb: Hi Jan, what do you excatly want to do? can you give a quick usage scenario? I am not really sure what you are trying to do. Cheers Harald - To unsubscribe, e-mail: [EMAIL PROTECT

Re: [api-dev] Extend an Existing OpenOffice-Service

2007-03-08 Thread Jan Füssel
Hi Jan, why don't you use a naming konvention like: name your invisible variables like ? This way the placeholder name would act as ID. Cheers Harald hi, if you take the prior example, it is possible to have more than one field with the placeholderfieldname == surname. for example the issu

Re: [api-dev] Extend an Existing OpenOffice-Service

2007-03-08 Thread Harald Weyhing
Jan Füssel schrieb: Hi Jan, what do you excatly want to do? can you give a quick usage scenario? I am not really sure what you are trying to do. Cheers Harald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: [api-dev] Registering an XMailMergeListener - possible at all?

2007-03-08 Thread Noelson Duarte
Hi Christian, The service OfficeDocument has an interface XEventBroadcast to register listeners of event documents. There are two events of interest here: OnMailMerge e OnMailMergeFinished. Maybe this is the way to do your work (only a guess). HTH - Original Message - From: "Christian L

Re: [api-dev] Extend an Existing OpenOffice-Service

2007-03-08 Thread Jan Füssel
Hi Jan, what do you excatly want to do? can you give a quick usage scenario? I am not really sure what you are trying to do. Cheers Harald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL