Re: [api-dev] Intercepting commands .uno.xxx...

2008-10-31 Thread Carsten Driesner
Carlos Rocha wrote: Hi, I'm embbeding OOo in a Win32 application and I need to catch some user intentions, like Save or Close the Document. I'm unable to use XMenuListener (issue #94057) and don't know when (or if) XMenuExtended2 interface proposed by Ariel Constenla Haile will be

Re: [api-dev] Using an Xframe as a parent for a Java dialog

2008-10-31 Thread Jan Füssel
Hi, i've currently a solution to open a modless java-dialog, which need SWT and only works on a windows machine. To get Windows Handle I used the following Basic-Code: Dim oWindow : oWindow = ThisComponent.CurrentController.Frame.ContainerWindow Dim HWND : HWND =