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] Extending contextmenu

2006-02-06 Thread Mathias Bauer
Hi Markus, Markus Buch wrote: > Hi @ll, > > I have integrated OpenOffice in my Java-application using the > Officebean. But now I have a question. I like to extend the contextmenu > with my own functions. So I looked in the documentation and created a > new class witch implements the XContext

Re: [dev] why making compiling OO such a secret?

2006-02-06 Thread Jens-Heiner Rechtien
Hi Johannes, Johannes Walther wrote: Hi Jens-Heiner, thank you for your detailed answer. [...] We (that is the OOo developers) do our best to keep everything working but things will break sometimes. Well, that's ok for a bleeding edge cvs checkout, but I didn't expect that for either 2.0.1

[dev] Trouble posting to OOo newsgroups

2006-02-06 Thread Herbert Eppel
I have been a member of the users@openoffice.org and dev@openoffice.org mailing lists for some time, but I would now like to switch to the equivalent (?) newsgroups at gmane.comp.openoffice.questions and gmane.comp.openoffice.general. I have subscribed to the 2 newsgroups, but I am unable to post

Re: [dev] why making compiling OO such a secret?

2006-02-06 Thread Johannes Walther
Hi Jens-Heiner, thank you for your detailed answer. > [...] > > We (that is the OOo developers) do our best to keep > everything working but things will break sometimes. Well, that's ok for a bleeding edge cvs checkout, but I didn't expect that for either 2.0.1 sources or an older milestone. >

[dev] Programmatic XTextFrame Control with Java

2006-02-06 Thread Kent Gibson
Hi-ya, I would like to create XTextFrames of a fixed arbitrary height and width and place them at arbitrary x and y coordinates. I can manage to get the frame, but I can't seem to size it or place it arbitrarily. I have based my code on the TextFrameExample() in TextDocuments.java. These proper

Re: [dev] OpenOffice Integration with Eclipse RCP Application

2006-02-06 Thread Kent Gibson
thanks. --- Oliver Brinzing <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > > I have an eclipse rcp app which uses Plugin A - my > > OpenOffice handling code and PlugIn B - My User > > Interface code which uses the Swt Bridge, Plugin C > - > > My OpenOf

[dev] XDispatchProviderInterceptor

2006-02-06 Thread Vincenzo Giuliano
Now my dispatch provider is in chain of responsability. Thank you, Steffen. Regards, Vincenzo. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [dev] need help

2006-02-06 Thread Pavel Janík
From: "Mohammed Mamdouh" <[EMAIL PROTECTED]> Date: Fri, 03 Feb 2006 19:38:57 + Hi, first: please consider to subscribe to the list you're posting to. By doing so you won't miss replies that are directed to the list only. Please reply only to the list, not to my personal account. Thank

Re: [dev] why making compiling OO such a secret?

2006-02-06 Thread Jens-Heiner Rechtien
Hi Johannes, compiling OOo is difficult, no doubt. Four main reasons for that: a) it's probably a magnitude bigger than most other OpenSource projects b) it's in a constant flux c) it's has a hell of dependencies d) C++ compilers are still more varying than say C compilers, so choice of compil

Re: [dev] XDispatchProviderInterceptor

2006-02-06 Thread Steffen Grund
Hi Vincenzo, you are part of the "Processing Chain". If you do not handle a dispatch request youself, you have to delegate it to the slave DispatchProvider that has been given to you by the Office with the "setSlaveDispatchProvider" method. See also chapter "6.1.6 Using the Dispatch Framewor

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

[dev] XDispatchProviderInterceptor

2006-02-06 Thread Vincenzo Giuliano
Hi ALL, My name is Vincenzo. I have a question for YOU. I would like to attached my dispatch provider to the frame to intercept the dispatching comunication. This is accomplished by implementing com.sun.star.frame.XDispatchProviderInterceptor. But, what I have to do in setSlaveDispatchProvider(X

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 are on

Re: [dev] No TypeDetection.xml in Ooo 2.0?

2006-02-06 Thread Joerg Barfurth
Hi, Gautham Kasinath wrote: I was wondering if the TypeDetection.xml is still available for the Ooo2.0? In the documentation it is mentioned that TypeDetection.xml is present in: "\share\config\registry\instance\org\openoffice\Office\TypeDetec tion.xml" However, there is no such tree on my ins

Re: [dev] Re: Re: Steps made by openoffice to save into a WebDAVServer

2006-02-06 Thread Kai Sommerfeld
Hi, Ernesto Pin wrote: > No, it isn't. But it will. The child workspace containing the fix (-> nfslockproblem) is not yet integrated in the 2.0.2 master. The fix should be available in one of the next 2.0.2 builds. - Kai. > > Ernesto. > > "G. Roderick Singleton" <[EMAIL PROTECTED]> escribió

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

2006-02-06 Thread FAouzi Abderrahman
Sample of my procedure: OpenDocument(Filename: string): boolean; var wProperties : Variant; fOpenOffice : Variant; fDocument : Variant; fDesktop : Variant; begin fDesktop := fOpenOffice.createInstance('com.sun.star.frame.Desktop'); wProperties := V

[dev] need help

2006-02-06 Thread Mohammed Mamdouh
Dear all I've generated my public key using cygwin to get access o the source code using CVS, but I'm supposed to set my public key on the OOo server, I've tried issuezilla but maybe something I did was wrong, also IRC.FReeNode server is not responding to me for the last few days, can s

[dev] Extending contextmenu

2006-02-06 Thread Markus Buch
Hi @ll, I have integrated OpenOffice in my Java-application using the Officebean. But now I have a question. I like to extend the contextmenu with my own functions. So I looked in the documentation and created a new class witch implements the XContextMenuInterceptor, then I registered it to t

Re: [dev] compiled from tarball but cannot start

2006-02-06 Thread Caolan McNamara
On Fri, 2006-02-03 at 13:11 +0100, Johannes Walther wrote: > Hi, > > yesterday I downloaded the 2.0.1 (OOA680_m1) tarball > with sources, set up the environment and started > compilation. > > I used dmake from $SRC_ROOT and after much hours the > end of the compile process was > /usr/home/chris/