RE: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-07 Thread FAouzi Abderrahman
functions that can help me? Best regard -Message d'origine- De : Mathias Bauer [mailto:[EMAIL PROTECTED] Envoyé : lundi 6 février 2006 19:16 À : dev@openoffice.org Cc : [EMAIL PROTECTED] Objet : Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close

Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-07 Thread Laurent Godard
Hi Have you a reference of code or functions that can help me? Here is an example for onNew and onLoad sub ConfigureDemarre(SetOrNot) dim monEvent(0 to 1) as new com.sun.star.beans.PropertyValue monEvent(0).name = "EventType" monEvent(0).value="Basic" monEvent(1).name = "Script" if SetOrNo

Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-06 Thread Mathias Bauer
FAouzi Abderrahman wrote: > // I search the equivalent to this line : (remark this line is not > operational) > > fDocument.OnClose := CloseDocument // CloseDocument is a procedure > will be called when I close the document OK, so you want to get a notification when the document is

Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-06 Thread Charles-H.Schulz
Hello Faouzi, You are on the right list for your question. I noticed however that you must be francophone. In this case, I can only advise you to visit http://fr.openoffice.org, and subscribe to prog@fr.openoffice.org . The francophone community is a very helpful and friendly one. Thanks Matthias

RE: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-06 Thread FAouzi Abderrahman
Thank you very good idee -Message d'origine- De : Charles-H.Schulz [mailto:[EMAIL PROTECTED] Envoyé : lundi 6 février 2006 15:33 À : dev@openoffice.org Objet : Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save... Hello Faouzi, You a

RE: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-06 Thread FAouzi Abderrahman
tOpened; end; -Message d'origine- De : Mathias Bauer [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 février 2006 00:50 À : dev@openoffice.org Objet : Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save... Hi, FAouzi Abderrahman w

RE: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-03 Thread FAouzi Abderrahman
-- De : Mathias Bauer [mailto:[EMAIL PROTECTED] Envoyé : vendredi 3 février 2006 00:50 À : dev@openoffice.org Objet : Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save... Hi, FAouzi Abderrahman wrote: > I have a little problem when i like to ma

Re: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-02 Thread Mathias Bauer
Hi, FAouzi Abderrahman wrote: > I have a little problem when i like to manipulate the event close doc writer > with open office. > > I try to use a oleautmoation to manipulate all the events > (close/save/open..) document. > > With openoffice I didn't find a solution to manipulate event off wri

RE: [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save...

2006-02-02 Thread FAouzi Abderrahman
-Message d'origine- De : FAouzi Abderrahman [mailto:[EMAIL PROTECTED] Envoyé : jeudi 2 février 2006 13:42 À : dev@openoffice.org Objet : [dev] OpenOffice: question : how i can manipulate openoffice writer document event: close/save... Hello, I have a little problem when i like to ma