a deadlock question

2015-09-08 Thread meilin
Hi,I had send a same mail a few days ago. But I didn't receive some helpful mails, So I use another mail address to send you a mail for help. I have a deadlock question to ask you. I hope you can help me, thank you! I am trying to program a ContextMenuInterceptor by C++ in Secondary development.

guihua,lin license statement

2015-12-15 Thread meilin
Hi! All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[no subject]

2015-12-16 Thread meilin
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

how to play swf videos in libreoffice?

2016-06-12 Thread meilin
Hi! I know that libreoffice can't play *.swf videos, the module of avmedia said that in windows we can use vlc or mediaplayer to play videos, in linux we can use gstreamer, but all of them can't decode *.swf videos. i know that gnash can decode *.swf . so if we can expand the kinds of media

swriter drawing

2016-01-13 Thread meilin
Hi! we can draw some shapes in writer doc such as rect, line, circle and so on. now i want to know how to draw these shapes to a virtual device. i have already saw some code about drawing,but it's too hard for me to understand. so i ask you for help, if you have some documents about drawing?

how to debug python extensions.

2016-03-20 Thread meilin
Hi, I have a question that how to debug python extensions. for example how to debug 4.3.3.2_build/instdir/program/pythonscript.py, Now i debug the file by write debug information in log.txt, but it's too trouble. src/pyuno/README file say that To have much joy debugging python extensions you need

How to build LibreOffice that can run on Windows XP

2016-08-21 Thread meilin
How to build LibreOffice that can run on Windows XP I had built libreoffice 5.1.2.2 on windows 7 with Visual Studio 2013, but it can't run on windows xp. when i run libreoffice, it shows me the following error: The procedure entry point GetTickCount64 could not be located in the dynamic link

vclplug_gtk3 and vclplug_gtk

2016-11-15 Thread meilin
Hi, i have a question about the difference between libvclplug_gtk3lo.so and libvclplug_gtklo.so. now i describe the phenomenon of the problem. first, i start soffice --impress, then i open a ppt file, i find a gif picture is not transparent, and some useless animotion effect. and then i remove

Handling embedded windows in Linux

2016-10-28 Thread meilin
Hi!, i have a question about how to emebed libreoffice into gtk3 GtkWidget in Linux. code is here: // create a gtk3 GtkWidget GtkWidget* pWindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_default_size(GTK_WINDOW(m_pWindow), 1024, 768);