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, t
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
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:
https://github.com/XRoemer/Organon/blob/master/source/py/f
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 ca
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
http://l
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 d