Licence statement

2016-04-05 Thread X Roemer
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. Regards, Xaver. Am 03.04.2016 um 23:38 schrieb jan iversen: WELCOME you have added yourself to our wiki: https://wiki.documentfoundation.org/Development/Developers please be informed,

Re: how to debug python extensions.

2016-03-22 Thread X Roemer
Thanks for your information. I didn't know, where I got it from anymore. Do you use a linux distro? If so, does it work without problems? I'm still looking for a solution. Best, Xaver Am 21.03.2016 um 13:25 schrieb Bjoern Michaelsen: Hi, On Sun, Mar 20, 2016 at 03:07:52PM +0100, X Roemer

Re: how to debug python extensions.

2016-03-21 Thread X Roemer
Hi meilin, I use Eclipse and pydev, which works very well on windows. I can inspect all variables and get error messages. On Linux pydev freezes my mouse clicks, so that's not much of a help. Take a look at lines 51 - 62 of this file:

Re: Getting a click on a reference mark

2016-01-26 Thread X Roemer
I can answer my question myself: Instead of attaching a listener to a textfield I can use a XSelectionChangeListener on the CurrentController and check, if the viewcursor is on a textfield. Xaver Am 24.01.2016 um 21:38 schrieb X Roemer: Hi, does anyone know if it's possible to catch

Getting a click on a reference mark

2016-01-24 Thread X Roemer
Hi, does anyone know if it's possible to catch a click on a reference mark? Can a listener be attached to a textfield to receive a onclick message somehow? Thanks for help, Xaver ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Extension: Crash of LO5 64bit after using desktop.getCurrentComponent()

2015-08-15 Thread X Roemer
Hi, Today I tried my extension with LO5 64bit on Win7 64bit. It crashes after using these lines of code (python): ctx = uno.getComponentContext() smgr = ctx.ServiceManager desktop = smgr.createInstanceWithContext( com.sun.star.frame.Desktop,ctx) doc = desktop.getCurrentComponent() Maybe it